Ajp restart or reset connection message

2003-04-03 Thread Boon Seong
Hi, I am using Apache with Tomcat with AJP connector. But at the Tomcat side, it keeps on displaying the below messages once there are connections. It is normal ? Apr 4, 2003 9:11:30 AM org.apache.jk.common.ChannelSocket processConnection INFO: server has been restarted or reset this connection

Re: servlet problems with web app outside Tomcat directory

2003-03-29 Thread Boon Seong
since you have a package name for ur servlet , i think u need do a servlet mapping on web.xml file - Original Message - From: "Peter Reynolds" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, March 29, 2003 3:40 PM Subject: servlet problems with web app o

Re: Basic authentication question

2003-03-25 Thread Boon Seong
work. > Tomcat seems to use 401 as a prompt to put up the basic auth login dialog. > If you add the configuration below, it goes to this page first without ever > prompting for user login. > > Do you have any other suggestions? > > Thanks, > Derrick > > > > ---

Re: Basic authentication question

2003-03-25 Thread Boon Seong
add this to the web.xml 401 /errorpage.jsp - Original Message - From: "Koes, Derrick" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 25, 2003 6:22 PM Subject: Basic authentication question > > I wish to replace tomcat's 401 error page with something more el

Re: tomcat servlet invoker

2003-03-22 Thread Boon Seong
t Users List" <[EMAIL PROTECTED]> Sent: Sunday, March 23, 2003 7:01 AM Subject: Re: tomcat servlet invoker > You should not use the "invoker" servlet. You should set up servlet > mappings in your web.xml file for your servlets. > > - Original Message -

tomcat servlet invoker

2003-03-22 Thread Boon Seong
Hi, With reference to the documentation at http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.1.21-beta/REL EASE-NOTES , on the section Enabling invoker servlet, there is this note - Using the invoker servlet in a production environment is not recommended and is unsupported