Samuli Elomaa wrote:
> Now, the problem is that instead of my servlet responding by using 
> doOptions, the doOptions is never called because tomcat (CoyoteConnector?)
> answers before my servlet with answer like:

It isn't the CoyoteConnector.

It could be a couple of things.
Check that the OPTIONS request is for a URL mapped to your servlet.
Check your doOptions() method has the right signature.

Mark


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to