This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Linux / UNIX and the fly likes Run Tomcat on local machine.. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » Linux / UNIX
Reply Bookmark "Run Tomcat on local machine.." Watch "Run Tomcat on local machine.." New topic
Author

Run Tomcat on local machine..

indika prasad kularathne
Greenhorn

Joined: Oct 14, 2004
Posts: 20
Hi all,
My tomcat server is located on the local machine of the network. it runs winxp and i used ms sql server to run the database application.

Apache web server run on the main server of the network using Redhat linux.It already host the website.
I want to give the access to the application,which i created using jsp(on local machine) to the out side via Apache web server.

Is it possible.how?
Tim Holloway
Saloon Keeper

Joined: Jun 25, 2001
Posts: 14571
    
    7

You use a Tomcat Apache connector. These day's, I think the one you'd need is Coyote. Information on how to configure Tomcat and Apache to communicate can be found on the http://jakarta.apache.org/tomcat website, though the details are located in different places depending on whether you want to use Tomcat 4 or Tomcat 5.


Customer surveys are for companies who didn't pay proper attention to begin with.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Run Tomcat on local machine..
 
Similar Threads
Tomcat on winxp local machine and apache on linux server(dedicated ip)
How can i restrict user from accessing my Web Application?
problem in running exec() from servlet
Web Container
Runnig web appication like windows application