Hi, > -----Original Message----- > From: Ashish kulkarni [mailto:[EMAIL PROTECTED]] > Sent: Saturday, January 19, 2002 1:38 AM > To: [EMAIL PROTECTED] > Subject: Tomcat 4.0, + apache 1.3.22 + web_mod > > > Hi, > I was trying to integrate tomcat4.0 with apache 1.3.22 > using web_mod, and i was able to do it, but now i am > having a problem of multiple instance of tomcat and > apache, > I am able to forward all the request that come for > servlet and jsp for the web applications defined in my > webapp directory of tomcat, > but when i try to connect to any web application which > is some where else in the directory structure i get > error that the application does not exist > but when i try to reach using port 8080, i can reach > that application > So i can use that application using tomcat , but > cannot use it when i try to integrate it with apache. > So how can i do it, do i have to create a new Server > instance in the server.xml file, or new service in the > existing server,
Exactly, you just need well configured service. It seems the standalone service is configured properly to access non-default directory and apache service isn't. I sugest you look through doc about Host or Context elements of server.xml, whatever suits you better. I believe you should be able to access them at http://localhost:8080/tomcat-docs/config/host.html http://localhost:8080/tomcat-docs/config/context.html with default configs. I think you need "appBase" and "docBase" attributes. > Please Help > Ashish > Anton. -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
