Jay Kandy
Posts: 77
Nickname: jay
Registered: Mar, 2002
|
|
Re: Servlet Communication
|
Posted: Nov 25, 2002 5:50 PM
|
|
You can deploy your jar file in a place that can be reached with the help of a URL. Remember that your jar file actually gets downloaded to the client machine. And so it should be visible externally. Unlike other libs, you can not place this under $TOMCAT_HOME\libs. If you have Apache, any folder (not password protected) under htdocs is fine. If you have only Tomcat, you appBase should be fine.
-Jay.
|
|