Re: Automatic recompilation of beans/servlets

2001-06-18 Thread Todd Lipcon
I later figured out that the issue was that my webapp was symlinked from another directory. For some reason, Orion doesn't correctly recompile things then. I submitted the bug to [EMAIL PROTECTED] -Todd Lipcon -- "It's not that easy being green; Having to spend each day the color of the leaves

Auto-reply: Automatic recompilation of beans/servlets

2001-06-17 Thread ORAPOST
I am on vacation up to Thursday 21 June 2001. If you have any urgent issues, please contact Andy Osborn ([EMAIL PROTECTED]). If you have any technical EUL issues, please contact Chris Evans ([EMAIL PROTECTED]) thanks Paolo. Hi, I recently made the switch from Resin to Orion Server and a

Re: Automatic recompilation of beans/servlets

2001-06-17 Thread Nick Newman
For the servlet, I think the source has to be under /WEB-INF/src for the auto-compilation. Probably for the beans too. Nick At 01:02 PM 6/17/01 -0400, you wrote: >Hi, >I recently made the switch from Resin to Orion Server and am mostly >pleased. The only thing I cannot get working is the au

Automatic recompilation of beans/servlets

2001-06-17 Thread Todd Lipcon
Hi, I recently made the switch from Resin to Orion Server and am mostly pleased. The only thing I cannot get working is the automatic recompilation of beans and servlets. I have development="true" set in my global-web-app.xml file, and JSPs are recompiling when changed correctly. Servlets and J