aspose file tools
The moose likes Struts and the fly likes Struts Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Struts" Watch "Struts" New topic
Author

Struts

priya shankar
Ranch Hand

Joined: May 12, 2003
Posts: 51
Hi all
I am using Tomcat3.2...when i try to run struts examples ,i couldn't find the file Httpd.conf...
In the install guide it has been told to install Tomcat with Apache ...i have installed only Tomcat3.2...

Nuv what i have to do...do i install Apache seperatly or is there any Tomcat server with Apache ...if so Pls let me know the URL...
Pls
thankx
priya
Gregg Bolinger
Ranch Hand

Joined: Jul 11, 2001
Posts: 15230

You don't NEED Apache Httpd. Tomcat has it's own web server. By default, after starting tomcat, use http://localhost:8080 to access it. To access the samples use something like http://localhost:8080/webappname/jsppage.jsp replacing webappname and jsppage appropriatly.
Hope that helps.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Struts
 
Similar Threads
Hope some body will respond
setting apache Tomcat server
Newbie Question: Tomcat Installation??
Which Web Server?
How good is the combination of Tomcat3.2 and Apache for handling 1000 clients?