Hello together,

how can I configure CGI-BIN on Jetty 8.1.3.

In Jetty 5, it was:

  <Call name="addContext">
    <Arg>/cgi-bin/*</Arg>
    <Set name="ResourceBase"><SystemProperty name="jetty.home" 
default="."/>/cgi-bin/</Set>
    <Call name="addServlet">
      <Arg>Common Gateway Interface</Arg>
      <Arg>/</Arg>
      <Arg>org.mortbay.servlet.CGI</Arg>
      <Put name="Path">/bin:/usr/bin:/usr/local/bin</Put>
    </Call>
  </Call>


Best regards,
Jonathan Koch
_______________________________________________
jetty-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/jetty-users

Reply via email to