-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------

Hi!
I wonder if anyone can help me. I am using apache 1.3.6 and apache jserv 
1.3.4, for windows95.

I am able to run and execute servlets on my machine as a 
localhost(127.0.0.1).  When I go on another machine with a different IP 
address I get the following error:

HTTP/1.0 403 Access Forbidden (Execute Access
Denied - This Virtual Directory does not allow
objects to be executed.)

I can intially use the servlet to create a webpage, but when I pass it 
values from my form using POST to create a new page it gives me this error. 
My servlet reads data from a text file in an inbedded directory.

Is there anything I should change in my config files? I have created new 
zones, but I am still using the default values they gave to us.

I get no unusual results in any of my log files.

Should I change the config file for my servlets directory?

httpd.conf file:

<Directory "C:/web/servlets">

#
# This may also be "None", "All", or any combination of "Indexes",
# "Includes", "FollowSymLinks", "ExecCGI", or "MultiViews".
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
    Options Indexes FollowSymLinks

#
# This controls which options the .htaccess files in directories can
# override. Can also be "All", or any combination of "Options", "FileInfo",
# "AuthConfig", and "Limit"
#
    AllowOverride None

#
# Controls who can get stuff from this server.
#
    Order allow,deny
    Allow from all
</Directory>

Or is it a problem that I am having with windows not giving execute 
permissions to that virtual directory, if so how can I fix it?

Any help would be greatly appreciated!

Thanks

Dan


_______________________________________________________________
Get Free Email and Do More On The Web. Visit http://www.msn.com


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to