IIS TC 5.5.9 - welcome files (index.html) not found

2005-08-23 Thread Robert Koberg
Hi, I am using IIS and tomcat together for the first time and have one little problem... Even though I have a /web-app/welcome-file-list/welcome-file='index.html' in my web.xml and the IIS server has index.html set as a default index page in the IIS manager, it seems that IIS does

Re: IIS TC 5.5.9 - welcome files (index.html) not found

2005-08-23 Thread Mikolaj Rydzewski
Robert Koberg wrote: it seems that IIS does not recognize index.html as an index page. In other words, I get an IIS 404 when trying to hit something like: 'http://server.com/some/folder/'. The uriworkermap.properties has *.html set to be served from tomcat. Has anybody seen this? It's

Re: IIS TC 5.5.9 - welcome files (index.html) not found

2005-08-23 Thread Robert Koberg
Mikolaj Rydzewski wrote: Robert Koberg wrote: it seems that IIS does not recognize index.html as an index page. In other words, I get an IIS 404 when trying to hit something like: 'http://server.com/some/folder/'. The uriworkermap.properties has *.html set to be served from tomcat. Has

Re: IIS TC 5.5.9 - welcome files (index.html) not found

2005-08-23 Thread Robert Koberg
Mikolaj Rydzewski wrote: Robert Koberg wrote: it seems that IIS does not recognize index.html as an index page. In other words, I get an IIS 404 when trying to hit something like: 'http://server.com/some/folder/'. The uriworkermap.properties has *.html set to be served from tomcat. Has

Re: Please help: error: The requested resource (/stuff/index.html) is not available.

2004-01-18 Thread Tim Funk
You need a webapp called stuff. OR you need to move stuff/index.html under webapps/ROOT/stuff/incdex.html In either case, please first read the docs. Also Sun's webservices developer kit would also be very helpful. -Tim Susan Tahmoresi wrote: Hi All, I am new to tomcat and just installed

Please help: error: The requested resource (/stuff/index.html) is not available.

2004-01-17 Thread Susan Tahmoresi
message: The requested resource (/stuff/index.html) is not available. the index.html is located at webapps/stuff/index.html. I am setting CATALINA_HOME and JAVA_HOME at the beginning of startup.bat and am using Windows XP. I shut down and restart webserver several times. It looks like

Re: index.html

2003-07-01 Thread Oki DZ
On Fri, Jun 27, 2003 at 07:12:23AM -0400, Tim Funk wrote: Odd. I'll download the binary and take a look. I downloaded Tomcat again; now I have the daily builds (ie: jakarta-tomcat-5-bin-20030628.tar.gz). Same thing happened. I believe that's pretty strange. Oki

Re: index.html

2003-07-01 Thread Tim Funk
What happens if you use bin/startup.sh? -Tim Oki DZ wrote: On Fri, Jun 27, 2003 at 07:12:23AM -0400, Tim Funk wrote: Odd. I'll download the binary and take a look. I downloaded Tomcat again; now I have the daily builds (ie: jakarta-tomcat-5-bin-20030628.tar.gz). Same thing happened. I

Re: index.html

2003-07-01 Thread Oki DZ
On Tue, Jul 01, 2003 at 06:53:07AM -0400, Tim Funk wrote: What happens if you use bin/startup.sh? I'm sorry I've been bothering you; it was just about having an older catalina.jar in the JVM's ext directory. Runs fine now. Oki

Re: index.html

2003-06-27 Thread Oki DZ
On Thu, 2003-06-26 at 18:53, Tim Funk wrote: Are you sure you installed the right tomcat? Ouch, silly me; no it was 4.0-b4. OK, cd to the right directory. But, [EMAIL PROTECTED]:/usr/local/jakarta-tomcat-5.0.3/bin$ ./catalina.sh run Using CATALINA_BASE: /usr/local/jakarta-tomcat-5.0.3

Re: index.html

2003-06-27 Thread Tim Funk
Odd. I'll download the binary and take a look. -Tim Oki DZ wrote: But, [EMAIL PROTECTED]:/usr/local/jakarta-tomcat-5.0.3/bin$ ./catalina.sh run Using CATALINA_BASE: /usr/local/jakarta-tomcat-5.0.3 Using CATALINA_HOME: /usr/local/jakarta-tomcat-5.0.3 Using CATALINA_TMPDIR:

index.html

2003-06-26 Thread Oki DZ
Hi, I just installed Tomcat 5.0.3. The index page showed the version as 4.0-b4. I think it would be neater if the index page were a servlet, so that it could retrieve the version number from the config files and have the right number. BTW, the wrong version display is some kind of a show

Re: index.html

2003-06-26 Thread Tim Funk
at: $CATALINA_HOME/webapps/ROOT/index.html ^ === Wrong = I'll fix this typo sometime in the near future. -Tim Oki DZ wrote: Hi, I just installed Tomcat 5.0.3. The index page showed the version as 4.0-b4. I think it would be neater if the index page were a servlet

apache-axis index.html can't be loaded

2003-06-25 Thread Jaeseok2
type=java.lang.Integer/ /Context Context docBase=c:\xml-axis\webapps\axis path=/axis/ / /Host /Engine /Service i didn't handle any parts more.. but axis/index.html page can not loaded... What can I do...? :(

Re: How Directly Run Servlet W/O Redirect From Index.html?

2003-06-04 Thread Peter Alvin
DirectoryIndex index.jsp index.html more_cowbell.html -Tim Peter Alvin wrote: When someone types: www.site.com Apache serves index.html which I added an an immediate redirect to load the real site's homepage which is a Java servlet. Does anyone know how to configure Apache, DNS, or MOD_SSL

How Directly Run Servlet W/O Redirect From Index.html?

2003-06-03 Thread Peter Alvin
When someone types: www.site.com Apache serves index.html which I added an an immediate redirect to load the real site's homepage which is a Java servlet. Does anyone know how to configure Apache, DNS, or MOD_SSL to go directly to the servlet for the home page? - Apache 1.3.27 - mod_ssl

Re: How Directly Run Servlet W/O Redirect From Index.html?

2003-06-03 Thread Tim Funk
add index.jsp as a default file to apache config DirectoryIndex index.jsp index.html more_cowbell.html -Tim Peter Alvin wrote: When someone types: www.site.com Apache serves index.html which I added an an immediate redirect to load the real site's homepage which is a Java servlet

Re: How Directly Run Servlet W/O Redirect From Index.html?

2003-06-03 Thread Peter Alvin
as a default file to apache config DirectoryIndex index.jsp index.html more_cowbell.html -Tim Peter Alvin wrote: When someone types: www.site.com Apache serves index.html which I added an an immediate redirect to load the real site's homepage which is a Java servlet. Does anyone know how

Re: How Directly Run Servlet W/O Redirect From Index.html?

2003-06-03 Thread Tim Funk
, 03 Jun 2003 07:17:23 -0400, Tim Funk wrote: add index.jsp as a default file to apache config DirectoryIndex index.jsp index.html more_cowbell.html -Tim Peter Alvin wrote: When someone types: www.site.com Apache serves index.html which I added an an immediate redirect to load the real site's

Re: How Directly Run Servlet W/O Redirect From Index.html?

2003-06-03 Thread John Turner
index.jsp index.html more_cowbell.html -Tim Peter Alvin wrote: When someone types: www.site.com Apache serves index.html which I added an an immediate redirect to load the real site's homepage which is a Java servlet. Does anyone know how to configure Apache, DNS, or MOD_SSL to go directly

Re: How Directly Run Servlet W/O Redirect From Index.html?

2003-06-03 Thread Wijngaarde [Us Media]
Proverb On Tue, 03 Jun 2003 07:17:23 -0400, Tim Funk wrote: add index.jsp as a default file to apache config DirectoryIndex index.jsp index.html more_cowbell.html -Tim Peter Alvin wrote: When someone types: www.site.com Apache serves index.html which I added

Re: How Directly Run Servlet W/O Redirect From Index.html?

2003-06-03 Thread John Turner
index.html more_cowbell.html -Tim Peter Alvin wrote: When someone types: www.site.com Apache serves index.html which I added an an immediate redirect to load the real site's homepage which is a Java servlet. Does anyone know how to configure Apache, DNS, or MOD_SSL to go directly to the servlet

index.html and ipaddress ?

2003-02-13 Thread Swapneel Dange
hi there ! i am running a TOMCAT successfully, but if i want to see the page saying index.html , which is not in the 'ROOT' diretory under 'webapps' but its under another directory named 'swapneel', which is also under 'webapps'. But whenever i say http://localhost:8080/index.html

Re: index.html and ipaddress ?

2003-02-13 Thread Jake Robb
Is there a reason you can't put your index.html file in the ROOT directory? - Original Message - From: Swapneel Dange [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, February 13, 2003 11:24 AM Subject: index.html and ipaddress ? hi there ! i am running a TOMCAT successfully

Re: index.html and ipaddress ?

2003-02-13 Thread Swapneel Dange
yeah , because i am making the index.html using a text file , which resides in the directory called 'swapneel' and i cant possibly store that text file from which the index.html is created, in the ROOT directory as this index.html is supposed to invoke another servlet and then the chain

Re: index.html and ipaddress ?

2003-02-13 Thread Jake Robb
and something else points to ROOT. - Original Message - From: Jake Robb [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, February 13, 2003 11:26 AM Subject: Re: index.html and ipaddress ? Is there a reason you can't put your index.html file in the ROOT directory

Re: index.html and ipaddress ?

2003-02-13 Thread Swapneel Dange
get rid of the port number in the address for running the TOMCAT, so in the end can the address look like this - http://IAMTOMCAT/index.html awaitaing reply ! Swapneel Dange 505-642-4126 http://www.cs.nmsu.edu/~sdange From: Jake Robb [EMAIL PROTECTED] Reply-To: Jake Robb

Re: index.html and ipaddress ?

2003-02-13 Thread Peng Tuck Kwok
with some name, lets say 'IAMTOMCAT' and can we get rid of the port number in the address for running the TOMCAT, so in the end can the address look like this - http://IAMTOMCAT/index.html awaitaing reply ! Swapneel Dange 505-642-4126 http://www.cs.nmsu.edu/~sdange From

Tomcat Standalone Redirects auto redirects to index.html

2003-01-08 Thread enLogica
Issue: Unlike Apache (and every other http server), tomcat standalone automatically redirects to the welcome page, rather than forwarding to it. In other words, to present the welcome page tomcat will literally redirect (http 302) the user to www.xyz.com/index.html, rather than staying

RE: Tomcat Standalone Redirects auto redirects to index.html

2003-01-08 Thread Tim Moore
202-463-4863 -Original Message- From: enLogica [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 4:01 PM To: Tomcat Subject: Tomcat Standalone Redirects auto redirects to index.html Issue: Unlike Apache (and every other http server), tomcat standalone automatically

Re: Index.html/default welcome file - OT

2002-09-04 Thread Martin Jacobson
garrett smith wrote: Still having troubles? On Mac OS, the OS will add an extra extension based on file type. This is done to make the computer more user-friendly, although it is exactly the opposite: it is counter-intuitive. I had to check Show Info on right-click menu and remove the

how to avoid the directory list without any index.html/jsp

2002-09-02 Thread micheal lau
hi all, i am using tomcat 4.0.4 how to avoid the directory list without any index.html or index.jsp by redirect to 403 forbidden error instead of any welcome page but how to config? thanks for any help micheal _ Join the world’s

AW: how to avoid the directory list without any index.html/jsp

2002-09-02 Thread Holger Klein-Altstedde
An: [EMAIL PROTECTED] Betreff: how to avoid the directory list without any index.html/jsp hi all, i am using tomcat 4.0.4 how to avoid the directory list without any index.html or index.jsp by redirect to 403 forbidden error instead of any welcome page but how to config? thanks for any

Re: Index.html/default welcome file

2002-09-01 Thread Bill Barker
web.xml(in both the conf directory and in the WEB_INF of out application) the definition of the welcome-file-list, we cannot get the index.html when we type http://myhost:8080; in the browser, we have to explicitly type http://myhost:8080/index.html;. Does anybody has a solution to this

Re: Index.html/default welcome file

2002-08-31 Thread Filip Lou
try using index.htm Filip Lou - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, August 30, 2002 11:41 PM Subject: Index.html/default welcome file We are running tomcat

Re: Index.html/default welcome file

2002-08-31 Thread garrett smith
index.html, index.htm, index.jsp, welcome.do, If welcome-file-list really does work, then it is not necessary to name your file index.htm from index.html. welcome-file-list really does work, so it is not necessary to name your file index.htm from index.html. I don't have a solution, though

Re: Index.html/default welcome file

2002-08-31 Thread garrett smith
Still having troubles? On Mac OS, the OS will add an extra extension based on file type. This is done to make the computer more user-friendly, although it is exactly the opposite: it is counter-intuitive. I had to check Show Info on right-click menu and remove the hidden extension. I don't

Index.html/default welcome file

2002-08-30 Thread carlos1 . rivera
We are running tomcat/catalina as a thread/embedded. For some reason even though we have in the web.xml(in both the conf directory and in the WEB_INF of out application) the definition of the welcome-file-list, we cannot get the index.html when we type http://myhost:8080; in the browser, we have

setting index.html as default for directories

2002-07-12 Thread cruegger
We have a situation where we are generating links to *directories* under Tomcat, each of which has an index.html file in it. (Long story but this is the situation we are stuck with). Is there a way to get Tomcat to serve up index.html in any directory by default when linking to the directory

Re: /index.html works, / doesn't

2002-04-24 Thread Thomas Pennington
an answer: I can't make welcome-file with tomcat-4.0.3, apache_1.3.24 and mod_webapp working. The url http://myhost/index.html works just fine, the url http://myhost/ doesn't. (I do have index.html in my welcome-file list.) Thanks for any help. -- Bernd -- To unsubscribe

/index.html works, / doesn't

2002-04-23 Thread Bernd Prager
Sorry, if I that got answered already, but I found just a bunch of questions in the mailing list related to this and never an answer: I can't make welcome-file with tomcat-4.0.3, apache_1.3.24 and mod_webapp working. The url http://myhost/index.html works just fine, the url http://myhost

Re: /index.html works, / doesn't

2002-04-23 Thread Oki DZ
On 04/24 04:03 Bernd Prager wrote: I can't make welcome-file with tomcat-4.0.3, apache_1.3.24 and mod_webapp working. The url http://myhost/index.html works just fine, the url http://myhost/ doesn't. (I do have index.html in my welcome-file list.) You need to create the ROOT context

index.jsp-index.html

2002-02-06 Thread Odo
How configure default page from index.jsp to index.html in Tomcat 4.0? -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

RE: index.jsp-index.html

2002-02-06 Thread Walter De Wit
To: Tomcat Users List Subject: index.jsp-index.html How configure default page from index.jsp to index.html in Tomcat 4.0? -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED] -- To unsubscribe: mailto

Re: index.jsp-index.html

2002-02-06 Thread Janek Bogucki
--- Odo [EMAIL PROTECTED] wrote: How configure default page from index.jsp to index.html in Tomcat 4.0? Add the second servlet-mapping element shown here to $CATALINA_HOME/conf/web.xml !-- The mapping for the JSP servlet -- servlet-mapping servlet-namejsp/servlet-name url

TC4: webapp not recognizing index.html as welcome file

2002-01-17 Thread August Detlefsen
My webapp recognizes only index.jsp as the welcome file. How can I get it to use either index.jsp or index.html? Right now, if I go to the docs directory within my webapp (javadocs are all html) I get a directory listing instead of index.html. I tried adding a welcome-file-list element

Tomcat4 index.html redirection problem - different to 3.2.x

2001-12-19 Thread Richard Conway
I have recently started using Tomcat 4.0.1 in preference to 3.2.x. I have noticed a difference in their behaviour which is causing me some problems. I am using Squid as a web cache. When I access a 'directory' URL, such as http://myhost/, then Tomcat serves the index.html file it finds

AW: Tomcat4 index.html redirection problem - different to 3.2.x

2001-12-19 Thread Ralph Einfeldt
to the browser. -Ursprüngliche Nachricht- Von: Richard Conway [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 19. Dezember 2001 10:56 An: Tomcat User List Betreff: Tomcat4 index.html redirection problem - different to 3.2.x I have recently started using Tomcat 4.0.1 in preference

RE: Tomcat4 index.html redirection problem - different to 3.2.x

2001-12-19 Thread Richard Conway
Calculating hash for http://cp1105.vega.co.uk:8080/ 2001/12/19 10:58:24| fwdServerClosed: FD 13 http://cp1105.vega.co.uk:8080/ 2001/12/19 10:58:24| The request GET http://cp1105.vega.co.uk:8080/index.html is ALLOWED, because it matched 'all' 2001/12/19 10:58:24| The request GET http://cp1105.vega.co.uk

AW: Tomcat4 index.html redirection problem - different to 3.2.x

2001-12-19 Thread Ralph Einfeldt
PROTECTED]] Gesendet: Mittwoch, 19. Dezember 2001 12:16 An: Tomcat Users List Betreff: RE: Tomcat4 index.html redirection problem - different to 3.2.x snip/ I don't know the difference between FD13 and FD10 but clearly the two Tomcats are behaving differently. snip/ -- To unsubscribe: mailto:[EMAIL

RE: Tomcat4 index.html redirection problem - different to 3.2.x

2001-12-19 Thread Larry Isaacs
:04 AM To: Tomcat Users List Subject: AW: Tomcat4 index.html redirection problem - different to 3.2.x I think FD is just the short cut for file descriptor. If I'm right the squid log is 'talking' about two different file desscriptors. May be you should have a look with tcpdump what

Way to alias/redirect index.html to a servlet with Tomcat 4 in standalone mode?

2001-12-18 Thread Jonathan Eric Miller
This is probably a newbie question, but, it's something that I've been meaning to find the answer to for awhile. I'm using Tomcat 4.0.1 in standalone mode. What I want to do is be able to assign an alias to a servlet so that a user can just enter the name of an HTML file to access the servlet

RE: Way to alias/redirect index.html to a servlet with Tomcat 4 in standalone mode?

2001-12-18 Thread Bongiorno.Christian
-through apache posts back to localhost and that is what you get from the above call. Chris -Original Message- From: Jonathan Eric Miller [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 1:05 PM To: Tomcat User List Subject: Way to alias/redirect index.html to a servlet

Re: Way to alias/redirect index.html to a servlet with Tomcat 4 instandalone mode?

2001-12-18 Thread RSEQUEIRA
Jonathan Eric Miller [EMAIL PROTECTED] on 12/18/2001 12:04:30 PM Please respond to Tomcat Users List [EMAIL PROTECTED] To: Tomcat User List [EMAIL PROTECTED] cc: Subject: Way to alias/redirect index.html to a servlet with Tomcat 4 in standalone mode? This is probably a newbie

Re: Way to alias/redirect index.html to a servlet with Tomcat 4 in standalone mode?

2001-12-18 Thread Jonathan Eric Miller
That worked, thanks. Jon - Original Message - From: [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, December 18, 2001 2:42 PM Subject: Re: Way to alias/redirect index.html to a servlet with Tomcat 4 in standalone mode? Jonathan Eric Miller [EMAIL

servlets no longer serving index.html under Apache:80

2001-10-17 Thread Robert Watkins
I had everything working just fine -- or so I thought! There are only 3 things I did between then and now, none of which I would have thought would have the effect of srewing up the serving of index.html files in servlets directories! behaviour - On port 8080, everything works just fine

FYI: http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/index.html broken links

2001-08-23 Thread Noel L Yap
The following links are broken: Loader Manager Resources Noel This communication is for informational purposes only. It is not intended as an offer or solicitation for the purchase or sale of any financial instrument or as an official confirmation of any transaction. All

Re: FYI: http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/index.html broken links

2001-08-23 Thread Craig R. McClanahan
On Thu, 23 Aug 2001, Noel L Yap wrote: Date: Thu, 23 Aug 2001 17:12:58 -0400 From: Noel L Yap [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: FYI: http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/index .html broken links The following links

Re: how does index.html come up?

2001-06-22 Thread Thomas Cherry
the server run? On Thursday, June 21, 2001, at 05:55 PM, alex chang wrote: I just recently downloaded the tomcat 3.3m3 zip to my Windows 2000 desktop. When I go to http://localhost:8080, how does it know to go to the index.html file in my wepapps/ROOT directory? (I'm assuming this *is* where

how does index.html come up?

2001-06-21 Thread alex chang
I just recently downloaded the tomcat 3.3m3 zip to my Windows 2000 desktop. When I go to http://localhost:8080, how does it know to go to the index.html file in my wepapps/ROOT directory? (I'm assuming this *is* where it's going?) In my server.xml file, I don't see a Context tag like I've

Re: use index.class instead of index.html?

2001-05-09 Thread Kevin Fonner
Thanks, for you help but I couldn't seem to get that to work. In case anybody is wondering I managed to accomplish this my putting somthing in my web apps web.xml servlet-mappingservlet-nameHelloWorld /servlet-nameurl-pattern*.html/url-pattern/servlet-mapping This intercepts the index.html

RE: use index.class instead of index.html?

2001-05-09 Thread Sean Pritchard
- From: Kevin Fonner [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 08, 2001 11:12 PM To: [EMAIL PROTECTED] Subject: use index.class instead of index.html? How do I get the web server to start with a servlet instead of an html file?

use index.class instead of index.html?

2001-05-08 Thread Kevin Fonner
How do I get the web server to start with a servlet instead of an html file?

RE: use index.class instead of index.html?

2001-05-08 Thread Michael Zolotarev
Which server? -Original Message-From: Kevin Fonner [mailto:[EMAIL PROTECTED]]Sent: Wednesday, 9 May 2001 13:12To: [EMAIL PROTECTED]Subject: use index.class instead of index.html? How do I get the web server to start with a servlet instead of an html file

Re: use index.class instead of index.html?

2001-05-08 Thread Kevin Fonner
just the tomcat server. - Original Message - From: Michael Zolotarev To: [EMAIL PROTECTED] Sent: Tuesday, May 08, 2001 11:10 PM Subject: RE: use index.class instead of index.html? Which server? -Original Message-From: Kevin Fonner [mailto

RE: use index.class instead of index.html?

2001-05-08 Thread Michael Zolotarev
have a look at /conf/web.xml. Check our welcome-file-list element. -Original Message-From: Kevin Fonner [mailto:[EMAIL PROTECTED]]Sent: Wednesday, 9 May 2001 13:14To: [EMAIL PROTECTED]Subject: Re: use index.class instead of index.html? just the tomcat server

Index.html

2001-05-02 Thread Samuzeau Pascal
Hi, After installing Tomcat under Apache, I've lost my personal index.html page. This page has been replaced by the Tomcat index.html page. I have some question about it : 1 - How can I recovered my personal index.html home page ( I have tried some answer from the FAQ, without result) 2

Re: Welcome File : index.html

2001-04-11 Thread m . exler
On Tue, 10 Apr 2001 08:08:45 PDT you wrote: I have tried this by changing contents of welcome-file tag of file web.xml still it didn't work.. IIRC(!?), conf/web.xml isn't used any more ... only context-specific web.xml will be read, server-wide config is in conf/server.xml test: try to

RE: Welcome File : index.html

2001-04-11 Thread Hunor Nam
]] Sent: Tuesday, April 10, 2001 3:03 PM To: [EMAIL PROTECTED] Subject: Re: Welcome File : index.html Joar Vatnaland wrote: How did you change the welcome-file, did you just append an welcome-filesample.html/welcome-file after the other entries? My guess is that it goes through the list

Welcome File : index.html

2001-04-10 Thread Sunil Chandurkar
Hello can i change welcome file index.html to my sample.html I have tried this by changing contents of welcome-file tag of file web.xml still it didn't work.. please let me know the way... Thanx in advance regards sunil

RE: Welcome File : index.html

2001-04-10 Thread Joar Vatnaland
How did you change the welcome-file, did you just append an welcome-filesample.html/welcome-file after the other entries? My guess is that it goes through the list and starts with the first file it finds. So if an index.jsp or index.html still exists in your directory, then that will still

Re: Welcome File : index.html

2001-04-10 Thread Ed Robbins
Joar Vatnaland wrote: How did you change the welcome-file, did you just append an welcome-filesample.html/welcome-file after the other entries? My guess is that it goes through the list and starts with the first file it finds. So if an index.jsp or index.html still exists in your

RE: Welcome File : index.html

2001-04-10 Thread suha_yacoub
Vatnaland [EMAIL PROTECTED] on 04/10/2001 10:20:42 AM Please respond to [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" [EMAIL PROTECTED] cc:(bcc: Suha Yacoub/IL/ONE) Subject: RE: Welcome File : index.html How did you change the welcome-file, did you just append an welcome-files

webapps/ROOT/index.html

2001-02-25 Thread Batara Kesuma
Hi, I just installed Tomcat 3.21. I installed it to the directory, say: /home/bk/tomcat And then I set: TOMCAT_HOME=/home/bk/tomcat JAVA_HOME=/usr/java/jdk1.3 Then I run tomcat with: /home/bk/tomcat/bin/startup.sh I can go to: http://localhost:8080/index.html And seems like it is the default

IllegalStateException on index.html??

2001-02-07 Thread sean . hammon
Title: IllegalStateException on index.html?? Error: 500 Location: /partners/index.html Internal Servlet Error: java.lang.IllegalStateException: Can't happen - classname is null, who added this ? at org.apache.tomcat.core.ServletWrapper.loadServlet(ServletWrapper.java:261

IllegalStateException on index.html??

2001-02-07 Thread sean . hammon
Title: IllegalStateException on index.html?? Error: 500 Location: /partners/index.html Internal Servlet Error: java.lang.IllegalStateException: Can't happen - classname is null, who added this ? at org.apache.tomcat.core.ServletWrapper.loadServlet(ServletWrapper.java:261

RE: IllegalStateException on index.html??

2001-02-07 Thread Kyle Robinson
Title: IllegalStateException on index.html?? I occasionally get this error when I recompile a class that Tomcat is using. After you recompile all your classes you should restart Tomcat. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Sent: Wednesday

Re: IllegalStateException on index.html??

2001-02-07 Thread joshua
Just restart tomcat. I usually get that when I do to much refreshing. [EMAIL PROTECTED] wrote: Error: 500 Location: /partners/index.html Internal Servlet Error: java.lang.IllegalStateException: Can't happen - classname is null, who added

Using a servlet as default entry point instead of index.html ?

2001-01-31 Thread Rikard Skogberg
Hi I havemade a servlet that generates different pages depending on the user-agent accessing it.. Can i make it run when someone accesses my server by http://myhost.cominstead of the default index.html? /Rikard

RE: Using a servlet as default entry point instead of index.html ?

2001-01-31 Thread Wang, Jianming
I think you can set that servlet class in the welcome-file in web.xml -Original Message- From: Rikard Skogberg [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 31, 2001 10:50 AM To: [EMAIL PROTECTED] Subject: Using a servlet as default entry point instead of index.html ? Hi I have

Not finding index.html file

2000-11-30 Thread Neil Aggarwal
Hello: I am using tomcat 3.1. I create a directory for my web application in the web apps directory. When I got to /myapp/index.html, I get the index.html file, but when I go to /myapp, I get a 404 not found. Apache does load index.html files for other directories. Does tomcat load