Passing parameter upon login using j_security_check

2005-08-21 Thread Mark Goking
Is it possible to pass a parameter upon login using j_security_check and passing that parameter to index.jsp? thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Passing parameter upon login using j_security_check

2005-08-21 Thread Wade Chandler
--- Mark Goking [EMAIL PROTECTED] wrote: Is it possible to pass a parameter upon login using j_security_check and passing that parameter to index.jsp? thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: #1578;#1605; #1575;#1587;#1578;#1604;#1575;#1605; #1575;#1604;#1585;#1587;#1575;#1604;#1607; DISABLE YOUR AUTO REPLY

2005-08-21 Thread Wade Chandler
--- #1605;#1606;#1578;#1583;#1610;#1575;#1578; #1603;#1608;#1610;#1578; #1575;#1604;#1582;#1610;#1585; [EMAIL PROTECTED] wrote: #1578;#1605; #1575;#1587;#1578;#1602;#1576;#1575;#1604; #1585;#1587;#1575;#1604;#1578;#1603; #1608;#1587;#1601; #1606;#1602;#1608;#1605;

RE: Passing parameter upon login using j_security_check

2005-08-21 Thread Mark Goking
Hi wade, yeah I read in some post that only j_username and j_password gets passed in the form. Nothing else.. Even auto-login is not possible by passing the username and password as http parameters.. I had to at least go to the login page, and then executing the same url with the

Re: Can't get apache to connect to tomcat

2005-08-21 Thread pacea
Are you trying to mount the default TC homepage? I'm running Apache2 / Tomcat 5.5.9 on a Debian Sarge box and have successfully (finally) gotten them to speak to each other. Here's what's worked for me: 1) Everything in JK2.Properties is still commented out. 2) Added these lines to httpd.conf:

Re: #1578;#1605; #1575;#1587;#1578;#1604;#1575;#1605; #1575;#1604;#1585;#1587;#1575;#1604;#1607; DISABLE YOUR AUTO REPLY

2005-08-21 Thread Mark Thomas
Wade Chandler wrote: Please disable your auto reply or remove yourself from the list. I receive an email from your directly every time I write to the list. It's part of the rules of the list not to use auto replies. Wade Auto-replying to posts is more than enough of a reason for me to kick

Re: Can't get apache to connect to tomcat

2005-08-21 Thread pacea
Adding to my previous post - this will (or should) load up the Tomcat Documentation that came with your distribution. Not the default TC homepage. . . Are you trying to mount the default TC homepage? I'm running Apache2 / Tomcat 5.5.9 on a Debian Sarge box and have successfully

Re: #1578;#1605; #1575;#1587;#1578;#1604;#1575;#1605; #1575;#1604;#1585;#1587;#1575;#1604;#1607; DISABLE YOUR AUTO REPLY

2005-08-21 Thread pacea
Thanks Mark. Wade Chandler wrote: Please disable your auto reply or remove yourself from the list. I receive an email from your directly every time I write to the list. It's part of the rules of the list not to use auto replies. Wade Auto-replying to posts is more than enough

WebDav on Port 80

2005-08-21 Thread George Francis
Hello, If I downloaded the latest Tomcat 5.0 or 5.5, WebDav works 'straight out of the box' by starting the server and opening 'localhost:8080/webdav' as a web folder. Great! If I then go in to server.xml and change the port to 80; the WebDav functionality is lost - I get a message from IE saying

Need Help Programmatically Loading Servlets in StandardContext subclass

2005-08-21 Thread Philip Weaver
How can I programmatically load servlets and servlet mappings in Tomcat? I'm using Tomcat 5.0.28. I'm trying to extend StandardContext to automatically map/assign a batch of servlets from a specified jar at startup. I'm having trouble. As I try to add these servlets programmatically as the

RE: 5.5.9 on Ubuntu/Debian

2005-08-21 Thread MC Moisei
Hi, I planning to start using Linux for a new site but a war file that deploys wondeful on Windows won't start on Linux. Here's the first error(see track). I'm using JDK 1.4.2. I'm pretty sure is a rights thing. I'm using the jsvc daemon loaded that switches to tomcat user. Another error is

Anyone familiar where SavedRequest class can be found?

2005-08-21 Thread Mark Goking
Anyone know which jar file this belongs? I found this article, and this could be the solution to retaining request parameters after logging in http://sourceforge.net/tracker/?group_id=59484atid=491164func=detaila id=766413 -