405 Error

2002-10-14 Thread Michael Finney

Version 3.3.1 of Tomcat.
Redirect via ISAPI filter IIS and Tomcat.

When I POST using a form, I get a 405 Error.  Why? 
This did not happen in 3.2.1 land.  Of course, I may
have missed a config file setting or something.

My web.xml is essentially empty.  The root tag is all
that is there.

Do I need to set the security in some way?

Michael


=
Michael Finney
Sun Certified Programmer for the Java 2 Platform
Sun Certified Developer for the Java 2 Platform
Sun Certified Web Component Developer for J2EE Platform 
Cofounder of PPJDG
Cofounder of cosAgile - Colorado Springs XP Users Group
If replying to this email address fails, try [EMAIL PROTECTED]

__
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos  More
http://faith.yahoo.com

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




Re: 405 Error

2002-10-14 Thread Padhu Vinirs


In 4.0, I think you need an entry for the webapp context in server.xml 
and your servlet/jsp in web.xml unless you turn on the InvokerServlet.

-- padhu

Michael Finney wrote:

Version 3.3.1 of Tomcat.
Redirect via ISAPI filter IIS and Tomcat.

When I POST using a form, I get a 405 Error.  Why? 
This did not happen in 3.2.1 land.  Of course, I may
have missed a config file setting or something.

My web.xml is essentially empty.  The root tag is all
that is there.

Do I need to set the security in some way?

Michael


=
Michael Finney
Sun Certified Programmer for the Java 2 Platform
Sun Certified Developer for the Java 2 Platform
Sun Certified Web Component Developer for J2EE Platform 
Cofounder of PPJDG
Cofounder of cosAgile - Colorado Springs XP Users Group
If replying to this email address fails, try [EMAIL PROTECTED]

__
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos  More
http://faith.yahoo.com

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


  




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




Re: 405 Error

2002-10-14 Thread Michael Finney

Solved:   The ISAPI filter was pointing at old stuff.

Michael

--- Michael Finney [EMAIL PROTECTED] wrote:
 Version 3.3.1 of Tomcat.
 Redirect via ISAPI filter IIS and Tomcat.
 
 When I POST using a form, I get a 405 Error.  Why? 
 This did not happen in 3.2.1 land.  Of course, I may
 have missed a config file setting or something.
 
 My web.xml is essentially empty.  The root tag is
 all
 that is there.
 
 Do I need to set the security in some way?
 
 Michael
 
 
 =
 Michael Finney
 Sun Certified Programmer for the Java 2 Platform
 Sun Certified Developer for the Java 2 Platform
 Sun Certified Web Component Developer for J2EE
 Platform 
 Cofounder of PPJDG
 Cofounder of cosAgile - Colorado Springs XP Users
 Group
 If replying to this email address fails, try
 [EMAIL PROTECTED]
 
 __
 Do you Yahoo!?
 Faith Hill - Exclusive Performances, Videos  More
 http://faith.yahoo.com
 
 --
 To unsubscribe, e-mail:  
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]
 


=
Michael Finney
Sun Certified Programmer for the Java 2 Platform
Sun Certified Developer for the Java 2 Platform
Sun Certified Web Component Developer for J2EE Platform 
Cofounder of PPJDG
Cofounder of cosAgile - Colorado Springs XP Users Group
If replying to this email address fails, try [EMAIL PROTECTED]

__
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos  More
http://faith.yahoo.com

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




3.2.x inprocess 405 error

2002-10-09 Thread Michael Finney

I have set tomcat 3.2.4 to work with IIS 5.0 as
inprocess.  

The html pages seem fine (all ISS).  However, the JSP
pages do not work.  The browser gets:

HTTP 405 - Resource not allowed
Internet Information Services

I looked up the status code on Microsoft site and all
I saw was 405 - Method not allowed.  I assume they
mean GET, POST, DELETE, PUT

IIS logs were not helpful.

Any ideas?

I also see the ISAPI filter showing red now.  Is that
because Jakarta is not running out-of-proc now?  In
other words, the isapi-redirect.dll is not a player in
the in-proc stuff.  Right?  I cannot remember what
makes the ISAPI filter red vs. green.

=
Michael Finney
Sun Certified Programmer for the Java 2 Platform
Sun Certified Developer for the Java 2 Platform
Sun Certified Web Component Developer for J2EE Platform 
Cofounder of PPJDG
Cofounder of cosAgile - Colorado Springs XP Users Group
If replying to this email address fails, try [EMAIL PROTECTED]

__
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos  More
http://faith.yahoo.com

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




HTTP 405 error

2002-06-24 Thread Halil AKINCI

please help me,

I can't run my JSP files. I can run my servlet using jakarta-tomcat-3.3.1, but I want 
to run my jsp files and when I want to run my jsp files I receive HTTP 405 error 
message.

what can I do?



RE: HTTP 405 error

2002-06-24 Thread Anoop Kumar V

do u get any errors on the console window of tomcat??

Anoop Kumar V.

-Original Message-
From: Halil AKINCI [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 24, 2002 7:57 PM
To: Tomcat Users List; JSP groups
Subject: HTTP 405 error


please help me,

I can't run my JSP files. I can run my servlet using jakarta-tomcat-3.3.1,
but I want to run my jsp files and when I want to run my jsp files I receive
HTTP 405 error message.

what can I do?



Re: HTTP 405 error

2002-06-24 Thread Halil AKINCI

Yes, this this error message is displayed  on the tomcat console;

2002-06-24 17:23:34 -Ctx ( /VT ): Status code: 405 request: R ( /VT +
/jsp/query.jsp + null ) msg: HTTP GET is not supported by this URL

- Original Message -
From: Anoop Kumar V [EMAIL PROTECTED]
To: 'Tomcat Users List' [EMAIL PROTECTED]
Sent: Monday, June 24, 2002 5:35 PM
Subject: RE: HTTP 405 error


 do u get any errors on the console window of tomcat??

 Anoop Kumar V.

 -Original Message-
 From: Halil AKINCI [mailto:[EMAIL PROTECTED]]
 Sent: Monday, June 24, 2002 7:57 PM
 To: Tomcat Users List; JSP groups
 Subject: HTTP 405 error


 please help me,

 I can't run my JSP files. I can run my servlet using jakarta-tomcat-3.3.1,
 but I want to run my jsp files and when I want to run my jsp files I
receive
 HTTP 405 error message.

 what can I do?




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




R: HTTP 405 error

2002-06-24 Thread Alessio Fiore

Hi Halil, maybe you disabled GET requests for your JSP. Have a look at this
tomcat3 examples application's web.xml:


 security-constraint
  web-resource-collection
 web-resource-nameProtected Area/web-resource-name

   !-- Define the context-relative URL(s) to be protected --
 url-pattern/jsp/security/protected/*/url-pattern

   !-- If you list http methods, only those methods are protected
--
   http-methodDELETE/http-method
 http-methodGET/http-method
 http-methodPOST/http-method
   http-methodPUT/http-method
  /web-resource-collection
  auth-constraint
 !-- Anyone with one of the listed roles may access this area --
 role-nametomcat/role-name
   role-namerole1/role-name
  /auth-constraint
/security-constraint



Regards
Alessio
[EMAIL PROTECTED]

-Messaggio originale-
Da: Halil AKINCI [mailto:[EMAIL PROTECTED]]
Inviato: lunedì 24 giugno 2002 16.39
A: Tomcat Users List
Oggetto: Re: HTTP 405 error


Yes, this this error message is displayed  on the tomcat console;

2002-06-24 17:23:34 -Ctx ( /VT ): Status code: 405 request: R ( /VT +
/jsp/query.jsp + null ) msg: HTTP GET is not supported by this URL

- Original Message -
From: Anoop Kumar V [EMAIL PROTECTED]
To: 'Tomcat Users List' [EMAIL PROTECTED]
Sent: Monday, June 24, 2002 5:35 PM
Subject: RE: HTTP 405 error


 do u get any errors on the console window of tomcat??

 Anoop Kumar V.

 -Original Message-
 From: Halil AKINCI [mailto:[EMAIL PROTECTED]]
 Sent: Monday, June 24, 2002 7:57 PM
 To: Tomcat Users List; JSP groups
 Subject: HTTP 405 error


 please help me,

 I can't run my JSP files. I can run my servlet using jakarta-tomcat-3.3.1,
 but I want to run my jsp files and when I want to run my jsp files I
receive
 HTTP 405 error message.

 what can I do?




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



- Disclaimer -
This email and any attachments thereto may contain information which is
confidential and/or protected by intellectual property rights and are
intended for the sole use of the recipient(s) named above. Any use of the
information contained herein (including, but not limited to, total or
partial reproduction, communication or distribution in any form) or the
taking of any action in reliance on the contents, by persons other than the
designated recipient(s) is strictly prohibited.

If you have received this email in error, please notify the sender either by
telephone or by email and delete the material from any computer.

Thank you for your cooperation. 



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




405 error?

2002-03-03 Thread Thomas Cherry

I am trying to set up a new servlet on my tomcat 3.3 server.  Can anyone 
tell me why I may be getting this error?

Error: 405

Location: /tom/servlet/tomServ
HTTP method GET is not supported by this URL


--
If you strike me down, I shall become more powerful than you can 
possibly imagine.  -Obi-Wan, Jedi Knight


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: Form Authentication works on standalone no with IIS ? - 405 Error

2001-01-29 Thread BBueckers

I found the root of the HTTP 405 Error. I had my 'login.jsp' page in a
directory called '/security' however I did not have an entry in the
'uriworkermap.properties' file for the '/security' directory as such
'/security/*=ajp12'. The result I was getting was a 'HTTP Error 405
405 Method Not Allowed'

Just thought I would let you know,

Bob

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 25, 2001 6:46 PM
To: [EMAIL PROTECTED]
Subject: Form Authentication works on standalone no with IIS ?


Tomcat v 3.2.1  and IIS 4.0

I am using form based authentication for url-pattern "/sales/*". Whenever I
try to access files under this protected URL I am prompted with the login
page "/security/login.jsp". However, when I try to login I get the following
405 error, and the resulting URL in the location bar is :
http://localhost/security/j_security_check. If I run this in standalone
Tomcat  everything works fine. Why doesn't it work correctly when integrated
with IIS?

HTTP Error 405
405 Method Not Allowed
The method specified in the Request Line is not allowed for the resource
identified by the request. Please ensure that you have the proper MIME type
set up for the resource you are requesting.
Please contact the server's administrator if this problem persists.

What do I need to do to get it to work correctly with IIS?

Thanks in advance,

Bob


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

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