Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.2.0
-
Component/s: Site Documentation
-
Labels: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"