The Artima Developer Community
Sponsored Link

Java Answers Forum
Servlet Communication

1 reply on 1 page. Most recent reply: Nov 25, 2002 5:50 PM by Jay Kandy

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Amit

Posts: 23
Nickname: amitactsh
Registered: Nov, 2002

Servlet Communication Posted: Nov 24, 2002 11:14 PM
Reply to this message Reply
Advertisement
I have developed a chat application using sockets. Client is an applet and Serve is a standalone application. Applet is in the form of jar file. I want to deploy the application in tomcat server can you please tell me in which directory of tomcat server we need to place the applet jar file and standalone chat server.
Thanks in advance .
Amit.


Jay Kandy

Posts: 77
Nickname: jay
Registered: Mar, 2002

Re: Servlet Communication Posted: Nov 25, 2002 5:50 PM
Reply to this message Reply
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.

Flat View: This topic has 1 reply on 1 page
Topic: alternative to Keyboard.cs1 Previous Topic   Next Topic Topic: Arraylist catastrophe

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use