heya!
You don't need to run apache, but its recommended.
here are pro's and contra's from :
http://jakarta.apache.org/tomcat/tomcat-3.2-doc/tomcat-apache-howto.html#coo
peration_need
1. Tomcat is not as fast as Apache when it comes to static pages.
2. Tomcat is not as configurable as Apache.
3. Tomcat is not as robust as Apache.
4. Tomcat may not address many sites' need for functionality found
only in Apache modules (e.g. Perl, PHP, etc.).
For all these reasons it is recommended that real-world sites use an
industrial-strength web server, such as Apache, for serving static content,
and use Tomcat as a Servlet/JSP add-on.
Cheers!
Elm
----- Original Message -----
From: "Raymond Reid" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, September 13, 2001 4:16 PM
Subject: Can I configure Tomcat to accept HTTP requests from remote
machines?
> Can I configure Tomcat to accept http requests from remote IP addresses
> without running another web server at the same time? I
> currently have Tomcat 3.2.3 installed on NT 4.0 Service pack 6. After
> configuring Tomcat, I can enter http://localhost8080
> into the location field in my browser and see the welcome page. But
> when I try to access the same page from a
> different computer using the IP address of the machine I have Tomcat
> running on, the page won't come up.
>
> Do I need to be running Apache with Tomcat to access pages remotely? If
> someone could please point me in the right
> direction, I would really appreciate it.
>
> Thanks,
> Ray