Welcome file list

2005-06-05 Thread Steve Forster
Hi, this is probably a basic question but I could really use a hand. Is there a way to simply read/display www.mydomain.com without redirecting to index.jsp? I found out how to do the opposite in web.xml index.jsp index.html index.htm TIA Steve

Re: welcome-file-list

2005-02-03 Thread Tim Funk
Tomcat 5 hides index.jsp, tomcat 4 does not. -Tim Scott Purcell wrote: Hello, I have a web site that I want accessed using the dns name: eg: http://www.purcell.com I have a welcome-file entry which says go to index.jsp. Of course the page loads and the url looks like this: http://www.purcell.

Re: welcome-file-list

2005-02-03 Thread Omar Adobati
If I have correctelly understand the problem, to solve it u just have to add in your web.xml a few lines like this: /index.jsp where u can change /index.jsp with any other page that you like to display as your start page. Hope this help, Omar On Thu, 3 F

welcome-file-list

2005-02-03 Thread Scott Purcell
Hello, I have a web site that I want accessed using the dns name: eg: http://www.purcell.com I have a welcome-file entry which says go to index.jsp. Of course the page loads and the url looks like this: http://www.purcell.com/index.jsp Is there anyway to remove the index.jsp, but display th

Re: Problem in Welcome-file-list and security

2004-03-25 Thread shanmugampl
Found out the problem. Changing the from */jsp/test.jsp* to *jsp/test.jsp *solves the issue. The additional / causes some changes in the url pattern and as a result the request was not considered to be secured one. Thanks for your effort. -Shan- Tim Funk wrote: Make your welcome file index.j

Re: Problem in Welcome-file-list and security

2004-03-25 Thread Tim Funk
Make your welcome file index.jsp. Then for that specific URL (/) - have it redirect to jsp/test.jsp. That way the external redirect forces the security constraint to be caught. For example: index.jsp: <%@ taglib uri="http://java.sun.com/jstl/core"; prefix="c"%> -Tim shanmugampl wrote: My v

Re: Problem in Welcome-file-list and security

2004-03-25 Thread shanmugampl
My very first page is the login screen. If i have specified security constraints, then how can i show the login screen as the first screen. The request should actually go to a secured screen, and this will bring up the login screen. Thats the reason, i require the first page to be secured. Is t

Re: Problem in Welcome-file-list and security

2004-03-24 Thread Tim Funk
Security constraints are in the incoming URL. [ Also welcome files *should*(but not required) be single files - not files buried under a directory. Good: cowbell.jsp Bad: more/cowbell.jsp ] -Tim shanmugampl wrote: Hi, I am using 5.0.19 & I have the following definition in my web.xml file

Problem in Welcome-file-list and security

2004-03-23 Thread shanmugampl
Hi, I am using 5.0.19 & I have the following definition in my web.xml file * /jsp/test.jsp* Secured Core Context * /jsp/** * FORM /login/login.jsp /login/login.jsp Now if i access my application as http://loca

RE: Struts in welcome-file-list

2003-07-02 Thread Raible, Matt
: [EMAIL PROTECTED] Subject: Struts in welcome-file-list Hi all, I tried to get a page from my Struts application as default page in the welcome file list (see below) but it doesn't work, it keeps going to index.html. Am I doing something wrong or is it simply not possible? I did

Struts in welcome-file-list

2003-07-02 Thread Jeroen Breedveld
Hi all, I tried to get a page from my Struts application as default page in the welcome file list (see below) but it doesn't work, it keeps going to index.html. Am I doing something wrong or is it simply not possible? I did this: start.do index.html I also tried just

RE: tomcat 4 & apache & mod_webapp welcome-file-list

2002-02-24 Thread Kendal L. Montgomery
-_-=-_-=-_-=-_-=-_-=-_-=-_-=-_ -Original Message- From: Dom [mailto:[EMAIL PROTECTED]] Sent: Friday, October 05, 2001 2:15 PM To: [EMAIL PROTECTED]; Tomcat Developer List Subject: tomcat 4 & apache & mod_webapp welcome-file-list Tomcat 4 + Apache + mod_webapp.so : It looks like welco

Re: Problems with XML parsing: "welcome-file-list" (web.xml)

2001-05-28 Thread christian kuehrt
thanks for your help i´didnt know that the order of the tags plays an important role ciao curt - Original Message - From: "Pernica, Jan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 28, 2001 2:02 PM Subject: RE: Problems with XML parsing: "

RE: Problems with XML parsing: "welcome-file-list" (web.xml)

2001-05-28 Thread Pernica, Jan
That is easy. Look into conf/web.dtd. welcome-file-list need not preceede the servlet. Regards Jan On Monday, May 28, 2001 1:57 PM, christian kuehrt [SMTP:[EMAIL PROTECTED]] wrote: > everytime i try to deploy my application i get the following message: > > PARSE error at line 18

Problems with XML parsing: "welcome-file-list" (web.xml)

2001-05-28 Thread christian kuehrt
everytime i try to deploy my application i get the following message:   PARSE error at line 18 column -1org.xml.sax.SAXParseException: org.apache.crimson.parser/V-036 web-app servletStarting service Tomcat-ApacheApache Tomcat/4.0-b3   and the reason for this are in the web.xml:       

[TC321] welcome-file-list behaviour

2001-05-22 Thread Marcus Crafter
Hi All, Hope all is well! I've noticed in the TC321 source base that the 'welcome file' specified in the web.xml actually checks to see if this file exists before using it. See StaticInterceptor.java, lines 270, and 297 270: File f =

attitude adjusted - welcome-file-list

2001-03-12 Thread Neill Laney
has anyone had any trouble with default index.jsp, index.htm, or index.html not being served when the application root is requested by the browser? Tomcat 3.21 TIA Sincerely, Neill Laney http://home.nc.rr.com/nlaney -- Web Developer/Technical Support Specialist. -

welcome-file-list Tomcat 3.21 / RH7 Linux

2001-03-12 Thread Neill Laney
I switched from Tomcat 3.14 to 3.21 to resolve a header issue where I was getting a "text/plain" header in a Servlet when res.setContentType("text/html"); Now, Tomcat 3.21 won't load a default page when the welcome-file-list includes index.html, index.htm, and inde

Re: welcome-file-list is not working

2001-01-22 Thread Craig R. McClanahan
Juan Pablo Goldfinger wrote: Hi: I have wrote in the web.xml of each tomca context, and nobody work!!!    How I can work the welcome-file-list of the web.xml? Thanks, juan You will do much better asking a Tomcat-specific question on the TOMCAT-USER mailing list

Re: welcome-file-list

2000-12-13 Thread Sam Terburg
hose defined in the general web.xml because is overwritten i guess) and simply display the dir listing. greetz, Sam. - Original Message - From: "Tran, Francis" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 13, 2000 11:14 AM Subject: we

welcome-file-list

2000-12-13 Thread Tran, Francis
Hello! I am trying to have all my http request foward to a mainServlet first and after few verification send it to the appropriate page. For example, if you type http://mylocalhost/ if should go directly to myapp/servlet/mainServlet which reside in Tomcat. However if you type http