RE: Strange Class Loading problem

2003-01-23 Thread Dieter Roßbach
I think I have the same Problem: Environment: Windows 2000 tomcat 4.1 j2sdk1.4.0_03 Netbeans 3.4 JAVA_HOME, TOMCAT_HOME, CATALINA_HOME are set, the classpath contains everything ( I assume). test.jsp %@page contentType=text/html% html headtitleJSP Page/title/head body % Quelle

RE: Strange Class Loading problem

2003-01-23 Thread Larry Meadors
Put your class in a package and it will work. Larry [EMAIL PROTECTED] 01/23/03 08:29 AM I think I have the same Problem: Environment: Windows 2000 tomcat 4.1 j2sdk1.4.0_03 Netbeans 3.4 JAVA_HOME, TOMCAT_HOME, CATALINA_HOME are set, the classpath contains everything ( I assume). test.jsp

RE: Strange Class Loading problem

2003-01-23 Thread Ralph Einfeldt
- From: Dieter Roßbach [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 23, 2003 4:30 PM To: Tomcat Users List Subject: RE: Strange Class Loading problem snip/ test.jsp %@page contentType=text/html% html headtitleJSP Page/title/head body % Quelle quelle = new Quelle(); % /body

RE: Strange Class Loading problem -- Fixed but not happy

2003-01-23 Thread Jeremy Cavagnolo
I found this solution to my classloading problem in the archives of this list. First, I noticed that I had another application deployed under the webapps directory whose WEB-INF/classes and WEB-INF/lib were being loaded and were executed as expected when the pages using them were called. I

RE: Strange Class Loading problem

2003-01-23 Thread Dieter Roßbach
Great, it works. Thank you. Dieteer -Ursprüngliche Nachricht- Von: Ralph Einfeldt [mailto:[EMAIL PROTECTED]] Gesendet am: Donnerstag, 23. Januar 2003 16:39 An: Tomcat Users List Betreff: RE: Strange Class Loading problem Quelle should be in a package and be imported. E.g

RE: Strange Class Loading problem

2003-01-22 Thread Cox, Charlie
. http://jakarta.apache.org/tomcat/tomcat-4.1-doc/class-loader-howto.html Charlie -Original Message- From: Jeremy Cavagnolo [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 21, 2003 3:28 PM To: [EMAIL PROTECTED] Subject: Strange Class Loading problem Hello: I am new to the list

Re: Strange Class Loading problem

2003-01-22 Thread Mauro Daniel Ardolino
Well...I do not have any other good ideas for the moment. I suppose you are putting your .class files inside the directories with the name of the package they are belonging to. I mean, if the package of the class is mypkg, the .class files must be inside

Strange Class Loading problem

2003-01-21 Thread Jeremy Cavagnolo
Hello: I am new to the list. Thanks in advance for any help. Also, I am using Version 4.1.12. I am deploying my web application with app-specific class files and jar files in /WEB-INF/classes and /WEB-INF/lib respectively. When I start tomcat, these messages appear in my log file:

Re: Strange Class Loading problem

2003-01-21 Thread Mauro Daniel Ardolino
May not be this, but check permissions and owners of the files (may be the directories permissions). See e.g. the permissions of common/classes Are you using links to the .jar files? The error message could help to answer better. reggards, mauro On Tue, 21 Jan 2003, Jeremy Cavagnolo wrote:

Re: Strange Class Loading problem

2003-01-21 Thread Jeremy Cavagnolo
Mauro: Thanks for the response. First, I changed all the permissions of my entire application to the most promiscuous (i.e. rwxrwxrwx) and I still get the error. Following are the pertinent portions of the log file. Thanks in advance for any help. -Jeremy WebappLoader[/MSQ]: Deploying