Hello.

I have tomcat at C:\tomcat and apache at C:\apache.
I have the warp module in place and everything is working just peachy
for me in my little test environment (my desktop).  I realized that I
do not want all my webapps in the C:\tomcat\webapps directory because if
I install a new version of tomcat it will be easier to have all my apps
in one central place (not ususual thoughts).

I moved my webapps to C:\website.  So I have the example and manager
and even the forumdemo app from Velocity.  I changed server.xml to see
the new directory as the base for both Standalone and Apache.  I go to
http://localhost:8080/examples/jsp/index.html and its all good.  The little
text change that I made at the top of the page is present.  But when I
go to http://localhost/examples/jsp/index.html it is still seeing the
original one in the C:\tomcat\webapps directory.  Do I just need to
restart a few times?  Is there a different way to configure the httpd.conf?

WebAppConnection                warpConnection  warp                    localhost:8008
WebAppDeploy            examples                warpConnection  /examples/

and server.xml has:

        <!-- Define the default virtual host -->
        <Host   name="localhost"
                debug="0"
                appBase="C:\website"
                unpackWARs="true">


How come Tomcat can see it and not Apache?  I will keep hacking away at it.
I was just wondering if anyone else had run into this problem.

Thanks.

Charlie Harvey


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

Reply via email to