Re: Question on documentation...

2002-10-24 Thread Zerbe John W
in. To sleep better at nights, just get out of the habit of using "/servlet" URLs and make sure your container is configured to not support it. Hans > - Original Message - > >> >> Date:Fri, 18 Oct 2002 17:49:22 -0700 >> From:Hans Bergsten <[EMAI

Re: Question on documentation...

2002-10-22 Thread Hans Bergsten
r the years, I've seen issues related to the "invoker" pop-up, get resolved, and new issues discovered and plugged, over and over again. To sleep better at nights, just get out of the habit of using "/servlet" URLs and make sure your container is configured to not support it.

Re: Question on documentation...

2002-10-21 Thread Paul Copeland
resting if you could comment on the security hole created by the "/servlet" mapping... -- Paul Copeland, JOT Object Technologies - http://www.jotobjects.com - Original Message - Date:Fri, 18 Oct 2002 17:49:22 -0700 From:Hans Bergsten <[EMAIL PROTECTED]> Subject: Re:

Re: Question on documentation...

2002-10-18 Thread Dror Matalon
<[EMAIL PROTECTED]> > Sent: Friday, October 18, 2002 9:49 PM > Subject: Re: Question on documentation... > > > > Luis A wrote: > > > Hans, maybe you can help me, > > > > > > Is there a way to restore the unsecure mode? The students have different >

Re: Question on documentation...

2002-10-18 Thread Luis A
ber 18, 2002 9:49 PM Subject: Re: Question on documentation... > Luis A wrote: > > Hans, maybe you can help me, > > > > Is there a way to restore the unsecure mode? The students have different > > Servlet names, the broadband access ones have burned CDs for the others, and &g

Re: Question on documentation...

2002-10-18 Thread Hans Bergsten
ible by editing $CATALINA_HOME/conf/web.xml to uncomment the "/servlet/*" servlet-mapping definition. Hans - Original Message - From: "Hans Bergsten" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 18, 2002 8:33 PM Subject: Re: Question on doc

Re: Question on documentation...

2002-10-18 Thread Luis A
or mod. What do you think? Thanks, Luis. - Original Message - From: "Hans Bergsten" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 18, 2002 8:33 PM Subject: Re: Question on documentation... > Luis A wrote: > > Man, you must be kiddin

Re: Question on documentation...

2002-10-18 Thread Hans Bergsten
ays. Hans - Original Message - From: "Hans Bergsten" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 17, 2002 2:58 PM Subject: Re: Question on documentation... Paul Toyn wrote: The following is a snippet from the Jakarta-Tomcat c

Re: Question on documentation...

2002-10-18 Thread Luis A
: Thursday, October 17, 2002 2:58 PM Subject: Re: Question on documentation... > Paul Toyn wrote: > > The following is a snippet from the Jakarta-Tomcat configuration and > > testing documentation: > > > > Once you compile HelloServlet.java, put HelloServlet.class in &g

Question on documentation...

2002-10-17 Thread Paul Toyn
The following is a snippet from the Jakarta-Tomcat configuration and testing documentation: Once you compile HelloServlet.java, put HelloServlet.class in install_dir/webapps/ROOT/WEB-INF/classes. After compiling the code, access the servlet with the URL http://localhost/servlet/HelloServlet ... Yo

Re: Question on documentation...

2002-10-17 Thread Hans Bergsten
Paul Toyn wrote: The following is a snippet from the Jakarta-Tomcat configuration and testing documentation: Once you compile HelloServlet.java, put HelloServlet.class in install_dir/webapps/ROOT/WEB-INF/classes. After compiling the code, access the servlet with the URL http://localhost/servlet/H