aspose file tools
The moose likes JSP and the fly likes Tomcat relodable= Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "Tomcat relodable="true" not working" Watch "Tomcat relodable="true" not working" New topic
Author

Tomcat relodable="true" not working

Ajit Kanada
Ranch Hand

Joined: Jan 23, 2001
Posts: 95
hi
I have following entry in server.xml in Tomcat.
Eventhough i set reloadable="true" I have to restart the Tomcat when i change my class file
<Context path="/onjava" docBase="onjava" debug="0" reloadable="true" />
Is this attribute applicable to .jsp pages or for both classes and .jsp pages

Thanx in advance
Ajit Kanada


Thankx
Ajit
Asher Tarnopolski
Ranch Hand

Joined: Jul 28, 2001
Posts: 260
post this in tomcat forum.


Asher Tarnopolski
SCJP,SCWCD
William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 12271
    
    1
Is the file you are changing a servlet file or a non-servlet helper class?
Jim Bo
Greenhorn

Joined: Dec 09, 2002
Posts: 5
Ajit,
I use Tomcat 4.0.x on two different boxes. One is a Linux box, and the other is a Win2000 box.
On the Linux box, reloadable works as you would expect. On the Win2000 box however, I must reboot just as you describe. My experience is with servlets, rather than with JSP, but since JSPs are translated into servlets anyone, I would expect the same behavior.
I can't say this is a definitive answer, but I have just learned to live with the problem in the Win2000 environment.
Regards,
Jim
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56233
    
  13

"reboot"? I'm sure you meant restart the server.
And while I cannot speak for servlet reloading under Windoze, I do know that JSPs will automatically reload on all platforms.
hth,
bear


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Awais Bajwa
Ranch Hand

Joined: Jan 16, 2001
Posts: 190
Jim Bo !
I have a similar story like you, as i have two OS win and linx i found that reloadable=true is working on linux while not on windows ...
this is probably a bug of tomcat .
I use to delete all servlets in the work folder to get new version of JSp as most often i get old jsp at tomcat. besides this i would also like to mention that tomcat has some problem wiht jar files and classpath issues as i faced no of problems wiht jar file from third party.
Bhushan Jawle
Ranch Hand

Joined: Nov 22, 2001
Posts: 248
I use tomcat 4.1.1 on windows, reloadable works fine with me (on WinNT though)
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Tomcat relodable="true" not working
 
Similar Threads
Can you choose where to put the WAR file?
jsp pages not running without putting 'www' on url
Deploying Servlet in Tomcat 5.0
Make Tomcat go
Can't find Servlet in a new webapp