File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Tomcat and the fly likes  	 Question on Linux Tomcat Apache Server and Port Redirection for a robotics site Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark " 	 Question on Linux Tomcat Apache Server and Port Redirection for a robotics site " Watch " 	 Question on Linux Tomcat Apache Server and Port Redirection for a robotics site " New topic
Author

Question on Linux Tomcat Apache Server and Port Redirection for a robotics site

Melanie Vida
Greenhorn

Joined: Mar 20, 2008
Posts: 3
This question requires knowledge of Linux Apache Tomcat Server.

I have a website with domain name for instance: www.robotronics.org
However this site is only for HTML and Javascript.

I have a Java J2EE site on the same domain name but you can't get to it unless you type the port:
http://www.robotronics.org:9080/Robotronics

How can I get the domain name www.robotronics.org to point to the Java J2EE site without having to type in the port 9080 and the directory Robotronics?

I found one site that gives some ideas on how to do it -->
http://rimuhosting.com/mod_jk2_and_mod_proxy_ajp.jsp#mod_proxy

Tomcat version 5.5 and Apache HTTP Server 2.2.

Thank you,

This message was edited 1 time. Last update was at by Melanie Vida

Melanie Vida
Greenhorn

Joined: Mar 20, 2008
Posts: 3

Never mind, my question was answered from a different forum.
 
 
subject: Question on Linux Tomcat Apache Server and Port Redirection for a robotics site
 
MyEclipse, The Clear Choice