• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Struts

 
Ranch Hand
Posts: 51
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Ranch Hand
Posts: 15304
6
Mac OS X IntelliJ IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
reply
    Bookmark Topic Watch Topic
  • New Topic