BUG? TC 5.0.xx: WEB-INF/classes/jndi.properties found but INITIAL_CONTEXT_FACTORY property gets overwritten by TC [Auf Viren geprüft]

2004-10-27 Thread Frerk . Meyer
Task: = I want to use LdapContext lctx = new InitialLdapContext(); that is InitialLdapContext without environment parameters. My understanding of J2EE standards is that the servlet container tries to find the file jndi.properties on the application classpath and if found initializes the

RE: BUG? TC 5.0.xx: WEB-INF/classes/jndi.properties found but INITIAL_CONTEXT_FACTORY property gets overwritten by TC [Auf Viren geprüft]

2004-10-27 Thread Shapira, Yoav
Hi, My understanding of J2EE standards is that the servlet container tries to find the file jndi.properties on the application classpath and if found initializes the context environment with properties from there. I don't think this understanding is correct for containers and J2EE servers.

RE: BUG? TC 5.0.xx: WEB-INF/classes/jndi.properties found but INITIAL_CONTEXT_FACTORY property gets overwritten by TC [Auf Viren geprüft]

2004-10-27 Thread Frerk . Meyer
Dear Yoav, My understanding of J2EE standards is that the servlet container tries to find the file jndi.properties on the application classpath and if found initializes the context environment with properties from there. I don't think this understanding is correct for containers and J2EE

RE: BUG? TC 5.0.xx: WEB-INF/classes/jndi.properties found but INITIAL_CONTEXT_FACTORY property gets overwritten by TC [Auf Viren geprüft]

2004-10-27 Thread Shapira, Yoav
:[EMAIL PROTECTED] Sent: Wednesday, October 27, 2004 11:04 AM To: Tomcat Users List Subject: RE: BUG? TC 5.0.xx: WEB-INF/classes/jndi.properties found but INITIAL_CONTEXT_FACTORY property gets overwritten by TC [Auf Viren geprüft] Dear Yoav, My understanding of J2EE standards is that the servlet

web-inf/classes not found ?

2001-09-27 Thread Mikael Aronsson
Hi ! Tomcat complains that it can't find some of my classes .../web-inf/classes/xxx/yyy/myclassses for example, Everything works fine when I compile it (I specify the -classpath to let the compiler find the classes), but when I run the application in Tomcat, it does not find the classes. The

Re: web-inf/classes not found ?

2001-09-27 Thread Mikael Aronsson
Subject: RE: web-inf/classes not found ? Mikeal, you have to specify in server.xml where your classes are. for the example directory it's /webapps/examples/web-inf/classes recreate same path in server.xml /webapps/mydir/web-inf/classes reboot tomcat put your class files there tomcat

RE: web-inf/classes not found ?

2001-09-27 Thread Chaber, Eric
PROTECTED] Subject: Re: web-inf/classes not found ? Ok, thanks, I will see if I can figure out how to do that The documentation says that Tomcat (4) always adds a classloader for each web application that looks in the web-inf/classes and web-inf/dir directory, I could not find any examples/web-inf

Re: web-inf/classes not found ?

2001-09-27 Thread Mikael Aronsson
Ok, many thanks for the help. Mikael - Original Message - From: Chaber, Eric [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, September 27, 2001 1:32 PM Subject: RE: web-inf/classes not found ? Edit your server.xml copy paste Context path=/examples

Réf. : web-inf/classes not found ?

2001-09-27 Thread joseph . vallot
] Pour :tomcat-user cc : ccc : Objet : web-inf/classes not found ? Hi ! Tomcat complains that it can't find some of my classes .../web-inf/classes/xxx/yyy/myclassses for example, Everything works fine when I compile it (I specify the -classpath to let the compiler find the classes

Re: Réf. : web-inf/classes not found ?

2001-09-27 Thread Mikael Aronsson
] To: [EMAIL PROTECTED] Sent: Thursday, September 27, 2001 1:00 PM Subject: Réf. : web-inf/classes not found ? Hi... you seem working on windows (your email header say so): beware on case ;) it is NOT web-inf, it is WEB-INF (under explorer right-click on dir, porperties gives you exact name

Jars in WEB-INF/lib and RMI stubs in WEB-INF/classes not found

2001-09-20 Thread Joshua van Tonder
How does classloading work in tomcat 3.2.2? In deploying my application I am having problems getting classes loaded aren't on the system classpath. I changed the tomcat.bat so that the generated classpath doesn't doesn't include the system classpath and only includes things built by the batch

Re: Jars in WEB-INF/lib and RMI stubs in WEB-INF/classes not found

2001-09-20 Thread Vladimir Grishchenko
, 2001 2:47 PM Subject: Jars in WEB-INF/lib and RMI stubs in WEB-INF/classes not found How does classloading work in tomcat 3.2.2? In deploying my application I am having problems getting classes loaded aren't on the system classpath. I changed the tomcat.bat so that the generated classpath

Re: Jars in WEB-INF/lib and RMI stubs in WEB-INF/classes not found

2001-09-20 Thread Vladimir Grishchenko
, 2001 2:47 PM Subject: Jars in WEB-INF/lib and RMI stubs in WEB-INF/classes not found How does classloading work in tomcat 3.2.2? In deploying my application I am having problems getting classes loaded aren't on the system classpath. I changed the tomcat.bat so that the generated classpath