| From: Rajiv M [mailto:[EMAIL PROTECTED]
| Sent: Wednesday, 23 May, 2007 13:41
| 
| Of course, adding package solves all the problems. But what can be
| done to modify 3rd party classes already in WEB-INF/classes prior to
| this Sun restriction...

This is probably too simple, but can you simply create a directory (say
WEB-INF/classes/no/package/specified) and put all those third-party
classes there and then refer to them within your code as
'no.package.specified.foo'?

I don't know if the package name is part of the compiled class, and
whether the classload checks it.
-----------------------------------------
------------------------------------------------------------
The information contained in this message is confidential
proprietary property of Nelnet, Inc. and its affiliated 
companies (Nelnet) and is intended for the recipient only.
Any reproduction, forwarding, or copying without the express
permission of Nelnet is strictly prohibited. If you have
received this communication in error, please notify us
immediately by replying to this e-mail.
------------------------------------------------------------

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to