RE: POST not working

2005-05-05 Thread Allistair Crossley
Hi,

Just a note that you do not actually need to use jCIFS for acquiring the 
desktop windows login of a user if you use IIS + Windows Integrated Security 
and tomcatAuthentication="false" on the AJP Connector. 

We do it this way instead of jCIFS and can open windows with CTRL+N without an 
issue - it was only with jCIFs we spotted this issue. 

Anyway, glad you sorted it out! :) Allistair

> -Original Message-
> From: Christian Dechery [mailto:[EMAIL PROTECTED]
> Sent: 05 May 2005 14:27
> To: Tomcat Users List
> Subject: Re: POST not working
> 
> 
> I've checked it and it's exactly as Allistair said. I visited 
> the URL he 
> provided and the information there goes perfect with my case.
> 
> Simple solution: stop using Ctrl+N to open a new browser 
> window. Click 
> on the icon to open a whole new IE session and the problem 
> will go away. 
> At least it worked here.
> 
> Thanks Allistair... and I hope this topic can help other 
> people fighting 
> this bug!
> 
> Regards,
> Christian
> 
> Jimmy Ray wrote:
> 
> >We had the same issue when we tried to change JCIFS or
> >disable it.  It went away when the session timed out
> >or was invalidated.
> >
> >Regards,
> >
> >Jimmy Ray
> >
> >--- Allistair Crossley <[EMAIL PROTECTED]>
> >wrote:
> >
> >  
> >
> >>well, i'm not entirely sure, but i remember having
> >>this problem last year when using jCIFs for
> >>authentication and IE6. 
> >>
> >>we solved it by ensuring we instructed tomcat not to
> >>attempt authentication, and allowing therefore IIS
> >>to pass thru the remote user login
> >>
> >>this is done on the AJP  element with
> >>tomcatAuthentication="false". however, i think the
> >>admin tool uses basic authentication. It could be
> >>this mixed mode that you have causing issues. I am
> >>not totally sure, but see this ...
> >>
> >>http://www.websina.com/bugzero/kb/browser-ie.html
> >>
> >>
> >>
> >>>-Original Message-
> >>>From: Christian Dechery
> >>>  
> >>>
> >>[mailto:[EMAIL PROTECTED]
> >>
> >>
> >>>Sent: 05 May 2005 13:25
> >>>To: Tomcat Users List
> >>>Subject: Re: POST not working
> >>>
> >>>
> >>>As a matter of fact I am. Is that the cause?
> >>>
> >>>Ah, I forgot to mention, we have the exact same
> >>>  
> >>>
> >>setup (a 
> >>    
> >>
> >>>mirror-development server) here, but running on
> >>>  
> >>>
> >>Tomcat 5 and it works 
> >>
> >>
> >>>fine. Should we upgrade?
> >>>
> >>>Allistair Crossley wrote:
> >>>
> >>>  
> >>>
> >>>>are you running IE6 and NTLM-authenticated
> >>>>
> >>>>
> >>applications?
> >>
> >>
> >>>> 
> >>>>
> >>>>
> >>>>
> >>>>>-Original Message-
> >>>>>From: Christian Dechery
> >>>>>  
> >>>>>
> >>[mailto:[EMAIL PROTECTED]
> >>
> >>
> >>>>>Sent: 05 May 2005 13:16
> >>>>>To: Tomcat Users List
> >>>>>Subject: Re: POST not working
> >>>>>
> >>>>>
> >>>>>It's a regular JSP page with nothing to it. This
> >>>>>  
> >>>>>
> >>application 
> >>
> >>
> >>>>>(SCA) works 
> >>>>>perfectly, I've been using it for two years on
> >>>>>  
> >>>>>
> >>several projects.. 
> >>
> >>
> >>>>>Suddenly all the POSTs on the server stopped
> >>>>>  
> >>>>>
> >>working BUT the main 
> >>
> >>
> >>>>>application (the huge intranet thing).
> >>>>>
> >>>>>It's not any error in MY application (or any
> >>>>>  
> >>>>>
> >>application, for that 
> >>
> >>
> >>>>>matter), proof of that, is that even the /admin
> >>>>>  
> >>>>>
> 

Re: POST not working

2005-05-05 Thread Christian Dechery
I've checked it and it's exactly as Allistair said. I visited the URL he 
provided and the information there goes perfect with my case.

Simple solution: stop using Ctrl+N to open a new browser window. Click 
on the icon to open a whole new IE session and the problem will go away. 
At least it worked here.

Thanks Allistair... and I hope this topic can help other people fighting 
this bug!

Regards,
Christian
Jimmy Ray wrote:
We had the same issue when we tried to change JCIFS or
disable it.  It went away when the session timed out
or was invalidated.
Regards,
Jimmy Ray
--- Allistair Crossley <[EMAIL PROTECTED]>
wrote:
 

well, i'm not entirely sure, but i remember having
this problem last year when using jCIFs for
authentication and IE6. 

we solved it by ensuring we instructed tomcat not to
attempt authentication, and allowing therefore IIS
to pass thru the remote user login
this is done on the AJP  element with
tomcatAuthentication="false". however, i think the
admin tool uses basic authentication. It could be
this mixed mode that you have causing issues. I am
not totally sure, but see this ...
http://www.websina.com/bugzero/kb/browser-ie.html
   

-Original Message-
From: Christian Dechery
 

[mailto:[EMAIL PROTECTED]
   

Sent: 05 May 2005 13:25
To: Tomcat Users List
Subject: Re: POST not working
As a matter of fact I am. Is that the cause?
Ah, I forgot to mention, we have the exact same
 

setup (a 
   

mirror-development server) here, but running on
 

Tomcat 5 and it works 
   

fine. Should we upgrade?
Allistair Crossley wrote:
 

are you running IE6 and NTLM-authenticated
   

applications?
   


   

-Original Message-
From: Christian Dechery
 

[mailto:[EMAIL PROTECTED]
   

Sent: 05 May 2005 13:16
To: Tomcat Users List
Subject: Re: POST not working
It's a regular JSP page with nothing to it. This
 

application 
   

(SCA) works 
perfectly, I've been using it for two years on
 

several projects.. 
   

Suddenly all the POSTs on the server stopped
 

working BUT the main 
   

application (the huge intranet thing).
It's not any error in MY application (or any
 

application, for that 
   

matter), proof of that, is that even the /admin
 

application 
   

that comes 
with tomcat is not working. I can't login cuz it
 

uses POST 
   

to process 
 

login and password, and I'm 110% sure using the
 

correct 
   

user/password 
 

but it always gives me "Invalid login/password",
 

for the 
   

obvious reason 
it isn't getting ANY user/password from the
 

POSTed form.
   

It's something with the server, but I don't have
 

a clue. :(
   

Allistair Crossley wrote:
  

 

what are you posting to? what does your html
   

 tag look 
   



   

like, have you specified multipart?
  

 



   

-Original Message-
From: Christian Dechery
 

[mailto:[EMAIL PROTECTED]
   

Sent: 05 May 2005 13:02
To: Tomcat Users List
Subject: Re: POST not working
I don't get any response, no errors presented,
 

I just 
   

realised that 
 

nothing is being POSTed.
Only GET works.
Mark Thomas wrote:
 

  

 

What response do you get when you try to
   

POST?
   

Mark
Christian Dechery wrote:
   



   

Hi everyone, hope u can help me solve this
 

one. It's at 
   

 

  

 

least weird.
 

  

 

I have a 4.1.3 installed on a FreeBSD
 

machine running a 
   

 

  

 

huge intranet 
 

  

 

corporate system. It runs smoothly and very
 

fast, but for 
   

 

  

 

some very 
 

  

 

weird reason, that webapp is the only one on
 

the server 
   

 

  

 

wich allows 
 

  

 

POST.
Even the /admin tool won't allow posts,
 

therefore I can't 
   

 

  

 

login to it.
 

  

 

I have another webapp (a little one, for
 

access control), 
   

 

  

 

installed. 
 

  

 

It is the simplest webapp possible, only a
 

few JSPs, but 
   

 

  

 

POST doesn't 
 

  

 

=== message truncated ===

		
Discover Yahoo! 
Find restaurants, movies, travel and more fun for the weekend. Check it out! 
http://discover.yahoo.com/weekend.html 

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

--
**---

RE: POST not working

2005-05-05 Thread Jimmy Ray
We had the same issue when we tried to change JCIFS or
disable it.  It went away when the session timed out
or was invalidated.

Regards,

Jimmy Ray

--- Allistair Crossley <[EMAIL PROTECTED]>
wrote:

> well, i'm not entirely sure, but i remember having
> this problem last year when using jCIFs for
> authentication and IE6. 
> 
> we solved it by ensuring we instructed tomcat not to
> attempt authentication, and allowing therefore IIS
> to pass thru the remote user login
> 
> this is done on the AJP  element with
> tomcatAuthentication="false". however, i think the
> admin tool uses basic authentication. It could be
> this mixed mode that you have causing issues. I am
> not totally sure, but see this ...
> 
> http://www.websina.com/bugzero/kb/browser-ie.html
> 
> > -Original Message-
> > From: Christian Dechery
> [mailto:[EMAIL PROTECTED]
> > Sent: 05 May 2005 13:25
> > To: Tomcat Users List
> > Subject: Re: POST not working
> > 
> > 
> > As a matter of fact I am. Is that the cause?
> > 
> > Ah, I forgot to mention, we have the exact same
> setup (a 
> > mirror-development server) here, but running on
> Tomcat 5 and it works 
> > fine. Should we upgrade?
> > 
> > Allistair Crossley wrote:
> > 
> > >are you running IE6 and NTLM-authenticated
> applications?
> > >
> > >  
> > >
> > >>-Original Message-
> > >>From: Christian Dechery
> [mailto:[EMAIL PROTECTED]
> > >>Sent: 05 May 2005 13:16
> > >>To: Tomcat Users List
> > >>Subject: Re: POST not working
> > >>
> > >>
> > >>It's a regular JSP page with nothing to it. This
> application 
> > >>(SCA) works 
> > >>perfectly, I've been using it for two years on
> several projects.. 
> > >>Suddenly all the POSTs on the server stopped
> working BUT the main 
> > >>application (the huge intranet thing).
> > >>
> > >>It's not any error in MY application (or any
> application, for that 
> > >>matter), proof of that, is that even the /admin
> application 
> > >>that comes 
> > >>with tomcat is not working. I can't login cuz it
> uses POST 
> > to process 
> > >>login and password, and I'm 110% sure using the
> correct 
> > user/password 
> > >>but it always gives me "Invalid login/password",
> for the 
> > >>obvious reason 
> > >>it isn't getting ANY user/password from the
> POSTed form.
> > >>
> > >>It's something with the server, but I don't have
> a clue. :(
> > >>
> > >>Allistair Crossley wrote:
> > >>
> > >>
> > >>
> > >>>what are you posting to? what does your html
>  tag look 
> > >>>  
> > >>>
> > >>like, have you specified multipart?
> > >>
> > >>
> > >>> 
> > >>>
> > >>>  
> > >>>
> > >>>>-Original Message-
> > >>>>From: Christian Dechery
> [mailto:[EMAIL PROTECTED]
> > >>>>Sent: 05 May 2005 13:02
> > >>>>To: Tomcat Users List
> > >>>>Subject: Re: POST not working
> > >>>>
> > >>>>
> > >>>>I don't get any response, no errors presented,
> I just 
> > realised that 
> > >>>>nothing is being POSTed.
> > >>>>Only GET works.
> > >>>>
> > >>>>Mark Thomas wrote:
> > >>>>
> > >>>>   
> > >>>>
> > >>>>
> > >>>>
> > >>>>>What response do you get when you try to
> POST?
> > >>>>>
> > >>>>>Mark
> > >>>>>
> > >>>>>Christian Dechery wrote:
> > >>>>>
> > >>>>> 
> > >>>>>
> > >>>>>  
> > >>>>>
> > >>>>>>Hi everyone, hope u can help me solve this
> one. It's at 
> > >>>>>>   
> > >>>>>>
> > >>>>>>
> > >>>>>>
> > >>>>least weird.
> > >>>>   
> > >>>>
> > >>>>
> > >>>>
> > >>>

RE: POST not working

2005-05-05 Thread Allistair Crossley
are you running IE6 and NTLM-authenticated applications?

> -Original Message-
> From: Christian Dechery [mailto:[EMAIL PROTECTED]
> Sent: 05 May 2005 13:16
> To: Tomcat Users List
> Subject: Re: POST not working
> 
> 
> It's a regular JSP page with nothing to it. This application 
> (SCA) works 
> perfectly, I've been using it for two years on several projects.. 
> Suddenly all the POSTs on the server stopped working BUT the main 
> application (the huge intranet thing).
> 
> It's not any error in MY application (or any application, for that 
> matter), proof of that, is that even the /admin application 
> that comes 
> with tomcat is not working. I can't login cuz it uses POST to process 
> login and password, and I'm 110% sure using the correct user/password 
> but it always gives me "Invalid login/password", for the 
> obvious reason 
> it isn't getting ANY user/password from the POSTed form.
> 
> It's something with the server, but I don't have a clue. :(
> 
> Allistair Crossley wrote:
> 
> >what are you posting to? what does your html  tag look 
> like, have you specified multipart?
> >
> >  
> >
> >>-Original Message-
> >>From: Christian Dechery [mailto:[EMAIL PROTECTED]
> >>Sent: 05 May 2005 13:02
> >>To: Tomcat Users List
> >>Subject: Re: POST not working
> >>
> >>
> >>I don't get any response, no errors presented, I just realised that 
> >>nothing is being POSTed.
> >>Only GET works.
> >>
> >>Mark Thomas wrote:
> >>
> >>
> >>
> >>>What response do you get when you try to POST?
> >>>
> >>>Mark
> >>>
> >>>Christian Dechery wrote:
> >>>
> >>>  
> >>>
> >>>>Hi everyone, hope u can help me solve this one. It's at 
> >>>>
> >>>>
> >>least weird.
> >>
> >>
> >>>>I have a 4.1.3 installed on a FreeBSD machine running a 
> >>>>
> >>>>
> >>huge intranet 
> >>
> >>
> >>>>corporate system. It runs smoothly and very fast, but for 
> >>>>
> >>>>
> >>some very 
> >>
> >>
> >>>>weird reason, that webapp is the only one on the server 
> >>>>
> >>>>
> >>wich allows 
> >>
> >>
> >>>>POST.
> >>>>
> >>>>Even the /admin tool won't allow posts, therefore I can't 
> >>>>
> >>>>
> >>login to it.
> >>
> >>
> >>>>I have another webapp (a little one, for access control), 
> >>>>
> >>>>
> >>installed. 
> >>
> >>
> >>>>It is the simplest webapp possible, only a few JSPs, but 
> >>>>
> >>>>
> >>POST doesn't 
> >>
> >>
> >>>>work on it, only GET.
> >>>>
> >>>>I've searched through server.xml looking for something that could 
> >>>>explain this, but found nothing. I have even created a 
> >>>>
> >>>>
> >> for 
> >>
> >>
> >>>>SCA exactly as the one I have for the main application.
> >>>>
> >>>>Any clues?
> >>>>
> >>>>Thanks in advance,
> >>>>Christian from Rio, Brazil
> >>>>
> >>>>
> >>>>
> >>>>
> >>
> -
> >>
> >>
> >>>>To unsubscribe, e-mail: [EMAIL PROTECTED]
> >>>>For additional commands, e-mail: 
> >>>>
> >>>>
> >>[EMAIL PROTECTED]
> >>
> >>
> >>>>
> >>>>
> >>>>
> >>>
> >>>  
> >>>
> >>
> -
> >>
> >>
> >>>To unsubscribe, e-mail: [EMAIL PROTECTED]
> >>>For additional commands, e-mail: 
> [EMAIL PROTECTED]
> >>>
> >>>
> >>>  
> >>>
> >>
> -
> >>To unsubscribe, e-mail: [EMAIL PROTECTED]
> >>For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >>
> >>
> >>
> >
> >
> > 
> >---
> >QAS Ltd.
> >Developers of QuickAddress Software
> >http://www.qas.com";>www.qas.com
> >Registered in England: No 2582055
> >Registered in Australia: No 082 851 474
> >---
> >
> >
> >
> >-
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >  
> >
> 
> -- 
> **
> --** 
> 
>   *Christian Dechery
> Analista / Desenvolvedor
> A B I L I T Y *Soluções Interativas*
> *+55 21 38526657*
> *www.ability.com.br* <http://www.ability.com.br>*
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


 
---
QAS Ltd.
Developers of QuickAddress Software
http://www.qas.com";>www.qas.com
Registered in England: No 2582055
Registered in Australia: No 082 851 474
---



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



RE: POST not working

2005-05-05 Thread Allistair Crossley
well, i'm not entirely sure, but i remember having this problem last year when 
using jCIFs for authentication and IE6. 

we solved it by ensuring we instructed tomcat not to attempt authentication, 
and allowing therefore IIS to pass thru the remote user login

this is done on the AJP  element with tomcatAuthentication="false". 
however, i think the admin tool uses basic authentication. It could be this 
mixed mode that you have causing issues. I am not totally sure, but see this ...

http://www.websina.com/bugzero/kb/browser-ie.html

> -Original Message-
> From: Christian Dechery [mailto:[EMAIL PROTECTED]
> Sent: 05 May 2005 13:25
> To: Tomcat Users List
> Subject: Re: POST not working
> 
> 
> As a matter of fact I am. Is that the cause?
> 
> Ah, I forgot to mention, we have the exact same setup (a 
> mirror-development server) here, but running on Tomcat 5 and it works 
> fine. Should we upgrade?
> 
> Allistair Crossley wrote:
> 
> >are you running IE6 and NTLM-authenticated applications?
> >
> >  
> >
> >>-Original Message-
> >>From: Christian Dechery [mailto:[EMAIL PROTECTED]
> >>Sent: 05 May 2005 13:16
> >>To: Tomcat Users List
> >>Subject: Re: POST not working
> >>
> >>
> >>It's a regular JSP page with nothing to it. This application 
> >>(SCA) works 
> >>perfectly, I've been using it for two years on several projects.. 
> >>Suddenly all the POSTs on the server stopped working BUT the main 
> >>application (the huge intranet thing).
> >>
> >>It's not any error in MY application (or any application, for that 
> >>matter), proof of that, is that even the /admin application 
> >>that comes 
> >>with tomcat is not working. I can't login cuz it uses POST 
> to process 
> >>login and password, and I'm 110% sure using the correct 
> user/password 
> >>but it always gives me "Invalid login/password", for the 
> >>obvious reason 
> >>it isn't getting ANY user/password from the POSTed form.
> >>
> >>It's something with the server, but I don't have a clue. :(
> >>
> >>Allistair Crossley wrote:
> >>
> >>
> >>
> >>>what are you posting to? what does your html  tag look 
> >>>  
> >>>
> >>like, have you specified multipart?
> >>
> >>
> >>> 
> >>>
> >>>  
> >>>
> >>>>-Original Message-
> >>>>From: Christian Dechery [mailto:[EMAIL PROTECTED]
> >>>>Sent: 05 May 2005 13:02
> >>>>To: Tomcat Users List
> >>>>Subject: Re: POST not working
> >>>>
> >>>>
> >>>>I don't get any response, no errors presented, I just 
> realised that 
> >>>>nothing is being POSTed.
> >>>>Only GET works.
> >>>>
> >>>>Mark Thomas wrote:
> >>>>
> >>>>   
> >>>>
> >>>>
> >>>>
> >>>>>What response do you get when you try to POST?
> >>>>>
> >>>>>Mark
> >>>>>
> >>>>>Christian Dechery wrote:
> >>>>>
> >>>>> 
> >>>>>
> >>>>>  
> >>>>>
> >>>>>>Hi everyone, hope u can help me solve this one. It's at 
> >>>>>>   
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>least weird.
> >>>>   
> >>>>
> >>>>
> >>>>
> >>>>>>I have a 4.1.3 installed on a FreeBSD machine running a 
> >>>>>>   
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>huge intranet 
> >>>>   
> >>>>
> >>>>
> >>>>
> >>>>>>corporate system. It runs smoothly and very fast, but for 
> >>>>>>   
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>some very 
> >>>>   
> >>>>
> >>>>
> >>>>
> >>>>>>weird reason, that webapp is the only one on the server 
> >>&

Re: POST not working

2005-05-05 Thread Christian Dechery
As a matter of fact I am. Is that the cause?
Ah, I forgot to mention, we have the exact same setup (a 
mirror-development server) here, but running on Tomcat 5 and it works 
fine. Should we upgrade?

Allistair Crossley wrote:
are you running IE6 and NTLM-authenticated applications?
 

-Original Message-
From: Christian Dechery [mailto:[EMAIL PROTECTED]
Sent: 05 May 2005 13:16
To: Tomcat Users List
Subject: Re: POST not working
It's a regular JSP page with nothing to it. This application 
(SCA) works 
perfectly, I've been using it for two years on several projects.. 
Suddenly all the POSTs on the server stopped working BUT the main 
application (the huge intranet thing).

It's not any error in MY application (or any application, for that 
matter), proof of that, is that even the /admin application 
that comes 
with tomcat is not working. I can't login cuz it uses POST to process 
login and password, and I'm 110% sure using the correct user/password 
but it always gives me "Invalid login/password", for the 
obvious reason 
it isn't getting ANY user/password from the POSTed form.

It's something with the server, but I don't have a clue. :(
Allistair Crossley wrote:
   

what are you posting to? what does your html  tag look 
 

like, have you specified multipart?
   


 

-Original Message-
From: Christian Dechery [mailto:[EMAIL PROTECTED]
Sent: 05 May 2005 13:02
To: Tomcat Users List
Subject: Re: POST not working
I don't get any response, no errors presented, I just realised that 
nothing is being POSTed.
Only GET works.

Mark Thomas wrote:
  

   

What response do you get when you try to POST?
Mark
Christian Dechery wrote:


 

Hi everyone, hope u can help me solve this one. It's at 
  

   

least weird.
  

   

I have a 4.1.3 installed on a FreeBSD machine running a 
  

   

huge intranet 
  

   

corporate system. It runs smoothly and very fast, but for 
  

   

some very 
  

   

weird reason, that webapp is the only one on the server 
  

   

wich allows 
  

   

POST.
Even the /admin tool won't allow posts, therefore I can't 
  

   

login to it.
  

   

I have another webapp (a little one, for access control), 
  

   

installed. 
  

   

It is the simplest webapp possible, only a few JSPs, but 
  

   

POST doesn't 
  

   

work on it, only GET.
I've searched through server.xml looking for something that could 
explain this, but found nothing. I have even created a 
  

   

 for 
  

   

SCA exactly as the one I have for the main application.
Any clues?
Thanks in advance,
Christian from Rio, Brazil
  

   


   

-
   

  

   

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

   

[EMAIL PROTECTED]
  

   

  

   



 


   

-
   

  

   

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

[EMAIL PROTECTED]
   



 


   

-
   

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

   

 
---
QAS Ltd.
Developers of QuickAddress Software
http://www.qas.com";>www.qas.com
Registered in England: No 2582055
Registered in Australia: No 082 851 474
---


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

 

--
**
--** 

*Christian Dechery
Analista / Desenvolvedor
A B I L I T Y *Soluções Interativas*
*+55 21 38526657*
*www.ability.com.br* <http://www.ability.com.br>*
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
   


 
---
QAS Ltd.
Developers of QuickAddress Software
http://www.qas.com";>www.qas.com
Registered in England: No 2582055
Registered in Australia: No 082 851 474
---


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

--
**--** 

*Christian Dechery
Analista / Desenvolvedor

Re: POST not working

2005-05-05 Thread Christian Dechery
It's a regular JSP page with nothing to it. This application (SCA) works 
perfectly, I've been using it for two years on several projects.. 
Suddenly all the POSTs on the server stopped working BUT the main 
application (the huge intranet thing).

It's not any error in MY application (or any application, for that 
matter), proof of that, is that even the /admin application that comes 
with tomcat is not working. I can't login cuz it uses POST to process 
login and password, and I'm 110% sure using the correct user/password 
but it always gives me "Invalid login/password", for the obvious reason 
it isn't getting ANY user/password from the POSTed form.

It's something with the server, but I don't have a clue. :(
Allistair Crossley wrote:
what are you posting to? what does your html  tag look like, have you 
specified multipart?
 

-Original Message-
From: Christian Dechery [mailto:[EMAIL PROTECTED]
Sent: 05 May 2005 13:02
To: Tomcat Users List
Subject: Re: POST not working
I don't get any response, no errors presented, I just realised that 
nothing is being POSTed.
Only GET works.

Mark Thomas wrote:
   

What response do you get when you try to POST?
Mark
Christian Dechery wrote:
 

Hi everyone, hope u can help me solve this one. It's at 
   

least weird.
   

I have a 4.1.3 installed on a FreeBSD machine running a 
   

huge intranet 
   

corporate system. It runs smoothly and very fast, but for 
   

some very 
   

weird reason, that webapp is the only one on the server 
   

wich allows 
   

POST.
Even the /admin tool won't allow posts, therefore I can't 
   

login to it.
   

I have another webapp (a little one, for access control), 
   

installed. 
   

It is the simplest webapp possible, only a few JSPs, but 
   

POST doesn't 
   

work on it, only GET.
I've searched through server.xml looking for something that could 
explain this, but found nothing. I have even created a 
   

 for 
   

SCA exactly as the one I have for the main application.
Any clues?
Thanks in advance,
Christian from Rio, Brazil
   

-
   

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

[EMAIL PROTECTED]
   

   

 

-
   

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

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


 
---
QAS Ltd.
Developers of QuickAddress Software
http://www.qas.com";>www.qas.com
Registered in England: No 2582055
Registered in Australia: No 082 851 474
---


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

--
**--** 

*Christian Dechery
Analista / Desenvolvedor
A B I L I T Y *Soluções Interativas*
*+55 21 38526657*
*www.ability.com.br* <http://www.ability.com.br>*
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: POST not working

2005-05-05 Thread Allistair Crossley
what are you posting to? what does your html  tag look like, have you 
specified multipart?

> -Original Message-
> From: Christian Dechery [mailto:[EMAIL PROTECTED]
> Sent: 05 May 2005 13:02
> To: Tomcat Users List
> Subject: Re: POST not working
> 
> 
> I don't get any response, no errors presented, I just realised that 
> nothing is being POSTed.
> Only GET works.
> 
> Mark Thomas wrote:
> 
> > What response do you get when you try to POST?
> >
> > Mark
> >
> > Christian Dechery wrote:
> >
> >> Hi everyone, hope u can help me solve this one. It's at 
> least weird.
> >>
> >> I have a 4.1.3 installed on a FreeBSD machine running a 
> huge intranet 
> >> corporate system. It runs smoothly and very fast, but for 
> some very 
> >> weird reason, that webapp is the only one on the server 
> wich allows 
> >> POST.
> >>
> >> Even the /admin tool won't allow posts, therefore I can't 
> login to it.
> >>
> >> I have another webapp (a little one, for access control), 
> installed. 
> >> It is the simplest webapp possible, only a few JSPs, but 
> POST doesn't 
> >> work on it, only GET.
> >>
> >> I've searched through server.xml looking for something that could 
> >> explain this, but found nothing. I have even created a 
>  for 
> >> SCA exactly as the one I have for the main application.
> >>
> >> Any clues?
> >>
> >> Thanks in advance,
> >> Christian from Rio, Brazil
> >>
> >> 
> -
> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
> >> For additional commands, e-mail: 
> [EMAIL PROTECTED]
> >>
> >>
> >>
> >
> >
> > 
> -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


 
---
QAS Ltd.
Developers of QuickAddress Software
http://www.qas.com";>www.qas.com
Registered in England: No 2582055
Registered in Australia: No 082 851 474
---



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



Re: POST not working

2005-05-05 Thread Christian Dechery
I don't get any response, no errors presented, I just realised that 
nothing is being POSTed.
Only GET works.

Mark Thomas wrote:
What response do you get when you try to POST?
Mark
Christian Dechery wrote:
Hi everyone, hope u can help me solve this one. It's at least weird.
I have a 4.1.3 installed on a FreeBSD machine running a huge intranet 
corporate system. It runs smoothly and very fast, but for some very 
weird reason, that webapp is the only one on the server wich allows 
POST.

Even the /admin tool won't allow posts, therefore I can't login to it.
I have another webapp (a little one, for access control), installed. 
It is the simplest webapp possible, only a few JSPs, but POST doesn't 
work on it, only GET.

I've searched through server.xml looking for something that could 
explain this, but found nothing. I have even created a  for 
SCA exactly as the one I have for the main application.

Any clues?
Thanks in advance,
Christian from Rio, Brazil
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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

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


Re: POST not working

2005-05-04 Thread Mark Thomas
What response do you get when you try to POST?
Mark
Christian Dechery wrote:
Hi everyone, hope u can help me solve this one. It's at least weird.
I have a 4.1.3 installed on a FreeBSD machine running a huge intranet 
corporate system. It runs smoothly and very fast, but for some very 
weird reason, that webapp is the only one on the server wich allows POST.

Even the /admin tool won't allow posts, therefore I can't login to it.
I have another webapp (a little one, for access control), installed. It 
is the simplest webapp possible, only a few JSPs, but POST doesn't work 
on it, only GET.

I've searched through server.xml looking for something that could 
explain this, but found nothing. I have even created a  for SCA 
exactly as the one I have for the main application.

Any clues?
Thanks in advance,
Christian from Rio, Brazil
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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


POST not working

2005-05-04 Thread Christian Dechery
Hi everyone, hope u can help me solve this one. It's at least weird.
I have a 4.1.3 installed on a FreeBSD machine running a huge intranet 
corporate system. It runs smoothly and very fast, but for some very 
weird reason, that webapp is the only one on the server wich allows POST.

Even the /admin tool won't allow posts, therefore I can't login to it.
I have another webapp (a little one, for access control), installed. It 
is the simplest webapp possible, only a few JSPs, but POST doesn't work 
on it, only GET.

I've searched through server.xml looking for something that could 
explain this, but found nothing. I have even created a  for SCA 
exactly as the one I have for the main application.

Any clues?
Thanks in advance,
Christian from Rio, Brazil
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: IIS/Tomcat: scriptlets, POST not working

2002-06-07 Thread Harlan Messinger

It DOES seem to be that IIS is handling the JSP pages itself: the same
thing happens even when Tomcat is shut down.

I checked, and there are no other ISAPI filters or app filters handling
JSP files in the web site I set up for Tomcat OR at the server level.

> -Original Message-
> From: Harlan Messinger 
> Sent: Friday, June 07, 2002 1:33 PM
> To: Tomcat Users List (E-mail)
> Subject: IIS/Tomcat: scriptlets, POST not working
> 
> 
> In my new IIS/Tomcat configuration, IIS *seems* to be forwarding
> requests for JSPs to Tomcat, because it displays them. IIS on its own
> doesn't display JSPs, it just asks if you want to open them 
> or save them
> to your local drive.
> 
> BUT: the scriptlets and expressions aren't being executed, so only the
> HTML is being rendered. 
> 
> AND: Only GET works. POST doesn't work. POST gives HTTP 
> status code 405,
> which Internet Explorer identifies as "Resource not allowed", 
> though the
> W3C HTTP spec says it's "Method not allowed".
> 
> Regarding the first problem above: I'm interested to note that the IIS
> web log shows HTTP status code 200 for the GET when the request
> immediately follows a change I've made to the JSP page, and a 304
> ("Resouce Not Modified") for subsequent requests. My question is: why
> does IIS record an entry at all when it isn't the server that 
> ultimately
> serves the page? And now I see that the Tomcat logs don't show any
> record of receiving these requests. And no log called 
> isapi_redirect.txt
> is being created as it should be. It's as though IIS now 
> feels empowered
> to handle JSP requests by itself--but since it doesn't know how to
> handle JSP, it ignores it, and just serves the HTML.
> 
> Ideas? Thanks.
> 
> Harlan Messinger
> 
> --
> 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]>




IIS/Tomcat: scriptlets, POST not working

2002-06-07 Thread Harlan Messinger

In my new IIS/Tomcat configuration, IIS *seems* to be forwarding
requests for JSPs to Tomcat, because it displays them. IIS on its own
doesn't display JSPs, it just asks if you want to open them or save them
to your local drive.

BUT: the scriptlets and expressions aren't being executed, so only the
HTML is being rendered. 

AND: Only GET works. POST doesn't work. POST gives HTTP status code 405,
which Internet Explorer identifies as "Resource not allowed", though the
W3C HTTP spec says it's "Method not allowed".

Regarding the first problem above: I'm interested to note that the IIS
web log shows HTTP status code 200 for the GET when the request
immediately follows a change I've made to the JSP page, and a 304
("Resouce Not Modified") for subsequent requests. My question is: why
does IIS record an entry at all when it isn't the server that ultimately
serves the page? And now I see that the Tomcat logs don't show any
record of receiving these requests. And no log called isapi_redirect.txt
is being created as it should be. It's as though IIS now feels empowered
to handle JSP requests by itself--but since it doesn't know how to
handle JSP, it ignores it, and just serves the HTML.

Ideas? Thanks.

Harlan Messinger

--
To unsubscribe, e-mail:   
For additional commands, e-mail: