sr0867 0 Newbie Poster

I am using Oracle IAS 10 g for deploying my web application using a war files..

I want to access certain cgi files placed in under cgi bin besides WEB-INF on the oracle server

Wht should be the entries in web.xml ??

Tried doing this but did not worked

<servlet-name>CGIServlet</servlet-name>
servlet-class>oracle.servlet.CGIServlet</servlet-class>
How can i access .cgi file thru JSP

Structure of the folder
--WEB-INF
--CGI-BIN
--JavaScript
--jsps
--images


Please let me know in case i am not clear

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.