On Wed, Feb 18, 2009 at 7:11 AM, Manupriya <manupriya.sinha@xxxxxxxxx> wrote: > > Hi, > > I have a quick question, is it possible to deploy jar file on Apache HTTP > Server? If so then in which folder? Is there anyway that I can deploy a jar > as a resource (NOT AS AN APPLET) in the Apache HTTP Server? It's not really deploying, because Apache HTTP Server can't do anything but send the entire jar file to a client that requests it. It won't run any code from inside of it. A jar can be put alongside any of your HTML content. See DocumentRoot and Alias in your config file. > > For example, in case of Tomcat Server, we will have to put the jar file in > the CATALINA_HOME/webapp/ROOT folder. Is there anything similar in case of > Apache HTTP. Not similar in the sense that the HTTP Server will do anything with the jar beyond making it available for download. -- Eric Covener covener@xxxxxxxxx --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx