Re: Orion 1.3.8 and Servlets

2000-10-17 Thread Miles Daffin
Title: RE: Orion 1.3.8 and Servlets Are core classes reloaded too? I have found that if I change recompile utility classes used by a Servlet or JSP these are not updatedif they are already loaded. Servlets and JSPs are (development ="true"). What do you mean by a '

Orion 1.3.8 and Servlets

2000-10-16 Thread arjan
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

RE: Orion 1.3.8 and Servlets

2000-10-16 Thread Hani Suleiman
Title: RE: Orion 1.3.8 and Servlets If you 'touch' any of the configuration files for your application (eg, web.xml), then Orion will reload that app. I use an ant build script which after installing the app, uses the touch task to force Orion to reload. -Original Message- From

Re: Orion 1.3.8 and Servlets

2000-10-16 Thread Flemming Seerup
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,

RE: Orion 1.3.8 and Servlets

2000-10-16 Thread Duffey, Kevin
Title: RE: Orion 1.3.8 and Servlets Actually, in orion-web.xml (located in /orion/application-deployments/app_name/web_app_name/orion-web.xml) there is a setting for development..which you said. But also there is another option, called source-directory="/path/dir" and when develop