i download the source code from professional jsp it has a jar executable file i use jar " -xvf filename.jar " to open the jar file than it gives folders of
1. data 2. etc 3. lib 4. meta-inf 5. src 6. web 7.build xml document
can anyone explain in detail how to use it automatically in tomcat server how to deploy it directly???please tell i m trying to put it in webapps but its not working
samdeep aarzoo
Ranch Hand
Joined: Jun 09, 2005
Posts: 160
posted
0
sorry now its working
Aruneesh Salhotra
Ranch Hand
Joined: May 12, 2004
Posts: 167
posted
0
Just copy the war file to <tomcat-root>/webapps. Stop tomcat Start tomcat.
Suppose the war file is tomcat_app1.war. This would create a webapp called tomcat_app1 under <tomcat-root>/webapps.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.