Hi, can anyone let me know how to do the same thing with IBM VAJ4.0?????
Regards Ramesh Kesavanarayanan [EMAIL PROTECTED] Off : 8113801 ext 2333 Res : 2265360 Mob : 98412 73573 > -----Original Message----- > From: Sowbhagyavalli Suryadevara [SMTP:[EMAIL PROTECTED]] > Sent: Monday, April 29, 2002 2:49 PM > To: [EMAIL PROTECTED] > Subject: Re: How to restrict access of my server?? > > Find the following section the tomcat/conf/server.xml and set > suppress="true" > > <RequestInterceptor > className="org.apache.tomcat.request.StaticInterceptor" > debug="0" suppress="true" /> > > > Valli > IIC Technologies Pvt Ltd > INDIA > > > -----Original Message----- > From: A mailing list about Java Server Pages specification and reference > [mailto:[EMAIL PROTECTED]]On Behalf Of Sreenath V > Sent: Monday, April 29, 2002 2:48 PM > To: [EMAIL PROTECTED] > Subject: Re: How to restrict access of my server?? > > > how did u do it, can u explain me as i am not finding an entry in tom cat > server.xml > > ----- Original Message ----- > From: "Sowbhagyavalli Suryadevara" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, April 29, 2002 2:27 PM > Subject: Re: How to restrict access of my server?? > > > > Thank you. > > > > That worked fine, and solved my problem nicely !!! > > > > Valli > > IIC Technologies Pvt Ltd > > INDIA > > > > > > -----Original Message----- > > From: A mailing list about Java Server Pages specification and reference > > [mailto:[EMAIL PROTECTED]]On Behalf Of subbu > > Sent: Monday, April 29, 2002 12:42 PM > > To: [EMAIL PROTECTED] > > Subject: Re: How to restrict access of my server?? > > > > > > Hai, In tomact's > > server.xml file > > > > set suppress property to true...That's all Done... > > > > > > <!-- "default" handler - static files and dirs. Set the > > "suppress" property to "true" to suppress directory > listings > > when no welcome file is present. > > > > NOTE: This setting applies to *all* web applications that > > are running in this instance of Tomcat. > > --> > > > > > > > > > > > > ----- Original Message ----- > > From: "Sowbhagyavalli Suryadevara" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Monday, April 29, 2002 10:22 AM > > Subject: How to restrict access of my server?? > > > > > > > HI, > > > > > > Can anyone tell me how I can stop people from viewing the directory > > listings > > > and files in the server directories? I use JBoss + Tomcat. If the URL > used > > > to access the server has some directory name, then the server displays > the > > > whole directory listing. This can cause several security problems. > > > > > > I need my servlets and JSPs to access these directories but not anyone > > else. > > > > > > Valli > > > IIC Technologies Pvt Ltd > > > INDIA > > > > > > > > > ========================================================================== > = > > > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff > > JSP-INTEREST". > > > For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST > > DIGEST". > > > Some relevant FAQs on JSP/Servlets can be found at: > > > > > > http://archives.java.sun.com/jsp-interest.html > > > http://java.sun.com/products/jsp/faq.html > > > http://www.esperanto.org.nz/jsp/jspfaq.jsp > > > http://www.jguru.com/faq/index.jsp > > > http://www.jspinsider.com > > > > > ========================================================================== > = > > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff > > JSP-INTEREST". > > For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST > > DIGEST". > > Some relevant FAQs on JSP/Servlets can be found at: > > > > http://archives.java.sun.com/jsp-interest.html > > http://java.sun.com/products/jsp/faq.html > > http://www.esperanto.org.nz/jsp/jspfaq.jsp > > http://www.jguru.com/faq/index.jsp > > http://www.jspinsider.com > > > > > ========================================================================== > = > > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff > JSP-INTEREST". > > For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST > DIGEST". > > Some relevant FAQs on JSP/Servlets can be found at: > > > > http://archives.java.sun.com/jsp-interest.html > > http://java.sun.com/products/jsp/faq.html > > http://www.esperanto.org.nz/jsp/jspfaq.jsp > > http://www.jguru.com/faq/index.jsp > > http://www.jspinsider.com > > ========================================================================== > = > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff > JSP-INTEREST". > For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST > DIGEST". > Some relevant FAQs on JSP/Servlets can be found at: > > http://archives.java.sun.com/jsp-interest.html > http://java.sun.com/products/jsp/faq.html > http://www.esperanto.org.nz/jsp/jspfaq.jsp > http://www.jguru.com/faq/index.jsp > http://www.jspinsider.com =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com
