On Tue, 11 Apr 2000, Echoes wrote:
> I'm gonna show you my config files, because I can't
> understand
> what's going wrong :
Looks ok. Have you tried the URL http://hostname/jetspeed/servlet/jetspeed?
Unless you set up the web-app in the root zone, you need to put the name of the
zone at the beginning of the URI.
I'm a little unsure what ApJServMount does in this situation. There are two
possibilities:
1) It maps requests from the main webserver "directory" /jetspeed to the root
zone of Tomcat. This means you should set up Jetspeed in the root zone of
Tomcat and access it like http://hostname/servlet/jetspeed, or simply change
the line to ApJServMount /jetspeed /jetspeed and use the first URL in this
message.
2) It maps /jetspeed to the root zone of the mod_jserv side, which is later
reconstructed by Tomcat as the /jetspeed zone, in which case you don't need to
change any config files, but simply access it using the first URL I mentioned.
Let me know which one is the case: it's something I've wondered for a while but
never have time to really play with....
-ed
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]