What I found with Tomcat is that for some reason it doesn't clean up the
JSPs correctly.  What I do is shutdown the server, rm -rf tomcat/work/*
and
jboss/tmp/deploy/Default/*, rm the old jar file, put in the new jar file
and finaly restart the server.

I think it is a problem with how Tomcat handles the autodeploying of war
files.

        -Kent

IvanLatysh wrote:
> 
> I am using jBoss 2.4.1a with tomcat.
> [****this is from jBoss output]
> [Info] Java version: 1.3.0_02,Sun Microsystems Inc.
> [Info] Java VM: Classic VM 1.3.0_02,Sun Microsystems Inc.
> [Info] System: Windows 2000 5.0,x86
> [Default] JBoss 2.4.1a Started in 0m:18s
> 
> [****this is from jBoss output]
> 
> And I have problem with redepluy my application.
> If I make a littly changes and redeploy my application jBoss do not reload objects 
>into memory.
> How I am redeploying:
> 1 delete my jar
> 2 put new jar
> 
> I should shut down jBoss, delete my jar, start jBoss and deploy again.
> If I just shut down jBoss, delete old jar, put new jar, and start - I anyway see old
> application.
> 
> Sincerely yours, Ivan Latysh.
> [EMAIL PROTECTED]
> http://ivan.yourmail.com
> 
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to