clbrooks
Posts: 1
Nickname: clbrooks
Registered: Feb, 2003
|
|
Re: Problems running JINI and TOMCAT
|
Posted: Apr 22, 2004 5:57 AM
|
|
I'm confused. Tomcat is a J2EE Web container, aimed at providing an environment to run JSPs and Java Servlets. As far as I can tell, the main use of Tomcat would be to provide access to the appropriate .jar files (xxx-dl.jar, your services -dl.jar file) by accessing them from a known URL (e.g. http://hostname:8080/jini-libs). (Tomcat listens to 8080 by default). This is in place of running the light-weight HTTP server that is provided as part of the Jini package.
Note too that you'll have to configure Tomcat to return the appropriate mime-type for the .jar file.
|
|