I think you are looking in the wrong area.  If mod_jk is working on the intranet it 
should work from outside.

Does a page served just by apache work through the internet (not using mod_jk)?  

Can you connect directly through to the tomcat service (not using mod_jk and apache, 
opening port 8080) over the internet (I know you don't want to leave it that way, but 
it may be a good one time test.)

Larry


 --- On Thu 03/13, Gaston Escobar < [EMAIL PROTECTED] > wrote:
From: Gaston Escobar [mailto: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Date: Thu, 13 Mar 2003 16:57:17 -0300
Subject: mod_jk problem

I have tomcat working with apache using mod_jk.

This is the line I have in the httpd.conf:
<VirtualHost 192.168.1.28>
        DocumentRoot /myapp/index.html
        ServerName 192.168.1.28
        JkMount /* ajp13
        ServerAdmin gaston
        CustomLog /home/gaston/access_log "special"
</VirtualHost>


everything works well while I'm inside the intranet. But then we've tried to
put it to the internet, therefore we configured the firewall to map a public
ip adress to our private one. And this didn't work, when you try to access
to myapp from client through the internet the client machine answers with
"gateway timeout". However, it still works inside the intranet�?


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



_______________________________________________
No banners. No pop-ups. No kidding.
Introducing My Way - http://www.myway.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to