Re: Seeking advice as to what platform/framework to use for developing a tourism/tourist attractions web site

2008-05-03 Thread qm westview
Hi guys, Thanks a million for your helpful replies. I suppose I get your points and seem to me you all talk along same principle line but focus may be on different segments. So all suggestions and ideas appear coherent to me. Initial support requirement should be very basic, e.g. not including

How to reload web app from java program?

2008-05-03 Thread milos
Hello, is there any way to reload deployed application from the application itself? I suppose there must be an API to do that. Thanks in advance, Milos Kovacevic - To start a new topic, e-mail: users@tomcat.apache.org To

Re: How to reload web app from java program?

2008-05-03 Thread David Smith
Don't think so. The next best things are a) using the manager webapp to reload or b) design the webapp to reload local config information itself. The only down side to (b) is it can't work on resources defined in tomcat configs like database pools. --David [EMAIL PROTECTED] wrote: Hello,

Re: How to reload web app from java program?

2008-05-03 Thread David Kerber
David Smith wrote: Don't think so. The next best things are a) using the manager webapp to reload or b) design the webapp to reload local config information itself. The only down side to (b) is it can't work on resources defined in tomcat configs like database pools. Couldn't you call an

Re: How to reload web app from java program?

2008-05-03 Thread David Smith
If you wanted to go that route, might as well call wget or curl to hit the manager webapp with a reload command. The OP is trying to reload one webapp, not the entire tomcat. --David David Kerber wrote: David Smith wrote: Don't think so. The next best things are a) using the manager webapp