I think this will work:

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

Check the apache log and see if it gives a file not found error when it
tries 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 at this moment.

> (1) In the <Context> element, the "docBase" attribute takes either a
> relative or an absolute pathname.  If it's relative, then it is resolved
> against the "webapps" subdirectory; if absolute, it can be anywhere.
> Thus, you can configure one <Context> element for each user that points
> into their own directories.

so far so good:

        <!-- Laura's Context -->
        <Context path="/laura"
                 docBase="/home/laura/www/jsp"
                 debug="0"
                 reloadable="true"/>

Now I can get my JSP-Stuff under:
http://www.mydomain.tld:8080/laura/

Fine - but now I try to get this Stuff over my Apache:
http://www.mydomain.tld/jsp/
Therefore I tried this in http.conf:

WebAppDeploy /home/laura/www/jsp conn /jsp
(yes - "conn" is alive and kick'n)


What I get is:

"Web-application not yet deployed"

(same with "WebAppDeploy laura conn /jsp")


Any idea what to do?

Best regards
Laura


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to