[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] [RaQ3] Tomcat



Hi,

I hope someone can help me with getting Tomcat v3.1 working on a RaQ3i.

I have successfully installed J2SDK v1.3 and Tomcat and have Tomcat working
great on port 8080.

I can't however get TomCat to serve .jsp pages from a virtual host via
http://my.domain/ .

I have searched both this user list and also the developer list and found
some posts with the same problem but never any follow-ups to the posts.
I've been through all the documentation at Apache:

http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/uguide/tomcat_ug.htm
l

I have added the following 2 lines to my httpd.conf:

Include /usr/tomcat/jakarta-tomcat/conf/tomcat-apache.conf
ApJServLogFile /var/log/httpd/mod_jserv.log

and restarted httpd.

TomCat is working fine, all the examples work beautifully for both JSP and
Servlets, but only from the /examples directory.

How do I get TomCat to serve the JSP and Servlet content for files in the
Apache Virtual directories?

I've read in the documentation at Apache that for Virtual Hosting you need
to run multiple JVM, one for each Virtual host.  Is this correct?  How do I
set this up if this is the case?

I want to be able to allow owners of each virtual site, who do NOT have root
access, the ability to upload and run JSP and Servlets in their virtual
space.

Hopefully someone can help with this one.

Thanks in advance for your help.

Trevor.