Jul 10, 2003 #1 aahan Programmer Mar 28, 2002 15 US Hi, I am novice on Tomcat and JSPs. The installation has been done on default port of 8080. Port 80 is currently being used for IIS. What changes do I need to make , so that I need not type in the port number 8080 at the url to access the JSPs Thanks
Hi, I am novice on Tomcat and JSPs. The installation has been done on default port of 8080. Port 80 is currently being used for IIS. What changes do I need to make , so that I need not type in the port number 8080 at the url to access the JSPs Thanks
Jul 10, 2003 #2 palbano Programmer Oct 9, 1998 4,341 US They hide those facts in the documentation http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/index.html -pete Upvote 0 Downvote
They hide those facts in the documentation http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/index.html -pete
Jul 18, 2003 #3 nbateman MIS Jun 3, 2003 52 GB ahan, Surely by definition, it is only possible to have one default for anything? If you don't need IIS, then you could put tomcat on port 80. If you need IIS but you don't mind appending :8080 on it's applications, then IIS and Tomcat could swap ports. Assuming you need both and you don't want :8080 for either, the best (probably only) solution would be to integrate the two as described at http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk/iishowto.html . Good luck. Nick. Upvote 0 Downvote
ahan, Surely by definition, it is only possible to have one default for anything? If you don't need IIS, then you could put tomcat on port 80. If you need IIS but you don't mind appending :8080 on it's applications, then IIS and Tomcat could swap ports. Assuming you need both and you don't want :8080 for either, the best (probably only) solution would be to integrate the two as described at http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk/iishowto.html . Good luck. Nick.