• 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

Reg Apache2.0.48 ,Tomcat5.0.16

 
Ranch Hand
Posts: 96
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I installed the Apache 2.0.48 HTTP Server on the default port 8080 and then installed Tomcat 5.0.16,both downloaded as an .exe file.
I go to the browser and type http://localhost, then the apache server runs,then type in http://localhost:8080 the tomcat page is displayed.I am sure this is the right way to install the servers.

Now My question is once I run the startup.bat file going to the directory and doing the needful,The CATALINA_HOME and the others are set as required,then proceeding.. it displays the tomcat window telling that something else is running on port 8080 thats fine.
I go to the Conf/server.xml file change the connector port from 8080 to something else...
Do you think this is the right way to go about installing and checking whether every thing works well.
Any help would be appreciated.
Thanks
Nash
 
reply
    Bookmark Topic Watch Topic
  • New Topic