RE: Apache + Tomcat socket error

2004-07-20 Thread McClure, James
with invalid command proxypass have you got any other ideas? On Mon, 19 Jul 2004 16:35:56 -0500, McClure, James [EMAIL PROTECTED] wrote: Hi John, Give this a try... To get to your application via Apache (as a proxy) you will need to configure Apache to pass the request/response via Tomcat

DefaultContext content not available in Servlet init()

2004-07-19 Thread McClure, James
Hello users, My environment: Tomcat 4.1.24, JDK 1.4.1_02, XP. I'm attempting to move some existing jdbc initialization into my servlet's init() method which uses JNDI lookup. This is failing and yielding an exception with the message: Name jdbc is not bound in this Context. The exception is

RE: Apache + Tomcat socket error

2004-07-19 Thread McClure, James
Hi John, Give this a try... To get to your application via Apache (as a proxy) you will need to configure Apache to pass the request/response via Tomcat by specifying where to go when it sees that you are asking for the specific web application. Create a new file [apache home