-
Bug
-
Resolution: Done
-
Major
-
JWS 5.0_Native DR1
-
None
-
Documentation (Ref Guide, User Guide, etc.), User Experience
-
-
-
-
-
The Windows jws-application-server zip dependencies can be further simplified. Right now the postinstall uses nawk to update tomcat\bin\setenv.bat and set the correct PATH variable:
set "PATH=@installroot@\tomcat\lib;%PATH%"
We should be able to remove that dependency and use %CATALINA_BASE% in the PATH. According to RUNNING.txt, the catalina variables are available for use.
If that works, we can get rid of the dependency on nawk and remove the postinstall.tomcat.bat and rewriteconf.awk files.