Installing a jar-file

2003-10-19 Thread anja . mentges
Hi, I have packed an existing WebApplication in a *.jar file to deploy it to another Webserver. Where do I have to put the jar-file on the webserver ad what do I have to configure on Tomcat to let it use the jar-file? Mit freundlichen Grüßen/ Best Regards Anja Mentges __

Re: Installing a jar-file

2003-10-20 Thread Bill Barker
Probably, "mv myapp.jar myapp.war". In the case of Tomcat, you would drop the resulting war-file into $CATALINA_HOME/webapps. For your app server, please consult their documentation. <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hi, I have packed an existing WebApplication in