I know this is a stupid question

2004-03-27 Thread Donald Lee
Ok, I know this has got to be a stupid newbie question but I have searched 
the archives without success.  What is special about the default tomcat 
webapps/ROOT/index.jsp?  I cannot make changes to it.  I tried making minor 
changes to it and expecting the changes to happen on a refresh; no joy.  I 
also shutdown and restarted tomcat to get the changes to take effect; no 
joy.  I eventually created a small test.jsp and copied the contents to it 
and sure enough my changes were there.  made some minor changes to my 
test.jsp and sure enough the changes were in effect without cycling tomcat.  
I really would like to use index.jsp as my default page.  What has this 
locked down?
Thanks
Don

_
Check out MSN PC Safety & Security to help ensure your PC is protected and 
safe. http://specials.msn.com/msn/security.asp

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: I know this is a stupid question

2004-03-27 Thread Bryan K. Cantwell
Is your browser chacheing? turn it off. clear the work directory of already
compiled versions too...

- Original Message - 
From: "Donald Lee" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, March 27, 2004 7:31 PM
Subject: I know this is a stupid question


> Ok, I know this has got to be a stupid newbie question but I have searched
> the archives without success.  What is special about the default tomcat
> webapps/ROOT/index.jsp?  I cannot make changes to it.  I tried making
minor
> changes to it and expecting the changes to happen on a refresh; no joy.  I
> also shutdown and restarted tomcat to get the changes to take effect; no
> joy.  I eventually created a small test.jsp and copied the contents to it
> and sure enough my changes were there.  made some minor changes to my
> test.jsp and sure enough the changes were in effect without cycling
tomcat.
> I really would like to use index.jsp as my default page.  What has this
> locked down?
> Thanks
> Don
>
> _
> Check out MSN PC Safety & Security to help ensure your PC is protected and
> safe. http://specials.msn.com/msn/security.asp
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: I know this is a stupid question

2004-03-27 Thread Donald Lee
Yes I turned off caching I even deleted the index.jsp and stopped and 
started tomcat.  I still get the "Congratulations!"
I can do this without specifying the index.jsp and if I specify it.  I know 
I am looking in the right folder because like I said, I can run a test.jsp 
just fine and even update it without cycling tomcat.  This is version 5.0.19 
windows installation.  It runs as a service.  I installed the jk2 connector 
but right now IIS is turned off and I am not using it.
Thanks
Don




From: "Bryan K. Cantwell" Reply-To: "Tomcat Users List" To: "Tomcat Users 
List" Subject: Re: I know this is a stupid question Date: Sat, 27 Mar 2004 
19:34:55 -0600

Is your browser chacheing? turn it off. clear the work directory of already 
compiled versions too...

- Original Message - From: "Donald Lee" To: Sent: Saturday, March 
27, 2004 7:31 PM Subject: I know this is a stupid question

> Ok, I know this has got to be a stupid newbie question but I have 
searched > the archives without success.  What is special about the default 
tomcat > webapps/ROOT/index.jsp?  I cannot make changes to it.  I tried 
making minor > changes to it and expecting the changes to happen on a 
refresh; no joy.  I > also shutdown and restarted tomcat to get the changes 
to take effect; no > joy.  I eventually created a small test.jsp and copied 
the contents to it > and sure enough my changes were there.  made some 
minor changes to my > test.jsp and sure enough the changes were in effect 
without cycling tomcat. > I really would like to use index.jsp as my 
default page.  What has this > locked down? > Thanks > Don > > 
_ > Check 
out MSN PC Safety & Security to help ensure your PC is protected and > 
safe. http://specials.msn.com/msn/security.asp > > > 
- > To 
unsubscribe, e-mail: [EMAIL PROTECTED] > For 
additional commands, e-mail: [EMAIL PROTECTED] >

- To 
unsubscribe, e-mail: [EMAIL PROTECTED] For 
additional commands, e-mail: [EMAIL PROTECTED]

_
Get reliable access on MSN 9 Dial-up. 3 months for the price of 1! 
(Limited-time offer) 
http://join.msn.com/?page=dept/dialup&pgmarket=en-us&ST=1/go/onm00200361ave/direct/01/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: I know this is a stupid question

2004-03-27 Thread Donald Lee
I have since downloaded version 4.1.30 and am not experiencing this problem. 
 I have noticed that there are fewer sub-directories under the WEB-INF.  
This leads me to believe that the jsp's were pre-compiled in version 5 and 
running more like servlets than a standard jsp.  With no way for me to 
really understand how I go about pre-compiling and deploying jsps in this 
manner, I guess for now until I learn enough about all the changes in 
version 5, I will continue using version4.
Thanks
Don



From: "Donald Lee" <[EMAIL PROTECTED]>
Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: I know this is a stupid question
Date: Sat, 27 Mar 2004 21:59:22 -0500
Yes I turned off caching I even deleted the index.jsp and stopped and 
started tomcat.  I still get the "Congratulations!"
I can do this without specifying the index.jsp and if I specify it.  I know 
I am looking in the right folder because like I said, I can run a test.jsp 
just fine and even update it without cycling tomcat.  This is version 
5.0.19 windows installation.  It runs as a service.  I installed the jk2 
connector but right now IIS is turned off and I am not using it.
Thanks
Don




From: "Bryan K. Cantwell" Reply-To: "Tomcat Users List" To: "Tomcat Users 
List" Subject: Re: I know this is a stupid question Date: Sat, 27 Mar 2004 
19:34:55 -0600

Is your browser chacheing? turn it off. clear the work directory of 
already compiled versions too...

- Original Message ----- From: "Donald Lee" To: Sent: Saturday, March 
27, 2004 7:31 PM Subject: I know this is a stupid question

> Ok, I know this has got to be a stupid newbie question but I have 
searched > the archives without success.  What is special about the 
default tomcat > webapps/ROOT/index.jsp?  I cannot make changes to it.  I 
tried making minor > changes to it and expecting the changes to happen on 
a refresh; no joy.  I > also shutdown and restarted tomcat to get the 
changes to take effect; no > joy.  I eventually created a small test.jsp 
and copied the contents to it > and sure enough my changes were there.  
made some minor changes to my > test.jsp and sure enough the changes were 
in effect without cycling tomcat. > I really would like to use index.jsp 
as my default page.  What has this > locked down? > Thanks > Don > > 
_ > Check 
out MSN PC Safety & Security to help ensure your PC is protected and > 
safe. http://specials.msn.com/msn/security.asp > > > 
- > To 
unsubscribe, e-mail: [EMAIL PROTECTED] > For 
additional commands, e-mail: [EMAIL PROTECTED] >

- To 
unsubscribe, e-mail: [EMAIL PROTECTED] For 
additional commands, e-mail: [EMAIL PROTECTED]

_
Get reliable access on MSN 9 Dial-up. 3 months for the price of 1! 
(Limited-time offer) 
http://join.msn.com/?page=dept/dialup&pgmarket=en-us&ST=1/go/onm00200361ave/direct/01/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
Get reliable access on MSN 9 Dial-up. 3 months for the price of 1! 
(Limited-time offer) 
http://join.msn.com/?page=dept/dialup&pgmarket=en-us&ST=1/go/onm00200361ave/direct/01/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: I know this is a stupid question

2004-03-27 Thread Parsons Technical Services
Donald,

Sorry that you had to give up. I am not sure what was causing you so much
trouble but I know that it can be replaced. I actually moved my index.jsp
and replaced it with a .htm . I then had to edit the index.jsp for it's new
home. If you end up back on TC5 at some point you could copy index.jsp,
rename it and the change the welcome page settings in the web.xml.

Again sorry I didn't respond earlier.

Doug

- Original Message - 
From: "Donald Lee" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, March 27, 2004 11:19 PM
Subject: Re: I know this is a stupid question


> I have since downloaded version 4.1.30 and am not experiencing this
problem.
>   I have noticed that there are fewer sub-directories under the WEB-INF.
> This leads me to believe that the jsp's were pre-compiled in version 5 and
> running more like servlets than a standard jsp.  With no way for me to
> really understand how I go about pre-compiling and deploying jsps in this
> manner, I guess for now until I learn enough about all the changes in
> version 5, I will continue using version4.
> Thanks
> Don
>
>
>
> >From: "Donald Lee" <[EMAIL PROTECTED]>
> >Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]>
> >To: [EMAIL PROTECTED]
> >Subject: Re: I know this is a stupid question
> >Date: Sat, 27 Mar 2004 21:59:22 -0500
> >
> >Yes I turned off caching I even deleted the index.jsp and stopped and
> >started tomcat.  I still get the "Congratulations!"
> >I can do this without specifying the index.jsp and if I specify it.  I
know
> >I am looking in the right folder because like I said, I can run a
test.jsp
> >just fine and even update it without cycling tomcat.  This is version
> >5.0.19 windows installation.  It runs as a service.  I installed the jk2
> >connector but right now IIS is turned off and I am not using it.
> >Thanks
> >Don
> >
> >
> >
> >
> >>From: "Bryan K. Cantwell" Reply-To: "Tomcat Users List" To: "Tomcat
Users
> >>List" Subject: Re: I know this is a stupid question Date: Sat, 27 Mar
2004
> >>19:34:55 -0600
> >>
> >>Is your browser chacheing? turn it off. clear the work directory of
> >>already compiled versions too...
> >>
> >>- Original Message - From: "Donald Lee" To: Sent: Saturday,
March
> >>27, 2004 7:31 PM Subject: I know this is a stupid question
> >>
> >>
> >> > Ok, I know this has got to be a stupid newbie question but I have
> >>searched > the archives without success.  What is special about the
> >>default tomcat > webapps/ROOT/index.jsp?  I cannot make changes to it.
I
> >>tried making minor > changes to it and expecting the changes to happen
on
> >>a refresh; no joy.  I > also shutdown and restarted tomcat to get the
> >>changes to take effect; no > joy.  I eventually created a small test.jsp
> >>and copied the contents to it > and sure enough my changes were there.
> >>made some minor changes to my > test.jsp and sure enough the changes
were
> >>in effect without cycling tomcat. > I really would like to use index.jsp
> >>as my default page.  What has this > locked down? > Thanks > Don > >
> >>_ >
Check
> >>out MSN PC Safety & Security to help ensure your PC is protected and >
> >>safe. http://specials.msn.com/msn/security.asp > > >
> >>- >
To
> >>unsubscribe, e-mail: [EMAIL PROTECTED] > For
> >>additional commands, e-mail: [EMAIL PROTECTED] >
> >>
> >>
> >>- To
> >>unsubscribe, e-mail: [EMAIL PROTECTED] For
> >>additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >
> >_
> >Get reliable access on MSN 9 Dial-up. 3 months for the price of 1!
> >(Limited-time offer)
>
>http://join.msn.com/?page=dept/dialup&pgmarket=en-us&ST=1/go/onm00200361ave
/direct/01/
> >
> >
> >-
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> >
>
> _
> Get reliable access on MSN 9 Dial-up. 3 months for the price of 1!
> (Limited-time offer)
>
http://join.msn.com/?page=dept/dialup&pgmarket=en-us&ST=1/go/onm00200361ave/direct/01/
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: I know this is a stupid question

2004-03-28 Thread Antonio Fiol Bonnín
Hi Don,

As Bryan already told you, you should clear the work directory of 
already compiled versions.

Antonio

Donald Lee wrote:

I have since downloaded version 4.1.30 and am not experiencing this 
problem.  I have noticed that there are fewer sub-directories under 
the WEB-INF.  This leads me to believe that the jsp's were 
pre-compiled in version 5 and running more like servlets than a 
standard jsp.  With no way for me to really understand how I go about 
pre-compiling and deploying jsps in this manner, I guess for now until 
I learn enough about all the changes in version 5, I will continue 
using version4.
Thanks
Don



From: "Donald Lee" <[EMAIL PROTECTED]>
Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: I know this is a stupid question
Date: Sat, 27 Mar 2004 21:59:22 -0500
Yes I turned off caching I even deleted the index.jsp and stopped and 
started tomcat.  I still get the "Congratulations!"
I can do this without specifying the index.jsp and if I specify it.  
I know I am looking in the right folder because like I said, I can 
run a test.jsp just fine and even update it without cycling tomcat.  
This is version 5.0.19 windows installation.  It runs as a service.  
I installed the jk2 connector but right now IIS is turned off and I 
am not using it.
Thanks
Don




From: "Bryan K. Cantwell" Reply-To: "Tomcat Users List" To: "Tomcat 
Users List" Subject: Re: I know this is a stupid question Date: Sat, 
27 Mar 2004 19:34:55 -0600

Is your browser chacheing? turn it off. clear the work directory of 
already compiled versions too...

- Original Message ----- From: "Donald Lee" To: Sent: Saturday, 
March 27, 2004 7:31 PM Subject: I know this is a stupid question

> Ok, I know this has got to be a stupid newbie question but I have 
searched > the archives without success.  What is special about the 
default tomcat > webapps/ROOT/index.jsp?  I cannot make changes to 
it.  I tried making minor > changes to it and expecting the changes 
to happen on a refresh; no joy.  I > also shutdown and restarted 
tomcat to get the changes to take effect; no > joy.  I eventually 
created a small test.jsp and copied the contents to it > and sure 
enough my changes were there.  made some minor changes to my > 
test.jsp and sure enough the changes were in effect without cycling 
tomcat. > I really would like to use index.jsp as my default page.  



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: I know this is a stupid question

2004-03-28 Thread Torsten Fohrer

Look at ROOT/WEB-INF/web.xml.

all web-apps in tomcat 4/5 distributions, are precompiled.

cu Fohrer

On Sunday 28 March 2004 03:31, Donald Lee wrote:
> Ok, I know this has got to be a stupid newbie question but I have searched
> the archives without success.  What is special about the default tomcat
> webapps/ROOT/index.jsp?  I cannot make changes to it.  I tried making minor
> changes to it and expecting the changes to happen on a refresh; no joy.  I
> also shutdown and restarted tomcat to get the changes to take effect; no
> joy.  I eventually created a small test.jsp and copied the contents to it
> and sure enough my changes were there.  made some minor changes to my
> test.jsp and sure enough the changes were in effect without cycling tomcat.
> I really would like to use index.jsp as my default page.  What has this
> locked down?
> Thanks
> Don
>
> _
> Check out MSN PC Safety & Security to help ensure your PC is protected and
> safe. http://specials.msn.com/msn/security.asp
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: I know this is a stupid question

2004-03-28 Thread Dan Agarlita
Hi all,
how do I catch http errors with tomcat?
404 Error, 403 Error. I put the same question 2 years ago :) but I forgot
I remember that are some tags in config xml, something like  ?

Thanks,
Dan A.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: I know this is a stupid question

2004-03-28 Thread Phillip Rhodes
Dan Agarlita wrote:
Hi all,
how do I catch http errors with tomcat?
404 Error, 403 Error. I put the same question 2 years ago :) but I forgot
I remember that are some tags in config xml, something like  ?
You can put this in your web.xml file:


404
/Error.jsp


403
/Error.jsp

where  can contain any code
you want to handle with your own page.
You can also handle exceptions that propogate all the way
to the container this way:

 java.lang.Exception 
/Error.jsp

You can, of course, have more than one of these tags,
so that different exception types cause different results.
TTYL,

Phillip

--
When the 1st Amendment no longer protects your voice.
And when the 4th Amendment no longer protects your privacy or your stuff.
Thank God we have the 2nd Amendment to tell our elected representatives 
that enough is enough.
It's time to put "... from my cold, dead hands" back where it belongs.

FREE AMERICA
Vote Libertarian
www.lp.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: I know this is a stupid question

2004-03-28 Thread Donald Lee
No, it's not that big a deal really.  I just noticed that there are compiled 
class files and a jar file under the ROOT that does not exist in TC4.  I 
came to the conclusion either right or wrong, that it must be the compiled 
class that is actually being loaded not the jsp itself.  Since I am not 
ready to deal with that right now, I am just using TC4.  Thanks



From: "Parsons Technical Services" <[EMAIL PROTECTED]>
Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Subject: Re: I know this is a stupid question
Date: Sun, 28 Mar 2004 00:30:50 -0500
Donald,

Sorry that you had to give up. I am not sure what was causing you so much
trouble but I know that it can be replaced. I actually moved my index.jsp
and replaced it with a .htm . I then had to edit the index.jsp for it's new
home. If you end up back on TC5 at some point you could copy index.jsp,
rename it and the change the welcome page settings in the web.xml.
Again sorry I didn't respond earlier.

Doug

- Original Message -
From: "Donald Lee" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, March 27, 2004 11:19 PM
Subject: Re: I know this is a stupid question
> I have since downloaded version 4.1.30 and am not experiencing this
problem.
>   I have noticed that there are fewer sub-directories under the WEB-INF.
> This leads me to believe that the jsp's were pre-compiled in version 5 
and
> running more like servlets than a standard jsp.  With no way for me to
> really understand how I go about pre-compiling and deploying jsps in 
this
> manner, I guess for now until I learn enough about all the changes in
> version 5, I will continue using version4.
> Thanks
> Don
>
>
>
> >From: "Donald Lee" <[EMAIL PROTECTED]>
> >Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]>
> >To: [EMAIL PROTECTED]
> >Subject: Re: I know this is a stupid question
> >Date: Sat, 27 Mar 2004 21:59:22 -0500
> >
> >Yes I turned off caching I even deleted the index.jsp and stopped and
> >started tomcat.  I still get the "Congratulations!"
> >I can do this without specifying the index.jsp and if I specify it.  I
know
> >I am looking in the right folder because like I said, I can run a
test.jsp
> >just fine and even update it without cycling tomcat.  This is version
> >5.0.19 windows installation.  It runs as a service.  I installed the 
jk2
> >connector but right now IIS is turned off and I am not using it.
> >Thanks
> >Don
> >
> >
> >
> >
> >>From: "Bryan K. Cantwell" Reply-To: "Tomcat Users List" To: "Tomcat
Users
> >>List" Subject: Re: I know this is a stupid question Date: Sat, 27 Mar
2004
> >>19:34:55 -0600
> >>
> >>Is your browser chacheing? turn it off. clear the work directory of
> >>already compiled versions too...
> >>
> >>- Original Message - From: "Donald Lee" To: Sent: Saturday,
March
> >>27, 2004 7:31 PM Subject: I know this is a stupid question
> >>
> >>
> >> > Ok, I know this has got to be a stupid newbie question but I have
> >>searched > the archives without success.  What is special about the
> >>default tomcat > webapps/ROOT/index.jsp?  I cannot make changes to it.
I
> >>tried making minor > changes to it and expecting the changes to happen
on
> >>a refresh; no joy.  I > also shutdown and restarted tomcat to get the
> >>changes to take effect; no > joy.  I eventually created a small 
test.jsp
> >>and copied the contents to it > and sure enough my changes were there.
> >>made some minor changes to my > test.jsp and sure enough the changes
were
> >>in effect without cycling tomcat. > I really would like to use 
index.jsp
> >>as my default page.  What has this > locked down? > Thanks > Don > >
> >>_ >
Check
> >>out MSN PC Safety & Security to help ensure your PC is protected and >
> >>safe. http://specials.msn.com/msn/security.asp > > >
> >>- 
>
To
> >>unsubscribe, e-mail: [EMAIL PROTECTED] > For
> >>additional commands, e-mail: [EMAIL PROTECTED] >
> >>
> >>
> >>- 
To
> >>unsubscribe, e-mail: [EMAIL PROTECTED] For
> >>additional commands, e-mail: [EMAIL PROTECTED]
> >>
&g

Re: I know this is a stupid question

2004-03-28 Thread Donald Lee
Yes, I did clear my work directory.  No diff.  The index.jsp just would not 
change or even go away despite my deleting it.


From: Antonio Fiol Bonnín <[EMAIL PROTECTED]>
Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]>
To: Tomcat Users List <[EMAIL PROTECTED]>
Subject: Re: I know this is a stupid question
Date: Sun, 28 Mar 2004 10:19:04 +0200
Hi Don,

As Bryan already told you, you should clear the work directory of already 
compiled versions.

Antonio

Donald Lee wrote:

I have since downloaded version 4.1.30 and am not experiencing this 
problem.  I have noticed that there are fewer sub-directories under the 
WEB-INF.  This leads me to believe that the jsp's were pre-compiled in 
version 5 and running more like servlets than a standard jsp.  With no way 
for me to really understand how I go about pre-compiling and deploying 
jsps in this manner, I guess for now until I learn enough about all the 
changes in version 5, I will continue using version4.
Thanks
Don



From: "Donald Lee" <[EMAIL PROTECTED]>
Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: I know this is a stupid question
Date: Sat, 27 Mar 2004 21:59:22 -0500
Yes I turned off caching I even deleted the index.jsp and stopped and 
started tomcat.  I still get the "Congratulations!"
I can do this without specifying the index.jsp and if I specify it.  I 
know I am looking in the right folder because like I said, I can run a 
test.jsp just fine and even update it without cycling tomcat.  This is 
version 5.0.19 windows installation.  It runs as a service.  I installed 
the jk2 connector but right now IIS is turned off and I am not using it.
Thanks
Don




From: "Bryan K. Cantwell" Reply-To: "Tomcat Users List" To: "Tomcat 
Users List" Subject: Re: I know this is a stupid question Date: Sat, 27 
Mar 2004 19:34:55 -0600

Is your browser chacheing? turn it off. clear the work directory of 
already compiled versions too...

----- Original Message - From: "Donald Lee" To: Sent: Saturday, 
March 27, 2004 7:31 PM Subject: I know this is a stupid question

> Ok, I know this has got to be a stupid newbie question but I have 
searched > the archives without success.  What is special about the 
default tomcat > webapps/ROOT/index.jsp?  I cannot make changes to it.  
I tried making minor > changes to it and expecting the changes to happen 
on a refresh; no joy.  I > also shutdown and restarted tomcat to get the 
changes to take effect; no > joy.  I eventually created a small test.jsp 
and copied the contents to it > and sure enough my changes were there.  
made some minor changes to my > test.jsp and sure enough the changes 
were in effect without cycling tomcat. > I really would like to use 
index.jsp as my default page.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
Is your PC infected? Get a FREE online computer virus scan from McAfee® 
Security. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: I know this is a stupid question

2004-03-28 Thread Bryan K. Cantwell
If you are still seeing a page that litterally does not exist, then you ARE
looking at a cached version of the page. Stop Tomcat, in Internet Exploder
click tools->internet options->settings->every visit to the page and set
amount os disk space to the min (1MB) and ok. then click delete files under
temp internet files... this will clear up the phantom page. then make sure u
go to /work and delete everything inside there. Then start
tomcat back up ...

bryancan

- Original Message - 
From: "Donald Lee" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, March 28, 2004 2:52 PM
Subject: Re: I know this is a stupid question


> Yes, I did clear my work directory.  No diff.  The index.jsp just would
not
> change or even go away despite my deleting it.
>
>
> >From: Antonio Fiol Bonnín <[EMAIL PROTECTED]>
> >Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]>
> >To: Tomcat Users List <[EMAIL PROTECTED]>
> >Subject: Re: I know this is a stupid question
> >Date: Sun, 28 Mar 2004 10:19:04 +0200
> >
> >Hi Don,
> >
> >As Bryan already told you, you should clear the work directory of already
> >compiled versions.
> >
> >Antonio
> >
> >Donald Lee wrote:
> >
> >>I have since downloaded version 4.1.30 and am not experiencing this
> >>problem.  I have noticed that there are fewer sub-directories under the
> >>WEB-INF.  This leads me to believe that the jsp's were pre-compiled in
> >>version 5 and running more like servlets than a standard jsp.  With no
way
> >>for me to really understand how I go about pre-compiling and deploying
> >>jsps in this manner, I guess for now until I learn enough about all the
> >>changes in version 5, I will continue using version4.
> >>Thanks
> >>Don
> >>
> >>
> >>
> >>>From: "Donald Lee" <[EMAIL PROTECTED]>
> >>>Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]>
> >>>To: [EMAIL PROTECTED]
> >>>Subject: Re: I know this is a stupid question
> >>>Date: Sat, 27 Mar 2004 21:59:22 -0500
> >>>
> >>>Yes I turned off caching I even deleted the index.jsp and stopped and
> >>>started tomcat.  I still get the "Congratulations!"
> >>>I can do this without specifying the index.jsp and if I specify it.  I
> >>>know I am looking in the right folder because like I said, I can run a
> >>>test.jsp just fine and even update it without cycling tomcat.  This is
> >>>version 5.0.19 windows installation.  It runs as a service.  I
installed
> >>>the jk2 connector but right now IIS is turned off and I am not using
it.
> >>>Thanks
> >>>Don
> >>>
> >>>
> >>>
> >>>
> >>>>From: "Bryan K. Cantwell" Reply-To: "Tomcat Users List" To: "Tomcat
> >>>>Users List" Subject: Re: I know this is a stupid question Date: Sat,
27
> >>>>Mar 2004 19:34:55 -0600
> >>>>
> >>>>Is your browser chacheing? turn it off. clear the work directory of
> >>>>already compiled versions too...
> >>>>
> >>>>- Original Message - From: "Donald Lee" To: Sent: Saturday,
> >>>>March 27, 2004 7:31 PM Subject: I know this is a stupid question
> >>>>
> >>>>
> >>>> > Ok, I know this has got to be a stupid newbie question but I have
> >>>>searched > the archives without success.  What is special about the
> >>>>default tomcat > webapps/ROOT/index.jsp?  I cannot make changes to it.
> >>>>I tried making minor > changes to it and expecting the changes to
happen
> >>>>on a refresh; no joy.  I > also shutdown and restarted tomcat to get
the
> >>>>changes to take effect; no > joy.  I eventually created a small
test.jsp
> >>>>and copied the contents to it > and sure enough my changes were there.
> >>>>made some minor changes to my > test.jsp and sure enough the changes
> >>>>were in effect without cycling tomcat. > I really would like to use
> >>>>index.jsp as my default page.
> >>>
> >
> >
> >-
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> >
>
> _
> Is your PC infected? Get a FREE online computer virus scan from McAfee®
> Security. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: I know this is a stupid question

2004-03-28 Thread Donald Lee
Yes I did do all of this ( i may be newbie to tomcat but not that new to 
web/application servers).  I tetsted this using both MSIE and Mozilla 
Firefox.  I also do not experience the problem with my "test.jsp" that I 
placed in the webapps\ROOT folder.  This seems to be isolated to only the 
index.jsp.  I noticed in the WEB_INF\web.xml file designates servlet 
mappings are being made to match up index_jsp.class with "index.jsp"  Since 
I am not re-compiling anything I can only assume that no matter what change 
I make to index.jsp it will continue to read the index_jsp.class file 
instead.  I plan to experiment with the web.xml and see if this resolves the 
issue.  This is version 5 of tomcat I am talking about, more specifically 
the windows install version.
Thanks
Don



From: "Bryan K. Cantwell" <[EMAIL PROTECTED]>
Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Subject: Re: I know this is a stupid question
Date: Sun, 28 Mar 2004 19:00:12 -0600
If you are still seeing a page that litterally does not exist, then you ARE
looking at a cached version of the page. Stop Tomcat, in Internet Exploder
click tools->internet options->settings->every visit to the page and set
amount os disk space to the min (1MB) and ok. then click delete files under
temp internet files... this will clear up the phantom page. then make sure 
u
go to /work and delete everything inside there. Then start
tomcat back up ...

bryancan

- Original Message -
From: "Donald Lee" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, March 28, 2004 2:52 PM
Subject: Re: I know this is a stupid question
> Yes, I did clear my work directory.  No diff.  The index.jsp just would
not
> change or even go away despite my deleting it.
>
>
> >From: Antonio Fiol Bonnín <[EMAIL PROTECTED]>
> >Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]>
> >To: Tomcat Users List <[EMAIL PROTECTED]>
> >Subject: Re: I know this is a stupid question
> >Date: Sun, 28 Mar 2004 10:19:04 +0200
> >
> >Hi Don,
> >
> >As Bryan already told you, you should clear the work directory of 
already
> >compiled versions.
> >
> >Antonio
> >
> >Donald Lee wrote:
> >
> >>I have since downloaded version 4.1.30 and am not experiencing this
> >>problem.  I have noticed that there are fewer sub-directories under 
the
> >>WEB-INF.  This leads me to believe that the jsp's were pre-compiled in
> >>version 5 and running more like servlets than a standard jsp.  With no
way
> >>for me to really understand how I go about pre-compiling and deploying
> >>jsps in this manner, I guess for now until I learn enough about all 
the
> >>changes in version 5, I will continue using version4.
> >>Thanks
> >>Don
> >>
> >>
> >>
> >>>From: "Donald Lee" <[EMAIL PROTECTED]>
> >>>Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]>
> >>>To: [EMAIL PROTECTED]
> >>>Subject: Re: I know this is a stupid question
> >>>Date: Sat, 27 Mar 2004 21:59:22 -0500
> >>>
> >>>Yes I turned off caching I even deleted the index.jsp and stopped and
> >>>started tomcat.  I still get the "Congratulations!"
> >>>I can do this without specifying the index.jsp and if I specify it.  
I
> >>>know I am looking in the right folder because like I said, I can run 
a
> >>>test.jsp just fine and even update it without cycling tomcat.  This 
is
> >>>version 5.0.19 windows installation.  It runs as a service.  I
installed
> >>>the jk2 connector but right now IIS is turned off and I am not using
it.
> >>>Thanks
> >>>Don
> >>>
> >>>
> >>>
> >>>
> >>>>From: "Bryan K. Cantwell" Reply-To: "Tomcat Users List" To: "Tomcat
> >>>>Users List" Subject: Re: I know this is a stupid question Date: Sat,
27
> >>>>Mar 2004 19:34:55 -0600
> >>>>
> >>>>Is your browser chacheing? turn it off. clear the work directory of
> >>>>already compiled versions too...
> >>>>
> >>>>- Original Message - From: "Donald Lee" To: Sent: Saturday,
> >>>>March 27, 2004 7:31 PM Subject: I know this is a stupid question
> >>>>
> >>>>
> >>>> > Ok, I know this has got to be a stupid newbie question but I have
> >>>>searched > the archives without success.  What is special about the
> &

RE: I know this is a stupid question

2004-03-29 Thread Schalk
I am just throwing this idea out there, maybe it helps maybe it does not.
Have you tried using Windows search and search for all index.jsp files on
your hard drive? I know this will probably return a lot of results but
perhaps scanning over them you may find an index.jsp that looks suspicious.

HTH!

Kind Regards
Schalk Neethling
Web Developer.Designer.Programmer.President
Volume4.Development.Multimedia.Branding
emotionalize.conceptualize.visualize.realize
Tel: +27125468436
Fax: +27125468436
email:[EMAIL PROTECTED]
web: www.volume4.com
 
This message contains information that is considered to be sensitive or
confidential and may not be forwarded or disclosed to any other party
without the permission of the sender. If you received this message in error,
please notify me immediately so that I can correct and delete the original
email. Thank you. 

:: -Original Message-
:: From: Donald Lee [mailto:[EMAIL PROTECTED]
:: Sent: Monday, March 29, 2004 4:50 AM
:: To: [EMAIL PROTECTED]
:: Subject: Re: I know this is a stupid question
:: 
:: Yes I did do all of this ( i may be newbie to tomcat but not that new to
:: web/application servers).  I tetsted this using both MSIE and Mozilla
:: Firefox.  I also do not experience the problem with my "test.jsp" that I
:: placed in the webapps\ROOT folder.  This seems to be isolated to only the
:: index.jsp.  I noticed in the WEB_INF\web.xml file designates servlet
:: mappings are being made to match up index_jsp.class with "index.jsp"
Since
:: I am not re-compiling anything I can only assume that no matter what
change
:: I make to index.jsp it will continue to read the index_jsp.class file
:: instead.  I plan to experiment with the web.xml and see if this resolves
the
:: issue.  This is version 5 of tomcat I am talking about, more specifically
:: the windows install version.
:: Thanks
:: Don
:: 
:: 
:: 
:: >From: "Bryan K. Cantwell" <[EMAIL PROTECTED]>
:: >Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]>
:: >To: "Tomcat Users List" <[EMAIL PROTECTED]>
:: >Subject: Re: I know this is a stupid question
:: >Date: Sun, 28 Mar 2004 19:00:12 -0600
:: >
:: >If you are still seeing a page that litterally does not exist, then you
ARE
:: >looking at a cached version of the page. Stop Tomcat, in Internet
Exploder
:: >click tools->internet options->settings->every visit to the page and set
:: >amount os disk space to the min (1MB) and ok. then click delete files
under
:: >temp internet files... this will clear up the phantom page. then make
sure
:: >u
:: >go to /work and delete everything inside there. Then start
:: >tomcat back up ...
:: >
:: >bryancan
:: >
:: >- Original Message -
:: >From: "Donald Lee" <[EMAIL PROTECTED]>
:: >To: <[EMAIL PROTECTED]>
:: >Sent: Sunday, March 28, 2004 2:52 PM
:: >Subject: Re: I know this is a stupid question
:: >
:: >
:: > > Yes, I did clear my work directory.  No diff.  The index.jsp just
would
:: >not
:: > > change or even go away despite my deleting it.
:: > >
:: > >
:: > > >From: Antonio Fiol Bonnín <[EMAIL PROTECTED]>
:: > > >Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]>
:: > > >To: Tomcat Users List <[EMAIL PROTECTED]>
:: > > >Subject: Re: I know this is a stupid question
:: > > >Date: Sun, 28 Mar 2004 10:19:04 +0200
:: > > >
:: > > >Hi Don,
:: > > >
:: > > >As Bryan already told you, you should clear the work directory of
:: >already
:: > > >compiled versions.
:: > > >
:: > > >Antonio
:: > > >
:: > > >Donald Lee wrote:
:: > > >
:: > > >>I have since downloaded version 4.1.30 and am not experiencing this
:: > > >>problem.  I have noticed that there are fewer sub-directories under
:: >the
:: > > >>WEB-INF.  This leads me to believe that the jsp's were pre-compiled
in
:: > > >>version 5 and running more like servlets than a standard jsp.  With
no
:: >way
:: > > >>for me to really understand how I go about pre-compiling and
deploying
:: > > >>jsps in this manner, I guess for now until I learn enough about all
:: >the
:: > > >>changes in version 5, I will continue using version4.
:: > > >>Thanks
:: > > >>Don
:: > > >>
:: > > >>
:: > > >>
:: > > >>>From: "Donald Lee" <[EMAIL PROTECTED]>
:: > > >>>Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]>
:: > > >>>To: [EMAIL PROTECTED]
:: > > >>>Subject: Re: I know this is a stupid question
:: > > >>>Date: Sat, 27 Mar 2

AW: I know this is a stupid question

2004-03-29 Thread Torsten Fohrer
Simply look at the ROOT/WEB-INF/web.xml

All webapps are precompiled.

;-)

Cu Fohrer

> -Ursprüngliche Nachricht-
> Von: Donald Lee [mailto:[EMAIL PROTECTED] 
> Gesendet: Sonntag, 28. März 2004 04:59
> An: [EMAIL PROTECTED]
> Betreff: Re: I know this is a stupid question
> 
> 
> Yes I turned off caching I even deleted the index.jsp and stopped and 
> started tomcat.  I still get the "Congratulations!"
> I can do this without specifying the index.jsp and if I 
> specify it.  I know 
> I am looking in the right folder because like I said, I can 
> run a test.jsp 
> just fine and even update it without cycling tomcat.  This is 
> version 5.0.19 
> windows installation.  It runs as a service.  I installed the 
> jk2 connector 
> but right now IIS is turned off and I am not using it.
> Thanks
> Don
> 
> 
> 
> 
> >From: "Bryan K. Cantwell" Reply-To: "Tomcat Users List" To: "Tomcat 
> >Users
> >List" Subject: Re: I know this is a stupid question Date: 
> Sat, 27 Mar 2004 
> >19:34:55 -0600
> >
> >Is your browser chacheing? turn it off. clear the work directory of 
> >already
> >compiled versions too...
> >
> >- Original Message - From: "Donald Lee" To: Sent: Saturday, 
> >March
> >27, 2004 7:31 PM Subject: I know this is a stupid question
> >
> >
> > > Ok, I know this has got to be a stupid newbie question but I have
> >searched > the archives without success.  What is special about the 
> >default
> >tomcat > webapps/ROOT/index.jsp?  I cannot make changes to 
> it.  I tried 
> >making minor > changes to it and expecting the changes to 
> happen on a 
> >refresh; no joy.  I > also shutdown and restarted tomcat to 
> get the changes 
> >to take effect; no > joy.  I eventually created a small 
> test.jsp and copied 
> >the contents to it > and sure enough my changes were there.  
> made some 
> >minor changes to my > test.jsp and sure enough the changes 
> were in effect 
> >without cycling tomcat. > I really would like to use index.jsp as my 
> >default page.  What has this > locked down? > Thanks > Don > > 
> >_
>  > Check 
> >out MSN PC Safety & Security to help ensure your PC is 
> protected and > 
> >safe. http://specials.msn.com/msn/security.asp > > > 
> >-
>  > To 
> >unsubscribe, e-mail: 
> [EMAIL PROTECTED] > For 
> >additional commands, e-mail: [EMAIL PROTECTED] >
> >
> >
> >-
>  
> >To
> >unsubscribe, e-mail: [EMAIL PROTECTED] For 
> >additional commands, e-mail: [EMAIL PROTECTED]
> >
> 
> _
> Get reliable access on MSN 9 Dial-up. 3 months for the price of 1! 
> (Limited-time offer) 
> http://join.msn.com/?page=dept/dialup&pgmarket=en-us&ST=1/go/o
nm00200361ave/direct/01/


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: I know this is a stupid question

2004-03-31 Thread Donald Lee
yea I thought of this but I really don't have anything going on with this 
PC.  I went to work and installed to a freshly installed windows 2000 server 
with no IIS no nothing.  Still the same behavior.  This is bare bonez 
install by the book.  Installed version 4 and things work fine.  I can't 
believe I could be the only one experiencing this, but no big deal I have 
things running good on version 4.  I will just wait until ver 5 becomes more 
commonplace and enough people have experience with it and can help.
Thanks for all the suggestions.



From: "Schalk" <[EMAIL PROTECTED]>
Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]>
To: "'Tomcat Users List'" <[EMAIL PROTECTED]>
Subject: RE: I know this is a stupid question
Date: Mon, 29 Mar 2004 12:23:47 +0200
I am just throwing this idea out there, maybe it helps maybe it does not.
Have you tried using Windows search and search for all index.jsp files on
your hard drive? I know this will probably return a lot of results but
perhaps scanning over them you may find an index.jsp that looks suspicious.
HTH!

Kind Regards
Schalk Neethling
Web Developer.Designer.Programmer.President
Volume4.Development.Multimedia.Branding
emotionalize.conceptualize.visualize.realize
Tel: +27125468436
Fax: +27125468436
email:[EMAIL PROTECTED]
web: www.volume4.com
This message contains information that is considered to be sensitive or
confidential and may not be forwarded or disclosed to any other party
without the permission of the sender. If you received this message in 
error,
please notify me immediately so that I can correct and delete the original
email. Thank you.

:: -Original Message-
:: From: Donald Lee [mailto:[EMAIL PROTECTED]
:: Sent: Monday, March 29, 2004 4:50 AM
:: To: [EMAIL PROTECTED]
:: Subject: Re: I know this is a stupid question
::
:: Yes I did do all of this ( i may be newbie to tomcat but not that new to
:: web/application servers).  I tetsted this using both MSIE and Mozilla
:: Firefox.  I also do not experience the problem with my "test.jsp" that I
:: placed in the webapps\ROOT folder.  This seems to be isolated to only 
the
:: index.jsp.  I noticed in the WEB_INF\web.xml file designates servlet
:: mappings are being made to match up index_jsp.class with "index.jsp"
Since
:: I am not re-compiling anything I can only assume that no matter what
change
:: I make to index.jsp it will continue to read the index_jsp.class file
:: instead.  I plan to experiment with the web.xml and see if this resolves
the
:: issue.  This is version 5 of tomcat I am talking about, more 
specifically
:: the windows install version.
:: Thanks
:: Don
::
::
::
:: >From: "Bryan K. Cantwell" <[EMAIL PROTECTED]>
:: >Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]>
:: >To: "Tomcat Users List" <[EMAIL PROTECTED]>
:: >Subject: Re: I know this is a stupid question
:: >Date: Sun, 28 Mar 2004 19:00:12 -0600
:: >
:: >If you are still seeing a page that litterally does not exist, then you
ARE
:: >looking at a cached version of the page. Stop Tomcat, in Internet
Exploder
:: >click tools->internet options->settings->every visit to the page and 
set
:: >amount os disk space to the min (1MB) and ok. then click delete files
under
:: >temp internet files... this will clear up the phantom page. then make
sure
:: >u
:: >go to /work and delete everything inside there. Then start
:: >tomcat back up ...
:: >
:: >bryancan
:: >
:: >- Original Message -
:: >From: "Donald Lee" <[EMAIL PROTECTED]>
:: >To: <[EMAIL PROTECTED]>
:: >Sent: Sunday, March 28, 2004 2:52 PM
:: >Subject: Re: I know this is a stupid question
:: >
:: >
:: > > Yes, I did clear my work directory.  No diff.  The index.jsp just
would
:: >not
:: > > change or even go away despite my deleting it.
:: > >
:: > >
:: > > >From: Antonio Fiol Bonnín <[EMAIL PROTECTED]>
:: > > >Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]>
:: > > >To: Tomcat Users List <[EMAIL PROTECTED]>
:: > > >Subject: Re: I know this is a stupid question
:: > > >Date: Sun, 28 Mar 2004 10:19:04 +0200
:: > > >
:: > > >Hi Don,
:: > > >
:: > > >As Bryan already told you, you should clear the work directory of
:: >already
:: > > >compiled versions.
:: > > >
:: > > >Antonio
:: > > >
:: > > >Donald Lee wrote:
:: > > >
:: > > >>I have since downloaded version 4.1.30 and am not experiencing 
this
:: > > >>problem.  I have noticed that there are fewer sub-directories 
under
:: >the
:: > > >>WEB-INF.  This leads me to believe that the jsp's were 
pre-compiled
in
:: > > >>version 5 and runni

Re: I know this is a stupid question

2004-03-31 Thread Douglas Hodgeman
  Please delete my name from your list.  I don't know how you got my email
but I am not part of this group whatever it is


  - Original Message - 
  From: "Donald Lee" <[EMAIL PROTECTED]>
  To: <[EMAIL PROTECTED]>
  Sent: Wednesday, March 31, 2004 7:16 PM
  Subject: RE: I know this is a stupid question


  > yea I thought of this but I really don't have anything going on with
this
  > PC.  I went to work and installed to a freshly installed windows 2000
server
  > with no IIS no nothing.  Still the same behavior.  This is bare bonez
  > install by the book.  Installed version 4 and things work fine.  I can't
  > believe I could be the only one experiencing this, but no big deal I
have
  > things running good on version 4.  I will just wait until ver 5 becomes
more
  > commonplace and enough people have experience with it and can help.
  > Thanks for all the suggestions.
  >
  >
  >
  > >From: "Schalk" <[EMAIL PROTECTED]>
  > >Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]>
  > >To: "'Tomcat Users List'" <[EMAIL PROTECTED]>
  > >Subject: RE: I know this is a stupid question
  > >Date: Mon, 29 Mar 2004 12:23:47 +0200
  > >
  > >I am just throwing this idea out there, maybe it helps maybe it does
not.
  > >Have you tried using Windows search and search for all index.jsp files
on
  > >your hard drive? I know this will probably return a lot of results but
  > >perhaps scanning over them you may find an index.jsp that looks
suspicious.
  > >
  > >HTH!
  > >
  > >Kind Regards
  > >Schalk Neethling
  > >Web Developer.Designer.Programmer.President
  > >Volume4.Development.Multimedia.Branding
  > >emotionalize.conceptualize.visualize.realize
  > >Tel: +27125468436
  > >Fax: +27125468436
  > >email:[EMAIL PROTECTED]
  > >web: www.volume4.com
  > >
  > >This message contains information that is considered to be sensitive or
  > >confidential and may not be forwarded or disclosed to any other party
  > >without the permission of the sender. If you received this message in
  > >error,
  > >please notify me immediately so that I can correct and delete the
original
  > >email. Thank you.
  > >
  > >:: -Original Message-
  > >:: From: Donald Lee [mailto:[EMAIL PROTECTED]
  > >:: Sent: Monday, March 29, 2004 4:50 AM
  > >:: To: [EMAIL PROTECTED]
  > >:: Subject: Re: I know this is a stupid question
  > >::
  > >:: Yes I did do all of this ( i may be newbie to tomcat but not that
new to
  > >:: web/application servers).  I tetsted this using both MSIE and
Mozilla
  > >:: Firefox.  I also do not experience the problem with my "test.jsp"
that I
  > >:: placed in the webapps\ROOT folder.  This seems to be isolated to
only
  > >the
  > >:: index.jsp.  I noticed in the WEB_INF\web.xml file designates servlet
  > >:: mappings are being made to match up index_jsp.class with "index.jsp"
  > >Since
  > >:: I am not re-compiling anything I can only assume that no matter what
  > >change
  > >:: I make to index.jsp it will continue to read the index_jsp.class
file
  > >:: instead.  I plan to experiment with the web.xml and see if this
resolves
  > >the
  > >:: issue.  This is version 5 of tomcat I am talking about, more
  > >specifically
  > >:: the windows install version.
  > >:: Thanks
  > >:: Don
  > >::
  > >::
  > >::
  > >:: >From: "Bryan K. Cantwell" <[EMAIL PROTECTED]>
  > >:: >Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]>
  > >:: >To: "Tomcat Users List" <[EMAIL PROTECTED]>
  > >:: >Subject: Re: I know this is a stupid question
  > >:: >Date: Sun, 28 Mar 2004 19:00:12 -0600
  > >:: >
  > >:: >If you are still seeing a page that litterally does not exist, then
you
  > >ARE
  > >:: >looking at a cached version of the page. Stop Tomcat, in Internet
  > >Exploder
  > >:: >click tools->internet options->settings->every visit to the page
and
  > >set
  > >:: >amount os disk space to the min (1MB) and ok. then click delete
files
  > >under
  > >:: >temp internet files... this will clear up the phantom page. then
make
  > >sure
  > >:: >u
  > >:: >go to /work and delete everything inside there. Then
start
  > >:: >tomcat back up ...
  > >:: >
  > >:: >bryancan
  > >:: >
  > >:: >- Original Message -
  > >:: >From: "Donald Lee" <[EMAIL PROT

Re: Re: I know this is a stupid question

2004-03-28 Thread info
Sehr geehrte Damen und Herren

Wir haben Ihre Nachricht dankend erhalten und werden diese so schnell wie möglich 
bearbeiten.

Mit "internetten" Grüssen

Ihr Shoppingcity.ch-Team



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Re: I know this is a stupid question

2004-03-28 Thread info
Sehr geehrte Damen und Herren

Wir haben Ihre Nachricht dankend erhalten und werden diese so schnell wie möglich 
bearbeiten.

Mit "internetten" Grüssen

Ihr Shoppingcity.ch-Team



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]