Pri-Compiled jsp and war files

2003-01-19 Thread Tony Colson
After reading the documentation I am unclear how to package the precompiled jsp pages with a war file so that Tomcat will see and use them. Also, do I need to include the actual jsp files themselves? When I tried that, Tomcat recompiled them anyways and put them in the work directory as normal.

Re: Pri-Compiled jsp and war files

2003-01-20 Thread Tony Colson
build.xml that does all this, then let me know. If you're using an IDE this should give you the general idea, but you're on your own. Cheers, -- jon Tony Colson wrote: After reading the documentation I am unclear how to package the precompiled jsp pages with a war file so

Hi Jon Re: Pri-Compiled jsp and war files

2003-01-21 Thread Tony Colson
the actual build.xml that does all this, then let me know. If you're using an IDE this should give you the general idea, but you're on your own. Cheers, -- jon Tony Colson wrote: After reading the documentation I am unclear how to package the precompiled jsp pages with a war

Hi Jon Re: Pri-Compiled jsp and war files

2003-01-21 Thread Tony Colson
the actual build.xml that does all this, then let me know. If you're using an IDE this should give you the general idea, but you're on your own. Cheers, -- jon Tony Colson wrote: After reading the documentation I am unclear how to package the precompiled jsp pages with a war

4.1.18 Re-deployment

2003-02-21 Thread Tony Colson
I need help in figuring out why when I re-deploy an app with Tomcat 4.1.18 I get error 404 - Resource not available. The application works fine. Then when I recompile everything, put it in WEB-INF/classes, bundle it up into a war, and then try to use the application, I get the error. I compile

JNDI comp namespace

2003-12-12 Thread Tony Colson
Dear Tomcat Users, I am using Tomcat 4 and trying to use JNDI to connect to a data source and environment variables. I get the following when trying to access the InitialContext via DataSource ds = (DataSource)initialContext.lookup( java:comp/env/jdbc/mydb );

RE: JNDI comp namespace

2003-12-12 Thread Tony Colson
As per a suggestion I am posting my server.xml file. I have several applications on different ports. I am trying to use JNDI on the NNT application running on port 9000. Do a search for 9000 and you will be at the Service... tag. Just scroll down to see the Context and Resource tags to look at

RE: JNDI comp namespace

2003-12-12 Thread Tony Colson
have different ports running web apps? Thanks, Tony Colson -Original Message- From: Altankov Peter [mailto:[EMAIL PROTECTED] Howdy,Try this setup in your context definition: Resource name=jdbc/NNT auth=Container type=javax.sql.DataSource/ ResourceParams name=jdbc/NNT

RE: JNDI comp namespace - Tomcat Developers Please Read

2003-12-12 Thread Tony Colson
can't narrow it down further. Tony -Original Message- From: Tony Colson [mailto:[EMAIL PROTECTED] Sent: Friday, December 12, 2003 1:23 PM To: 'Tomcat Users List'; [EMAIL PROTECTED] Subject: RE: JNDI comp namespace Hi, Thanks for the tip. Actually, this is how my server.xml was set up

RE: JNDI comp namespace - Tomcat Developers Please Read

2003-12-13 Thread Tony Colson
tag JNDI worked. Tony -Original Message- From: Tony Colson [mailto:[EMAIL PROTECTED] Sent: Friday, December 12, 2003 10:31 PM To: 'Tomcat Users List'; [EMAIL PROTECTED] Subject: RE: JNDI comp namespace - Tomcat Developers Please Read As per my suspicion, multiple Service seemed

EJB Compliance

2003-12-18 Thread Tony Colson
This might be a re-post...sorry if it is... Is Tomcat 4.1 (or even 5.0) EJB Compliant? If so, is it compliant with the EJB 1.1 or 2.0 specification? I can't seem to find appropriate documentation. Also, in the Tomcat docs under the Context element, it doesn't even mention the Ejb element,

RE: JNDI comp namespace - Tomcat Developers Please Read

2003-12-19 Thread Tony Colson
- From: Tony Colson [mailto:[EMAIL PROTECTED] Sent: Friday, December 12, 2003 10:31 PM To: 'Tomcat Users List'; [EMAIL PROTECTED] Subject: RE: JNDI comp namespace - Tomcat Developers Please Read As per my suspicion, multiple Service seemed to cause the problem as I had the JNDI resources defined

EJB Compliance

2003-12-19 Thread Tony Colson
Is Tomcat 4.1 (or even 5.0) EJB Compliant? If so, is it compliant with the EJB 1.2 or 2.0 specification? I can't seem to find appropriate documentation. Also, in the Tomcat docs under the Context element, it doesn't even mention the Ejb element, but, of course, it is provided in the sample

RE: JNDI comp namespace - Tomcat Developers Please Read

2003-12-20 Thread Tony Colson
Millennium ChemInformatics -Original Message- From: Tony Colson [mailto:[EMAIL PROTECTED] Sent: Thursday, December 18, 2003 3:45 PM To: 'Tomcat Users List'; [EMAIL PROTECTED] Subject: RE: JNDI comp namespace - Tomcat Developers Please Read I have filed this bug with Tomcat under Bugzilla