Testing Tomcat on NetWare
Articles and Tips: qna
01 Feb 2003
Q.
I am new to Web services. As such, I would like to know if there is a way to test Tomcat on NetWare? Any simple test would do.
Testing Tomcat in Tristan da Cunha
A.
Dear Testing: Here is a simple way to test Tomcat on NetWare:
Edit the file SYS:\TOMCAT\33\CONF\NWSERVER.XML.
Unremark the section that looks like this:
<!-- Uncomment this for Tomcat Standalone support --> <!-- <Http10Interceptor port="8080" secure="false" maxThreads="100" maxSpareThreads="50" minSpareThreads="10" /> -->
Stop Tomcat with TOMCAT -U.
Restart Tomcat with TOMCAT33.
Enter http://<ip address>:8080 on the internet browser.
Test the servlets listed. These only test the functionality of Tomcat.
There you go. An easy way to ensure that Tomcat is working correctly for you.
* Originally published in Novell AppNotes
Disclaimer
The origin of this information may be internal or external to Novell. While Novell makes all reasonable efforts to verify this information, Novell does not make explicit or implied claims to its validity.