How can I use Tomcat’s built-in web server?
feedback
|
|
If you are trying to access the tomcat server without using Apache, you need to do a couple of things:
That should do the trick. | |||
|
feedback
|
|
The question is confusing, but I'm assuming you want to serve up tomcat pages with apache, as both services are made by the apache group. Here are two resources at apache on how to do this: http://wiki.apache.org/tomcat/FAQ/Connectors http://tomcat.apache.org/tomcat-6.0-doc/proxy-howto.html Here is a guide at Ubuntu forms which will help if you are using Debian or Ubuntu: http://ubuntuforums.org/showthread.php?t=420034&highlight=tomcat | |||
|
feedback
|