Re: deploying war file and Document base ... does not exist

2002-09-03 Thread Daniel Kehoe
On Tue, 03 Sep 2002 09:42:58 -0500, Jacob Kjome [EMAIL PROTECTED] said: BTW, you say that there is no delploy task? Well, there certainly is Jake, I meant there is no deploy option in the Tomcat Web Application Manager, the web GUI interface at the link Tomcat Manager at

Re: TC4.1.10: Can't install new app directly from GUI

2002-09-02 Thread Daniel Kehoe
On 02 Sep 2002 21:12:59 -0700, David M. Karr [EMAIL PROTECTED] said: I don't see any documentation on how to use the Manager GUI, In the Install: box, there are three fields... Here's how to install a web app using the Tomcat Web Application Manager for files in a local Windows file system:

Re: deploying war file and Document base ... does not exist

2002-09-02 Thread Daniel Kehoe
On Sun, 01 Sep 2002 16:35:16 -0500, Jacob Kjome [EMAIL PROTECTED] said: Yes, but now you are constrained by the fact that the app is running directly from myapp.war which means that you have no filesystem access to your webapp. For instance, the following will return null in your setup...

Re: deploying war file and Document base ... does not exist

2002-09-02 Thread Daniel Kehoe
On Sun, 01 Sep 2002 04:09:52 -0500, Jacob Kjome [EMAIL PROTECTED] said: Don't put your app inside $TOMCAT_HOME/webapps and use the install or deploy task to dynamically deploy your app. This can be done through the ant tasks using something like install url=${manager.url}

Re: deploying war file and Document base ... does not exist

2002-09-01 Thread Daniel Kehoe
/server.xml Garrett --- Daniel Kehoe [EMAIL PROTECTED] wrote: Using TC4.1.9beta, I've got a myapp.war file (and matching myapp.xml configuration file) I install successfully using the Tomcat Web Application Manager. When I put the myapp.war and myapp.xml files in tomcat/webapps

deploying war file and Document base ... does not exist

2002-08-31 Thread Daniel Kehoe
Using TC4.1.9beta, I've got a myapp.war file (and matching myapp.xml configuration file) I install successfully using the Tomcat Web Application Manager. When I put the myapp.war and myapp.xml files in tomcat/webapps and restart Tomcat (for permanent deployment) I get the message: Error

web app mgr syntax for a Windows war location

2002-08-12 Thread Daniel Kehoe
Using the Tomcat Web Application Manager in 4.1.8beta, what is the syntax used to install a web app specifying a war file located in the Windows file system? There is no example in the docs at http://jakarta.apache.org/tomcat/tomcat-4.1-doc/manager-howto.html I tried WAR URL:

Re: web app mgr syntax for a Windows war location

2002-08-12 Thread Daniel Kehoe
On Mon, 12 Aug 2002 17:38:57 -0700 (PDT), Craig R. McClanahan [EMAIL PROTECTED] said: this should work: jar:file:d:\Projects/myapp/crossbar.war!/ I tried WAR URL: jar:file:C:\Projects/Crossbar/dist/crossbar.war!/ and got Message: FAIL - Encountered exception java.net.MalformedURLException:

Re: web app mgr syntax for a Windows war location

2002-08-12 Thread Daniel Kehoe
Here's how to install a web app using the Tomcat Web Application Manager. In the Tomcat Web Application Manager (version 4.1.8beta) at http://localhost:8080/manager/html/install/ in the table row below Install there are three text input fields: Path: Config URL: WAR URL: plus the Install

Re: web app mgr syntax for a Windows war location

2002-08-12 Thread Daniel Kehoe
and with the ! at the end is only if you were going to try to access a resource inside the archive for direct viewing What you want is: file:///C:/Projects/Crossbar/dist/crossbar.war Yep, that works, too. So corrections below: On Tue, 13 Aug 2002 03:12:24 UT, Daniel Kehoe [EMAIL PROTECTED] said: Here's how

installing with web app mgr, failing on getRealPath()

2002-08-12 Thread Daniel Kehoe
/ and substituting /logs/. Is there a better way to do that? Daniel [EMAIL PROTECTED] On Tue, 13 Aug 2002 03:25:30 UT, Daniel Kehoe [EMAIL PROTECTED] said: Here's how to install a web app using the Tomcat Web Application Manager After trial and error, here's what works for files in a local Windows

deploying apps simply (simply deploying apps)

2002-08-12 Thread Daniel Kehoe
On Fri, 9 Aug 2002 21:53:52 -0700 (PDT), Craig R. McClanahan [EMAIL PROTECTED] said (on the roller-development and struts-dev lists): PS: In Tomcat 4.1.x, the deploy command of the manager app lets you include a context configuration file in the WAR, at location META-INF/context.xml. So it