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]>

Reply via email to