• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Servlet reload problem

 
Ranch Hand
Posts: 74
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all
I'm using Tomcat 4.1.27 with jdk1.4.1 and I have a problem with servlet reloading.
I read previous posts about this topic and I made the changes in server.xml
<DefaultContext reloadable="true" />
But when I copy the new version of the class file(ServletTest.class) I get the following error:
HTTP status 503 Servlet org.apache.catalina.INVOKER.ServletTest is currently unavailable
Can someone help me.
Thanks in advance
Alexan
[ September 10, 2003: Message edited by: Alexan Kahkejian ]
 
Alexan Kahkejian
Ranch Hand
Posts: 74
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Got it Solved
The problem was a bug in version 4.1.27 of tomcat so anyone having this problem go to http://www.apache.org/dist/jakarta/tomcat-4/binaries/ and download hotfix 22096 extract it and copy the directory org to tomcat_install_dir\server\classes directory and restart tomcat.
Alexan
 
reply
    Bookmark Topic Watch Topic
  • New Topic