Click to See Complete Forum and Search --> : URGENT TOMCAT IIS Issue


frank_stain
08-23-2006, 06:52 AM
I want to know can tomcat work on its own with IIS 6 on windows server 2003. I need to get this running asap and any help is much appreciated. ive installed the java 1.3.1 and then when i run startup on tomcat it does nothing when i look at the localhost:8080 page i get an unauthorised to view error

deepnov
09-12-2006, 05:00 AM
Its possible to use both IIS and tomcat provided they use
different port numbers. check whether iis is using port 80
or 8080. There should be no problem in running both these
web application servers.