assuming your apache website can be seen from the internet, meaning you have a domain the the dns is directed to apache and you have setup apache to deal with the iP of the domain, say you don't have ajp setup.
I have many instances of tomcat that are reached through apache.
if you find the ajp in the conf, mine is in proxy_ajp.conf
it has
LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
ProxyPass /java/ ajp://localhost:8009/



=========================
BJ Freeman
Strategic Power Office with Supplier Automation  
<http://www.businessesnetwork.com/automation/viewforum.php?f=52>
Specialtymarket.com  <http://www.specialtymarket.com/>
Systems Integrator-- Glad to Assist

Chat  Y! messenger: bjfr33man
James Godrej sent the following on 2/1/2011 5:41 AM:

Hi,
I am trying to use Apache as a front end to an application which runs on a
Tomcat server.
On lan I am able to correctly see it but from internet things are not working.
I tried understanding mod_jk page but I was unable to get to the correct
settings.
following is the application I am trying to get up and running
https://confluence.sakaiproject.org/display/DOC/Sakai+2.7
(the binary version of above page).

apache vhost can be read here
http://pastebin.com/L32D6ii5

On lan it is accessible
  http://192.168.1.4:8080/portal
perfectly but from internet I am not clear as what is wrong with it.



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See<URL:http://httpd.apache.org/userslist.html>  for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
    "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
  "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to