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 Context 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-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 form 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 
   

Context 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]
   


FONT SIZE=1 FACE=VERDANA,ARIAL COLOR=BLUE 
---
QAS Ltd.
Developers of QuickAddress Software
a href=http://www.qas.com;www.qas.com/a
Registered in England: No 2582055
Registered in Australia: No 082 851 474
---
/FONT

-
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 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 form 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 
  

   

Context 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]
  

   

FONT SIZE=1 FACE=VERDANA,ARIAL COLOR=BLUE 
---
QAS Ltd.
Developers of QuickAddress Software
a href=http://www.qas.com;www.qas.com/a
Registered in England: No 2582055
Registered in Australia: No 082 851 474
---
/FONT

-
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]
   


FONT SIZE=1 FACE=VERDANA,ARIAL COLOR=BLUE 
---
QAS Ltd.
Developers of QuickAddress Software
a href=http://www.qas.com;www.qas.com/a
Registered in England: No 2582055
Registered in Australia: No 082 851 474
---
/FONT

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

--
**--** 

*Christian Dechery
Analista / Desenvolvedor
A B I L I T Y

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 Connector 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
   

form 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]
 

--
**--** 

*Christian

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 Context 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]


Tomcat auth acting crazy

2003-03-17 Thread Christian Dechery
I can't seem to use Tomcat 4.1.18 at all.

I just installed it for the third time... it's totally crazy... right after I install, 
WITH no changes in any configs I try to access the /admin or /manager app or even the 
base app (the one with the welcome screen and all)... and everytime a logon window 
(with XDB in the title) appears, and nothing works as a login/pass...

what's that?
.:| Christian Dechery
.:| Web/Java Developer
.:| Gaita-L Owner
.:| [EMAIL PROTECTED] 



Re: Tomcat auth acting crazy

2003-03-17 Thread Christian Dechery
yeah... I just found that out... after doing several tests I realized it was a 
conflict with Oracle...

where is that configuration where I can change Oracle's application port??

thanks
.:| Christian Dechery
.:| Web/Java Developer
.:| Gaita-L Owner
.:| [EMAIL PROTECTED] 

  - Original Message - 
  From: p niemandt 
  To: Tomcat Users List 
  Sent: Monday, March 17, 2003 12:42 PM
  Subject: Re: Tomcat auth acting crazy


  You have Oracle running, and Oracle has a XML Application
  running on port 8080.

  Change Tomcat to listen on another port, or change Oracle to 
  not run the XML Application.

  For a quick (though probably incorrect fix), stop Oracle (Listeners
  as well), start Tomcat, start Oracle.

  Regards,
  Paul

  On Mon, 2003-03-17 at 15:13, Christian Dechery wrote:
   I can't seem to use Tomcat 4.1.18 at all.
   
   I just installed it for the third time... it's totally crazy... right after I 
install, WITH no changes in any configs I try to access the /admin or /manager app or 
even the base app (the one with the welcome screen and all)... and everytime a logon 
window (with XDB in the title) appears, and nothing works as a login/pass...
   
   what's that?
   .:| Christian Dechery
   .:| Web/Java Developer
   .:| Gaita-L Owner
   .:| [EMAIL PROTECTED] 
  -- 
  p niemandt [EMAIL PROTECTED]


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





Re: Tomcat auth acting crazy

2003-03-17 Thread Christian Dechery
ok... thanks. I'll try to find it... if I have any success I'll let u know...
.:| Christian Dechery
.:| Web/Java Developer
.:| Gaita-L Owner
.:| [EMAIL PROTECTED] 

  - Original Message - 
  From: p niemandt 
  To: Tomcat Users List 
  Sent: Monday, March 17, 2003 1:08 PM
  Subject: Re: Tomcat auth acting crazy


  Sadly I have no idea, I just had the same problem.

  My solution was to make sure that I start Tomcat first.


  On Mon, 2003-03-17 at 15:56, Christian Dechery wrote:
   yeah... I just found that out... after doing several tests I realized it was a 
conflict with Oracle...
   
   where is that configuration where I can change Oracle's application port??
   
   thanks
   .:| Christian Dechery
   .:| Web/Java Developer
   .:| Gaita-L Owner
   .:| [EMAIL PROTECTED] 
   
 - Original Message - 
 From: p niemandt 
 To: Tomcat Users List 
 Sent: Monday, March 17, 2003 12:42 PM
 Subject: Re: Tomcat auth acting crazy
   
   
 You have Oracle running, and Oracle has a XML Application
 running on port 8080.
   
 Change Tomcat to listen on another port, or change Oracle to 
 not run the XML Application.
   
 For a quick (though probably incorrect fix), stop Oracle (Listeners
 as well), start Tomcat, start Oracle.
   
 Regards,
 Paul
   
 On Mon, 2003-03-17 at 15:13, Christian Dechery wrote:
  I can't seem to use Tomcat 4.1.18 at all.
  
  I just installed it for the third time... it's totally crazy... right after I 
install, WITH no changes in any configs I try to access the /admin or /manager app or 
even the base app (the one with the welcome screen and all)... and everytime a logon 
window (with XDB in the title) appears, and nothing works as a login/pass...
  
  what's that?
  .:| Christian Dechery
  .:| Web/Java Developer
  .:| Gaita-L Owner
  .:| [EMAIL PROTECTED] 
 -- 
 p niemandt [EMAIL PROTECTED]
   
   
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
   
  -- 
  p niemandt [EMAIL PROTECTED]


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





user auth not working

2003-03-14 Thread Christian Dechery
I just downloaded and installed Tomcat 4.1.8 in WinXP.

At a certain point in the install process, it asked me for an admin password, I chose 
my most basic pwd... then after the install was over, I tried to go to the admin 
page... that window with username and pass showed up, I entered both username and pwd 
correctly and it doesn't work..

I went to \conf and looked into tomcat-users.xml, everything is fine... the auth 
simply doesn't seem to work, maybe it's a problem with XP... I don't know..

anyone has a clue on this one??

thanks

.:| Christian Dechery
.:| Web/Java Developer
.:| Gaita-L Owner
.:| [EMAIL PROTECTED] 


Re: user auth not working

2003-03-14 Thread Christian Dechery



sure... here it is...

.:| Christian 
Dechery.:| Web/Java Developer.:| Gaita-L Owner.:| [EMAIL PROTECTED] 


  - Original Message - 
  From: 
  [EMAIL PROTECTED] 
  To: [EMAIL PROTECTED] 
  
  Sent: Friday, March 14, 2003 12:30 
  PM
  Subject: RE: user auth not working
  can you send us the xml file please ???-Original 
  Message-From: Christian Dechery 
  [mailto:[EMAIL PROTECTED]Sent: 14 March 2003 15:27To: Tomcat 
  Users ListSubject: user auth not workingI just downloaded and 
  installed Tomcat 4.1.8 in WinXP.At a certain point in the install 
  process, it asked me for an adminpassword, I chose my most basic pwd... 
  then after the install was over, Itried to go to the admin page... that 
  window with username and pass showedup, I entered both username and pwd 
  correctly and it doesn't work..I went to \conf and looked into 
  tomcat-users.xml, everything is fine... theauth simply doesn't seem to 
  work, maybe it's a problem with XP... I don'tknow..anyone has a 
  clue on this one??thanks.:| Christian Dechery.:| Web/Java 
  Developer.:| Gaita-L Owner.:| [EMAIL PROTECTED] 
  -To 
  unsubscribe, e-mail: [EMAIL PROTECTED]For 
  additional commands, e-mail: [EMAIL PROTECTED]
?xml version='1.0' encoding='utf-8'?
tomcat-users
  role rolename=admin/
  role rolename=manager/
  role rolename=tomcat/
  role rolename=role1/
  user username=admin password=lalala roles=admin,manager/
  user username=tomcat password=tomcat roles=tomcat/
  user username=role1 password=tomcat roles=role1/
  user username=both password=tomcat roles=tomcat,role1/
/tomcat-users

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