Re: Tomcat 4.1+ Ant install + JNDI DataSource

2002-10-15 Thread Thomas Tolborg
Jacob Kjome wrote: > > You need to use a context configuration file. > > Go to: > > http://localhost:8080/manager/html/list > > Then enter your path in the "Path:" text box and enter file protocol > URL in the "Config URL:" text box such as: > > Path: /myapp > Config URL: > file:/

Re: Tomcat 4.1+ Ant install + JNDI DataSource

2002-10-15 Thread Jacob Kjome
You need to use a context configuration file. Go to: http://localhost:8080/manager/html/list Then enter your path in the "Path:" text box and enter file protocol URL in the "Config URL:" text box such as: Path: /myapp Config URL: file:///D:/myclasses/webapps/webapp-myapp/build/

Tomcat 4.1+ Ant install + JNDI DataSource

2002-10-15 Thread Thomas Tolborg
Hi all I have set up a development environment for tomcat. I am using ant to install and reload my webapp with the tomcat manager. I followed the "App Developer Guide" to set it up. The basic stuff works just fine. My webapp is "hot" deployed with ant and I can reload on the fly! I wanted to s