RE: trying to use jar file in jsp page (part 2)

2002-12-09 Thread Tam, Michael
Correct me if I am wrong, for the new jar lib to take effect, you need to restart the webapp or tomcat itself. Regards, Michael -Original Message- From: Brian O. Bozarth [mailto:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 12:38 PM To: Tomcat Users List Subject: trying to use jar fi

RE: trying to use jar file in jsp page (part 2)

2002-12-09 Thread Turner, John
Let's take one step further back. Can you use ANY package in a JSP page, or do they all throw the same error? John > -Original Message- > From: Brian O. Bozarth [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 09, 2002 3:38 PM > To: Tomcat Users List > Subject: trying to use jar fi

RE: trying to use jar file in jsp page.

2002-12-09 Thread Turner, John
I know. John > -Original Message- > From: Johnson, Garrett [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 09, 2002 2:51 PM > To: 'Tomcat Users List' > Subject: RE: trying to use jar file in jsp page. > > > JAR files do not go in the /WEB-INF/

RE: trying to use jar file in jsp page.

2002-12-09 Thread Johnson, Garrett
JAR files do not go in the /WEB-INF/classes directory. They go in the /WEB-INF/lib directory. -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 2:45 PM To: 'Tomcat Users List' Subject: RE: trying to use jar file in jsp page. Sor

RE: trying to use jar file in jsp page.

2002-12-09 Thread Turner, John
[mailto:[EMAIL PROTECTED]] > Sent: Monday, December 09, 2002 2:11 PM > To: Tomcat Users List > Subject: RE: trying to use jar file in jsp page. > > > > I looked at all of the java files in the jar, it has the > package declaration at the top: > > package com.equifax.r

RE: trying to use jar file in jsp page.

2002-12-09 Thread Hamilton, Andrew
e- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 1:46 PM To: 'Tomcat Users List' Subject: RE: trying to use jar file in jsp page. Do you have the source code to this library? It may be that the classes are not in a package. If a package hasn

RE: trying to use jar file in jsp page.

2002-12-09 Thread Brian O. Bozarth
ilto:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 1:46 PM To: 'Tomcat Users List' Subject: RE: trying to use jar file in jsp page. Do you have the source code to this library? It may be that the classes are not in a package. If a package hasn't been defined like this: pack

RE: trying to use jar file in jsp page.

2002-12-09 Thread Turner, John
Do you have the source code to this library? It may be that the classes are not in a package. If a package hasn't been defined like this: package com.equifax.rcas.tools in every class file in that package, then there is no package. What happens if you extract the classes and put them in WEB-I

Re: trying to use jar file in jsp page.

2002-12-09 Thread David Brown
Brian O. Bozarth writes: Still stuck on this.I also re-jar-ed the file so that com was the first directory in the jar file.The java files are in the tools folder. Any insights? I put the jar file in the /tomcat/webapps/ROOT/WEB-INF/lib folder, which is where I am doing my app. I am