RE: New user, help! (UNCLASSIFIED)

2005-06-22 Thread Samara, Fadi N Mr ACSIM/ASPEX
Fadi -Original Message- From: Raghupathy,Gurumoorthy [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 22, 2005 11:52 AM To: 'Tomcat Users List' Subject: RE: New user, help! Firtst read java / j2ee / jsp and some tutorials ... http://www.tusc.com.au/tutorial/html is a good

Re: New user, help!

2005-06-22 Thread Steve
Guru -Original Message- From: Steve [mailto:[EMAIL PROTECTED] Sent: 22 June 2005 16:49 To: Tomcat Users List Subject: Re: New user, help! I am a newbie at this stuff also, and as I understand, for development I do not need to install Apache at all. Tomcat will act as a static web page server.

RE: New user, help!

2005-06-22 Thread Raghupathy,Gurumoorthy
Firtst read java / j2ee / jsp and some tutorials ... http://www.tusc.com.au/tutorial/html is a good place to start Guru -Original Message- From: Steve [mailto:[EMAIL PROTECTED] Sent: 22 June 2005 16:49 To: Tomcat Users List Subject: Re: New user, help! I am a newbie at this stuff

Re: New user, help!

2005-06-22 Thread Steve
I am a newbie at this stuff also, and as I understand, for development I do not need to install Apache at all. Tomcat will act as a static web page server. I am using eclipse so I dont even want Apache installed. Just redirect everything to localhost:8080 Steve Jon Wingfield wrote: You need

Re: New user, help!

2005-06-22 Thread Jon Wingfield
You need some JkMount directives to tell Apache which requests to forward to Tomcat. http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/config/apache.html Jon Katherine Faella wrote: I am a new user of Apache and of Tomcat. I am using a Redhat AS 4.0 system. I am running Apache V2.0.54 a

RE: New User help required

2001-01-12 Thread Samson, Lyndon [IT]
Just as a matter of interest, you don't actually need apache to serve out http requests. tomcat can do that on its own. Only if you req the features of apache ( performance/config etc ) should you use it. If your primary interest is servlets/JSP/taglibs etc just use tomcat on its own. lcs -