Home | |

CSC 408H1F/2105H1F: Software Engineering
Fall 2004/2005 Session


Tomcat

Under construction...
  1. Currently, we have set up the Tomcat web server 4.1.31, at $CATALINA_HOME, because it is the recommended web server by the stable version Axis 1.1.
  2. We assume that each team that uses the Java/Axis would host their webapps on the same server, thus we provide 8081 as the common socket port number for all teams.
  3. The tomcatv server is running:
    	http://seawolf.cdf.toronto.edu:8081/
    
  4. The hosted web services are actually web applications. You can verify that the Axis is up and running:
    	http://seawolf.cdf.toronto.edu:8081/axis/happyaxis.jsp
    
  5. For deploying your own Axis web services, see the Axis HowTo.

References

Apache Jakata Tomcat