Greetings. This is a typical error when there is a doGet/doPost conflict
between communicating servlets. If you override doGet() in a servlet, any
servlet that receives a request from such a servlet will also need to
overwrite doGet().

I'm generalizing here, but if you could post some code, I'm guessing we'll
see something along these lines.

Best,
Patrick Quinn
Allaire Consulting
-----Original Message-----
From: s@njeevi [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 13, 2001 11:07 AM
To: JRun-Talk
Subject: Http 405 : resource not available


Hi ,
  I am trying out a simple example from OReily on connection pooling and I
am
getting this error HTTP 405: Resource not allowed and afterwards I removed
all
the code and just put a out.println("Sanjeevi") still it says the same
things
I deleted the class file and recompiled still same error when I executed it
..
The other programs work fine there in the same folder 
I restarted the server also but same error

please help
What is the resource available to tackle such problems 
I searched the net but could not find a suitable solution.
thanks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to