Actually I think it's the default behaviour of Orion
to reload servlets.  (edit ORION-WEB.XML -
development="true")

Most servlet-servers offers this (even weblogic I
think).  The only trick is, that the servlet-classes
must NOT be in the general class-path!  If the classes
is in the classpath, it's the standard JVM
class-loader which have to reload them (and it
doesn't!), and not the Orion class-loader!

have fun!  :-)
Flemming

--- [EMAIL PROTECTED] skrev: > Guys,
> 
> I have this small problem with my servlets..
> whenever I make changes to them and recompile them,
> I have to 
> restart my orion for the changes to take effect.. I
> know there
> is a development mode which auto compiles the files
> but I suppose
> that only applies to JSP's ?
> 
> so what I would like to know is whether it is
> possible to compile
> servlets and have the changes take effect
> immediately without having to
> restart, kinda like installing a new .ear or .war
> file.
> 
> sincerely,
> 
> Arjan Wijnveen
> MarketXS B.V.
> 
> 


__________________________________________________
Do You Yahoo!?
Yahoo! Messenger - Talk while you surf!  It's FREE.
http://im.yahoo.com/

Reply via email to