--

Hi,
at first, i apologize for my english.

I have a problem with the execution of servlets. After installing the jserv
lib, it works. Now i will start small amount servlets. This servlets are
located over a whole webtree, e.g.

    http://localtest/foo1.class                            or
    http://localtest/ho/10/6/foo2.class                    or
    http://localtest/admin/db/foo3.class?usr=tst&db=tree   and so on.

With other scripts (like perl) i write an .htaccess file in the specific
direcrory with an SetHandler command like the following:

<Files foo1.pl>
  Options     +ExecCGI
  SetHandler  cgi-script
</Files>

A comparable section like the following does not work.

<Files foo1.class>
#  Options     +ExecCGI
  SetHandler   jserv-status
</Files>

In which way i can solve my problem?

Thanks,

Christian Kayssner  | e-mail: [EMAIL PROTECTED]
Els"asser Platz 9   | Tel.:   +49/611/48117
D-65195 Wiesbaden   | Fax.:   +49/611/9450244



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

Reply via email to