answer inline:
>> -----Original Message-----
>> From: Brian Adams [mailto:[EMAIL PROTECTED]]
>> Sent: Friday, December 21, 2001 4:53 PM
>> To: Tomcat Users List
>> Subject: RE: Alternate webapps dir not seen by apache
>>
>>
>> have you erased the compiled apps in the work directory?
>>
>>
----------------------------------------------------------------------------
---
I thought for sure that would have been it. But it definately put me
on the right path. Here is how it went down...
I have just figured it out. Very odd. I had to keep my work directory
open whilst I was stopping and starting services.
When tomcat starts up it creats a "localhost" directory inside the work
directory. This is because of the first engine which has:
name="localhost"
Bear with me, this took me quite a few tries to figure out.
A few seconds later a second directory was created, called "apache"
because the engine under the warp connector has:
name="apache"
But... when I would access my computer, I was not using http://localhost.
I was using http://charlieh, the way other users in the office would do it.
And I noticed that once I accessed the site, a "charlieh" directory was
created in the work directory.
So I changed the second engine name to be "charlieh" and then everything
worked the way it was supposed to. Now I just need to be mindful of that
once I start moving this environment into production (which will be linux
so a whole new set of challenges). Especially if I create a few virtual
hosts in Apache.
Thanks so much for the help. And people say they don't like open source
because there is no support. :)
Charlie
>> -----Original Message-----
>>From: Charles N. Harvey III [mailto:[EMAIL PROTECTED]]
>> Sent: Friday, December 21, 2001 3:20 PM
>> To: Tomcat Users List
>> Subject: Alternate webapps dir not seen by apache
>>
>>
>> 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]>