Re: how to deploy WebApps in apache's UserDir's ?

2002-01-10 Thread Laura Reising
Hello Daniel, I think the Warp connector has problems with absolute path names try this... - depending on where your tomcat webapps directory is WebAppDeploy /../../../home/laura/www/jsp conn /jsp dingdingding! It works! Thanx for the tip! Laura -- To unsubscribe:

RE: how to deploy WebApps in apache's UserDir's ?

2002-01-10 Thread Cressatti, Dominique
: 10 January 2002 11:16 To: Tomcat Users List Subject: Re: how to deploy WebApps in apache's UserDir's ? Hello Daniel, I think the Warp connector has problems with absolute path names try this... - depending on where your tomcat webapps directory is WebAppDeploy /../../../home/laura/www

Re: how to deploy WebApps in apache's UserDir's ?

2002-01-10 Thread Laura Reising
Hello Dom, I tried WebAppDeploy test/servlet/HelloWorldExample conn /testurl WebAppDeploy /../../../test/WEB-INF/HelloWorldExample conn /testurl but none of them worked. about the second WebAppDeploy: Try to remove the leading Slash. HTH Laura -- To unsubscribe: mailto:[EMAIL

RE: how to deploy WebApps in apache's UserDir's ?

2002-01-10 Thread Cressatti, Dominique
PROTECTED]] Sent: 10 January 2002 12:31 To: Tomcat Users List Subject: Re: how to deploy WebApps in apache's UserDir's ? Hello Dom, I tried WebAppDeploy test/servlet/HelloWorldExample conn /testurl WebAppDeploy /../../../test/WEB-INF/HelloWorldExample conn /testurl but none of them worked

Re: how to deploy WebApps in apache's UserDir's ?

2002-01-10 Thread Laura Reising
Hello Dom, Where was your class or jar file (absolute path) you mean my JSP-Files!?? /home/laura/www/jsp/ and what your WebAppDeploy looked like? WebAppDeploy ../../../../home/laura/www/jsp conn /jsp HTH Laura -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands:

RE: how to deploy WebApps in apache's UserDir's ?

2002-01-10 Thread Cressatti, Dominique
Message- From: Laura Reising [mailto:[EMAIL PROTECTED]] Sent: 10 January 2002 14:51 To: Tomcat Users List Subject: Re: how to deploy WebApps in apache's UserDir's ? Hello Dom, Where was your class or jar file (absolute path) you mean my JSP-Files!?? /home/laura/www/jsp/ and what your

RE: how to deploy WebApps in apache's UserDir's ?

2002-01-10 Thread Armbrust, Daniel C.
Maybe I am misunderstanding what you want to do, but, If you just want to deploy the Hello World example, you should make a new webapp, say testurl. inside of testurl, put the HelloWorld.html file, and also, a WEB-INF directory, inside of which you will need a classes folder, where you will put

RE: how to deploy WebApps in apache's UserDir's ?

2002-01-10 Thread Cressatti, Dominique
any path to any url. Cheers Dom -Original Message- From: Armbrust, Daniel C. [mailto:[EMAIL PROTECTED]] Sent: 10 January 2002 15:19 To: 'Tomcat Users List' Subject: RE: how to deploy WebApps in apache's UserDir's ? Maybe I am misunderstanding what you want to do, but, If you just want

RE: how to deploy WebApps in apache's UserDir's ?

2002-01-10 Thread Armbrust, Daniel C.
Sorry, I made a heck of a booboo in my last post... I understand your confusion. You are partially right, partially wrong. It is possible to map any path to and webapp, which is different than to any url. You are correct in that the .html file is not necessary. I forgot that they had the

Re: how to deploy WebApps in apache's UserDir's ?

2002-01-10 Thread Jonathan C. Detert
* Craig R. McClanahan [EMAIL PROTECTED] [020109 16:15]: On Wed, 9 Jan 2002, Jonathan C. Detert wrote: [snip] For more info, see the Host page in: http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/ I like this choice. I followed the directions in the above URL, and

RE: how to deploy WebApps in apache's UserDir's ?

2002-01-09 Thread Armbrust, Daniel C.
to deploy your webapp. -Original Message- From: Laura Reising [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 09, 2002 3:15 AM To: Tomcat Users List Subject: Re: how to deploy WebApps in apache's UserDir's ? Hello Craig, Jon and all others, I'm playing around with the same thing

Re: how to deploy WebApps in apache's UserDir's ?

2002-01-09 Thread Jonathan C. Detert
* Craig R. McClanahan [EMAIL PROTECTED] [020108 18:51]: On Tue, 8 Jan 2002, Jonathan C. Detert wrote: -- snip -- The sole purpose of the apache server in question is to serve user directories (i.e. using the UserDir directive from the mod_userdir module). I want to enable each user to

Re: how to deploy WebApps in apache's UserDir's ?

2002-01-09 Thread Craig R. McClanahan
On Wed, 9 Jan 2002, Jonathan C. Detert wrote: [snip] For more info, see the Host page in: http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/ I like this choice. I followed the directions in the above URL, and restarted tomcat. However, I get tomcat's 404 error when i try to

Re: how to deploy WebApps in apache's UserDir's ?

2002-01-08 Thread Craig R. McClanahan
On Tue, 8 Jan 2002, Jonathan C. Detert wrote: Date: Tue, 8 Jan 2002 17:13:05 -0600 From: Jonathan C. Detert [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: how to deploy WebApps in apache's UserDir's ? Hello All, I've got apache and tomcat