Re: JNDI and Tomcat

2001-01-23 Thread Simon Oldeboershuis, outermedia
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.properties files referred to in many classpathswhether it be automatic under the web app classes folder, etc.

Re: tomcat3.2.1 context admin password

2000-12-22 Thread Simon Oldeboershuis, outermedia
Hi there, look for tomcat-users.xml in the tomcat/conf dir and add a new user with role admin You can look into the web.xml of the admin context for the security-constraint. The role is admin is explicit listed. For security reasons, there is no default admin!!! All this information is already

Re: EJB

2000-11-15 Thread Simon Oldeboershuis, outermedia
Hi Peter, I think you have to add the jndi.properties file (see JONAS_ROOT directory) to classpath. I have added it to the classpath of the environment in which tomcat is started. I tried to put into the WEB-INF/lib packed into a test.jar - no success WEB-INF/classes - no