Results 1 to 4 of 4
Thread: Servlet CLASSPATH for Apache
- 06-12-2010, 04:05 PM #1
Member
- Join Date
- Jun 2010
- Posts
- 2
- Rep Power
- 0
Servlet CLASSPATH for Apache
Hi All,
I'm trying to play around with Java Servlets. I have a apache web server running on Solaris. And I'm trying to understand which file I add the JAVA CLASSPATH too so that when apache starts up it will have access to mysql interface libraries etc.
Could some one please tell me?
Thanks.
<><
fishman:):confused:
- 07-01-2010, 05:39 PM #2
Member
- Join Date
- Jun 2010
- Location
- USA
- Posts
- 19
- Rep Power
- 0
You need a Web Container, like Apache Tomcat, to run Java applications. Often times, Apache is used in conjunction with Tomcat, but you at least need Tomcat for running your servlets, JSPs, etc.
- 07-02-2010, 09:42 AM #3
Member
- Join Date
- Jun 2010
- Posts
- 2
- Rep Power
- 0
Hi,
I thought you could run Java Servers without the need for Tomcat?
- 07-02-2010, 02:52 PM #4
Member
- Join Date
- Jun 2010
- Location
- USA
- Posts
- 19
- Rep Power
- 0
No, you can't run a Java web application on just an HTTP server. You need either a Web Container like Tomcat or an Application Server like WebSphere. Web Containers do all the basic stuff like JSPs and Servlets. Application Servers are more advanced because, in addition to Servlets and JSPs, they also support Enterprise Java Beans.
Similar Threads
-
how can i link html+servlet+xml to form servlet
By balachandarr in forum Java ServletReplies: 0Last Post: 04-15-2009, 04:06 PM -
Servlet - apache tomcat/glassfish server shuts down on servlet usage
By StewS in forum Java ServletReplies: 1Last Post: 12-02-2008, 12:23 AM -
Apache Axis2 is built on Apache AXIOM, a new high performance, pull-based XML object.
By anusoniaa in forum XMLReplies: 0Last Post: 11-15-2008, 07:29 AM -
Is there any way to transfer the file Streams from one servlet to another servlet .
By HenaPriyadarsini in forum Java ServletReplies: 0Last Post: 08-30-2008, 11:52 AM -
javax.servlet.ServletException: Wrapper cannot find servlet class util.t2
By osval in forum Advanced JavaReplies: 1Last Post: 08-07-2007, 03:47 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks