aspose file tools
The moose likes Tomcat and the fly likes Tomcat 3 -- reloading servlets.. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "Tomcat 3 -- reloading servlets.." Watch "Tomcat 3 -- reloading servlets.." New topic
Author

Tomcat 3 -- reloading servlets..

Veronica Damian
Ranch Hand

Joined: Feb 04, 2006
Posts: 61
Tomcat 3.2.2, to be precise (is at work, we can't upgrade right now, not even to 3.3.2..)

servlets do not reload at all if I upload them to server after making changes (unless I restart Tomcat, at work I can't be restarting Tomcat all the time..)

is there a way around this? (I did put the 'reloadable="true" ' thingie you're supposed to put in server.xml under the context..) would very much appreciate suggestions here..

thanks..

-v
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56157
    
  13

Use the manager app (did Tomcat 3 comw with the manager app? I think so, but it's been a while), to reload the application containing the new servlets.

You can't get around having to at least reload the app.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Veronica Damian
Ranch Hand

Joined: Feb 04, 2006
Posts: 61
no, it does not come with the manager I'm afraid, at least I think so (I looked in docs, no ref to a manager..)

thanks...

-v
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Tomcat 3 -- reloading servlets..
 
Similar Threads
What's wrong with me?
Compiling servlets using tomcat
Session lost due to....?
programmably reload servlet context data
Royally confused on installation