Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Big problem: call a servlet from a form

Status
Not open for further replies.

nino2000

Programmer
Jun 23, 2001
26
0
0
FR
Jun 29, 2001 [2]
hi, I use NT, and I installed oracle8.1.6 with Jdeveloper3.1.6. I create a HTML page with a form
<FORM ACTION='test_servlet' METHOD=POST>
<INPUT TYPE=TEXT NAME='nom'> <INPUT TYPE='SUBMIT' VALUE='OK'> </FORM>
i created and compile a servlet, it doesn't work. I see the url with Iexplorer5: but the test_servlet.class is in the directory!
I use also servletrunner in ORACLE_HOME/apache/jsdk/bin
(ps: the example suplied with oracle (oracle_home/apache/jsdk/examples/jdcsurvey) don't work!)
servletrunner -p 8080 -d d:/oracle/ora81/apache/apache/htdocs/web-inf
(the servlet.properties is in the same directory)

I put jsdk.jar in the PATH and classPATH.
I create servlet.properties to define a name corresponding to the servlet.
the problem persists
Could you help me?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top