|
I am having a weird problem with classes being
unreachable through URLs when they are added to a repository. Here is my
setup:
Linux 6.1/Apache 1.3.12/Jserv 1.1/Sun's
JDK1.2.2
I have a servlet repository
/usr/local/apache/servlets. Within that subdirectory, I have another
subdirectory which houses the classes. When I add a new class to the classes
subdirectory, I cannot reach through URL. I restart Apache and even reboot the
server.
The URL is: http://host.name.com/servlets/package.classname
I have autoreload classes on. When I type in the
old classname in the above URL, I get the class to load. However, when I type in
the URL for the new class, I get a "404 File Not Found" error. Note, this is
even AFTER I reboot the machine!!
Any ideas?
Ben Ricker
US-Rx
|
- RE: Class Reloading problem Ben Ricker
- RE: Class Reloading problem Jae Roh
- RE: Class Reloading problem Fernando Salazar
- Re: Class Reloading problem jon
