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 Apache Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "Apache" Watch "Apache" New topic
Author

Apache

john hedden
Greenhorn

Joined: Jul 20, 2002
Posts: 10
what do you gain out of using an app server like 9ias/websphere rather than apache? I am doing development on tomcat right now and was looking at integrating it with apache. also, can apache have more than 1 application running on it?
Tim Holloway
Saloon Keeper

Joined: Jun 25, 2001
Posts: 14456
    
    7

1. Convenience. You only have one program to fight. However, Apache is so efficient at what it does that even appservers like WebLogic offer the ability to be frontended by Apache if you need that kind of performance.
2. If you mean webapp, yes - just setup the different contexts.
On a larger scale, Apache supports multiple virtual hosts. I'm running about 5 domains and several different webapps via my primary server's Apacher.


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: Apache
 
Similar Threads
Integration of apache and tomcat
Safeguarding JSP pages
Which Web Server?
WA #1.....word association
contextDestroyed- odd behaviour?