Mapping /servlet/ URLs to Tomcat 4.0.1 from Apache via mod_webapp

2001-11-18 Thread Matthias Hupp
for several webapps to be able to access classes without the svl/ in the URL. Any help is greatly appreciated. TIA Matthias Hupp -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Allowing a devloper (non-administrator) to restart tomcat

2001-07-02 Thread Matthias Hupp
to restart the engine without bugging the admin? Possibly a restart servlet? (Might have a few problems with the right permissions for this one...) Thx Matthias Hupp

Re: Accessing HTML files in the apache root from servlets

2001-04-23 Thread Matthias Hupp
Thanks for the replies so far, but my problem remains... Is looking for input files in the system root really normal behaviour for a java program? Has anybody else had my problem? BTW, using ./inputfile.html doesn't work either. Greetings, Matthias

Accessing HTML files in the apache root from servlets

2001-04-22 Thread Matthias Hupp
Greetings everyone, I am going mad over this: I have a servlet directory structure in my apache virtual host document root. Servlets can be reached by typing "www.../servlet/ServletName. I am trying to access a html file from that servlet as input data, it could be just any type of text file.