Hello team, 

I have installed apache-tomcat-5.5.25/  on AIX 5.3 with Java 5 64 bit 
version . Everything works as per the document  except when i try to 
access Servlets  , I get 500 error .


HTTP 
type Status report
message Error retrieving attribute reloadable
description The server encountered an internal error (Error retrieving 
attribute reloadable) that prevented it from fulfilling this request.
Status 500 - Error retrieving attribute reloadable
I have added following into the context.html file as well. What else 
should I check ? thx 


4. Turn on Servlet Reloading
The next step is to tell Tomcat to check the modification dates of the 
class files of requested servlets, and reload ones that have changed since 
they were loaded into the server's memory. This slightly degrades 
performance in deployment situations, so is turned off by default. 
However, if you fail to turn it on for your development server, you'll 
have to restart the server every time you recompile a servlet that has 
already been loaded into the server's memory. Since this tutorial 
discusses the use of Tomcat for development, this change is strongly 
recommended.
To turn on servlet reloading, edit Edit install_dir/conf/context.xml and 
change
    <Context>
 
to 
    <Context reloadable="true">
 



[EMAIL PROTECTED] /usr/local/apache-tomcat-5.5.25/conf]: ls
./                     catalina.policy        logging.properties 
tomcat-users.xml
../                    catalina.properties    server-minimal.xml 
tomcat-users.xml.org
Catalina/              context.xml            server.xml web.xml
[EMAIL PROTECTED] /usr/local/apache-tomcat-5.5.25/conf]: oslevel -r
5300-07

[EMAIL PROTECTED] /usr]: cd java5_64/
[EMAIL PROTECTED] /usr/java5_64]: ls
./           COPYRIGHT*   demo/        fixes.html   jre/         src.jar*
../          bin/         docs/        include/     lib/
[EMAIL PROTECTED] /usr/java5_64]:


Regards,
Shekhar Dhotre.
UNIX Systems Engineer.
IBM-Veritas-Sun- Microsoft Certified professional.
W:678-355-3696

Reply via email to