digital synapse wrote:
> Actually yes it is, iptables is just blocking that port on that nic
> you're connected to. Internally though tomcat is running and i can
> browse it from any other machine on the lan (www.liquidshell.net:8080)
>
> I did add the line LoadModule webapp_module modules/mod_webapp.so to
> my httpd.conf as well as
> WebAppConnection warpConnection warp www.liquidshell.net:8008
> WebAppDeploy examples warpConnection /examples/
>
> apachectl configtest replied with syntax ok with those 3 additional
> lines and i started it. tomcat is running and i edited the server.xml
> file as described in Simon's howto (pubbitch.org/jboss.html)
> as well as added the necessary files for coyote and the connector
> statements in server.xml.
>
> -digitalsy
>
>
>> From: adrianthiele <[EMAIL PROTECTED]>
>> Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]>
>> To: Tomcat Users List <[EMAIL PROTECTED]>
>> Subject: Re: Apache 2.0, mod_webapp, tomcat 4.x integration
>> Date: Thu, 25 Apr 2002 15:01:57 +0000
>>
>> digital synapse wrote:
>>
>>> i've managed to load tomcat and apache 2.035 fine with your supplied
>>> mod_webapp.so file Simon. I both tomcat and apache work on problem on
>>> their own however when i go to www.liquidshell.net/examples
>>>
>>> it gives me a
>>>
>>> Object not found!
>>> error 404.
>>>
>>> ? What's goin down this time hrm...
>>>
>>> -digitalsy
>>>
>>> _________________________________________________________________
>>> Join the world's largest e-mail service with MSN Hotmail.
>>> http://www.hotmail.com
>>>
>>>
>>> --
>>> To unsubscribe: <mailto:[EMAIL PROTECTED]>
>>> For additional commands: <mailto:[EMAIL PROTECTED]>
>>> Troubles with the list: <mailto:[EMAIL PROTECTED]>
>>>
>>>
>>>
>> I scanned your ports , tomcat is not running !
>>
>>
>> --
>> To unsubscribe: <mailto:[EMAIL PROTECTED]>
>> For additional commands: <mailto:[EMAIL PROTECTED]>
>> Troubles with the list: <mailto:[EMAIL PROTECTED]>
>>
>
>
>
>
> _________________________________________________________________
> Get your FREE download of MSN Explorer at
> http://explorer.msn.com/intl.asp.
>
>
> --
> To unsubscribe: <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
>
>
Did you try localhost:8008 in the warp connector ?
LoadModule webapp_module libexec/apache2/mod_webapp.so
WebAppConnection warpConnection warp localhost:8008
WebAppDeploy examples warpConnection /examples/
you may be blocking Tomcat and apache from talking by using
liquidshell.net in
the warp connector block in httpd.conf, due to the firewall.
Also did you edit server.xml to so that the warp connector has
the "www.liquidshell.net" in the servername ?
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>