second servlet init() when using root context path

2001-03-26 Thread Bob Mulrenin
I wanted to have an index.htm page display for the webserver root http://localhost:8080/index.htm --- I set in server.xml: --- Context path="/" docBase="webapps/test" crossContext="false" debug="1" reloadable="false"/ It does what I want... ---Then upon Tomcat startup : Automatically, the

Re: JNDI and Tomcat and XALANJ2

2001-02-04 Thread Bob Mulrenin
On Tue, 23 Jan 2001 14:40:43 +0100 "Simon Oldeboershuis, outermedia" [EMAIL PROTECTED] wrote: Bob Mulrenin schrieb: I am using JNDI and RMI -- Has anyone used JNDI with Tomcat? Both Linux and NT give me difficulty. JNDI looks like my problem ... I have the jndi.proper

JNDI and Tomcat

2001-01-23 Thread Bob Mulrenin
I am using JNDI and RMI -- Has anyone used JNDI with Tomcat? Both Linux and NT give me difficulty. JNDI looks like my problem ... I have the jndi.properties files referred to in many classpathswhether it be automatic under the web app classes folder, etc. Thanks! Bob Robert Mulrenin