Hi Friends
We are using Oracle9i Application Server and Developer 6i (Patch 2 or 3) on Win NT and we started a Web-enabled application
by Servlet implementation. http://server.domain:port/servlet/F6...et?config=test

The error returned is: Internal Server Error
When we look in the Servlet log file in \apache\Jserv\servlet\logs\jserv.log, we find this error
javax.servlet.ServletException: Forms Servlet Error. Missing or invalid value for configFileName parameter.

i have already checked the servlet configuration to make sure this value specifies a valid file.

my configuration file %Ias9ihome%\Apache\jserv\servlets\oracle\forms\servlet\FormsServlet.InitArgs looks like this:


configFileName=C:\Oracle\806/forms60/server/formsweb.cfg
baseHTMLJinitiator=C:\Oracle\806/forms60/server/basejini.htm
baseHTMLie=C:\Oracle\806/forms60/server/baseie.htm
baseHTML=C:\Oracle\806/forms60/server/base.htm
what should i do?
please guide me
Sonu Saxena