make sure the time stamps on your server are the same as on your
workstation.  WebSphere checks the timestamp of the code when checking to
see if it should grab the latest and newest version.

also, make sure the servlet is in the  servlets directory.  in websphere 1.0
you can specify different directories where to place things but the only
real directory that is "reloadable" to websphere 1.0 is the servlets
directory.  therefore , if you placed the servlet in a directory other than
the servlets directory the only way of getting your servlet to reload is via
recyclying webpshere.    In websphere 2.0 this implementation has changed

hope this helps

Rob Jago
Programmer Analyst
Ottawa

> -----Original Message-----
> From: Kirkdorffer, Daniel [SMTP:[EMAIL PROTECTED]]
> Sent: Friday, April 16, 1999 1:55 PM
> To:   [EMAIL PROTECTED]
> Subject:      WebSphere problems detecting new servlets
>
> Has anyone experienced problems with WebSphere 1.0 where it doesn't seem
> to
> detect that you've updated a servlet, and therefore fails to use it?
>
> I'm banging my head against the wall trying to figure out why sometimes it
> picks it up and why other times (more often than not now) it doesn't pick
> up
> the changes and continues to run the older version.  I shouldn't have to
> restart the web server, but it appears that I do now.
>
> This problems seems to have started to happen in the past few weeks for
> me.
> The servlet path is defined in the servlets.properties file.  But the
> servlets don't seem to be reloading as they should.
>
> Any ideas?
>
> Dan
> --
> Daniel Kirkdorffer
> Sr. Consultant, Syllogistics LLC
> Web:   http://www.syllogistics.com/
> Email: [EMAIL PROTECTED]
>
> ==========================================================================
> =
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
> body
> of the message "signoff JSP-INTEREST".  For general help, send email to
> [EMAIL PROTECTED] and include in the body of the message "help".

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to