fixed classes

2002-08-14 Thread Juergen . Praska

Hello,

I have to fix some bugs in our application.
But I don't want create all jar-files again.
I want to pack all fixed classes into one jar-file.

In which directory I have to put this jar-file.

thanks
jürgen

-- 
GMX - Die Kommunikationsplattform im Internet.
http://www.gmx.net


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: fixed classes

2002-08-14 Thread Shapira, Yoav

Hi,
In general it's better to re-compile, re-pack jars, re-deploy jars, restart app.  It's 
clean, quick and safe, especially if you have ant targets for all of this ;)

As a temporary fix, you can put the fixed classes themselves, unpacked, in the 
/WEB-INF/classes directory of your application.  The classloader will look there prior 
to /WEB-INF/lib, per the servlet specification.  You will still have to restart your 
application.

Yoav Shapira
Millennium ChemInformatics


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 14, 2002 5:21 AM
To: [EMAIL PROTECTED]
Subject: fixed classes

Hello,

I have to fix some bugs in our application.
But I don't want create all jar-files again.
I want to pack all fixed classes into one jar-file.

In which directory I have to put this jar-file.

thanks
jürgen

--
GMX - Die Kommunikationsplattform im Internet.
http://www.gmx.net


--
To unsubscribe, e-mail:   mailto:tomcat-user-
[EMAIL PROTECTED]
For additional commands, e-mail: mailto:tomcat-user-
[EMAIL PROTECTED]



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]