Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The tutorial webpage "Running a Custom Jetspeed Portal" gives the following instruction:
cd tomcat-express
cd bin
- Windows
catdebug - Linux
./catdebug.sh
http://portals.apache.org/tutorials/jetspeed-2/01/run-it.html
The command "catdebug" does not seem to be an available batch file command in version 5.5 of Tomcat. Perhaps this was present in previous versions of Tomcat?
Workaround: execute "startup" instead of "catdebug"