4 messages in com.mysql.lists.javaRe: servlet with apache web server ho...| From | Sent On | Attachments |
|---|---|---|
| dushyanth harinath | 01 Jun 2000 01:47 | |
| Steve Brown | 01 Jun 2000 03:50 | |
| LEBLANC, CLAUDE | 01 Jun 2000 07:08 | |
| Suresh R. Joshee | 02 Jun 2000 05:18 |
| Subject: | Re: servlet with apache web server how to![]() |
|---|---|
| From: | LEBLANC, CLAUDE (clau...@bell.ca) |
| Date: | 06/01/2000 07:08:14 AM |
| List: | com.mysql.lists.java |
I'm using ApacheJServ on Solaris. It's probably the same on Linux.
In this case I had to create a "servlet zone" to put my servlets into. The server has a file called jserv.properties in wich you define your servlet zones, and one *.properties file for each zone.
At the end this tells the server where are your servlets when they are called, like the server knows that html files are in the server_root/htdocs directory.
More details at Apache site :
http://java.apache.org/jserv/zones.html
Claude
dushyanth harinath wrote:
hi, To be more specific i need a howto to run servlets on a apache web server.i wanted to know where the java files have to be stored or any classpaths have to be set. I tried to run the servlets by copying the files into the public html directory.I even set the classpath to that directory.The html file runs proprerly but when i call the servlet using post method it doesn't work. this mail may be vague in content but this is what the problem iam facing.
thanks
dushyanth
--- Alexandru Constantinescu <sand...@yahoo.com> wrote:
Please be more specific
dushyanth harinath wrote:
hi guys, Iam working on servlets on a suse linux 6.3. We configured the apache web server and the examples he gave are working fine.But i dont know in which directory the files have to be stored. can anyone please help me out. thanks dushyanth.




