PDA

View Full Version : Wamp and Tomcat


ptmuldoon
07-16-2008, 05:36 PM
I've been using WAMP for a long time know, learning php as I go along. But recently, I came across a sourceforge game (card game) that uses java, and I currently have no clue about java at the moment.

I believe I need to install Apache TomCat to create a Java Server Environment. I'm doing some reading now, but does anyone know if I'll have kind of conflicts between running both WAMP as well as a TomCat?

strokemymouse
07-17-2008, 03:07 AM
Considering they are both an Apache install, this will have a conflic. Its similar if you install WAMP and IIS that comes with windows.

There is a way to get round this, and that is too change the ports for the TomCat apache to somthing other than 80.

There have been all in one packages that had php and tomcat included in one. I used it while developing Java applications for a administration panel at work.

brad211987
07-17-2008, 02:40 PM
As previously stated, you will need to make sure they are running on seperate ports. In tomcat you configure that in the file:
<tomcat-home>/conf/server.xml

Other than that, there shouldn't be any conflicts. Right now I have WAMP and 4 or 5 installations of Tomcat on my system and they work fine together.