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 tomcat_home/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

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]
 
 
 _
 Get reliable access on MSN 9 Dial-up. 3 months for the price of 1!
 (Limited-time offer)

http://join.msn.com/?page=dept/dialuppgmarket=en-usST=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/dialuppgmarket=en-usST=1/go/onm00200361ave/direct/01/


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





-
To unsubscribe, e-mail: [EMAIL PROTECTED

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 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 tomcat_home/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

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 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/dialuppgmarket=en-usST=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/dialuppgmarket=en-usST=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/dialuppgmarket=en-usST=1/go/onm00200361ave/direct/01/

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


SSL using Microsoft CA

2004-03-15 Thread Donald Lee
Hello, I would like to use real authenticated SSL using a Microsoft CA 
Certificate imported into Tomcat.  I found on the website for how to set up 
an anonymous or self signed SSL but I am troubleshooting an issue with 
axis web services running in self signed SSL mode.  I wanted to try a real 
certificate but am not sure what format to export and how to import the 
certificate using the java keytool utility.  It also wants to store this 
cert in the local administrator's profile, I would rather store this 
certificate in another directory such as the conf or bin directory.  
Anywhere but the profile.

Current setup:

Windows 2003 Server Standard Edition
Tomcat 4.1.29
Apache Axis 1.1
Java SDK 1.4.2_03
standard web browsing in SSL mode works flawlessly.  My Microsoft web 
services application works flawlessly in non-ssl mode but chokes with a 
connection lost intermittently in SSL.  Can anybody direct me to a 
tutorial or help doc to get my certificate installed?

Thanks in advance
Don Lee
_
FREE pop-up blocking with the new MSN Toolbar – get it now! 
http://clk.atdmt.com/AVE/go/onm00200415ave/direct/01/

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


RE: Apache 2 and Tomcat 4 on Windows!!@#$!

2002-04-20 Thread Donald Lee

Cool I will have to find a way to compile it for my Linux box.
  -Original Message-
  From: Jacob Kjome [mailto:[EMAIL PROTECTED]]
  Sent: Friday, April 19, 2002 11:42 PM
  To: Tomcat Users List
  Subject: RE: Apache 2 and Tomcat 4 on Windows!!@#$!


  Sure it does.

  Just download the precompiled mod_jk.dll binary from:
  http://www.acg-gmbh.de/mod_jk/

  Then include the attached mod_jk.conf at the *bottom* of your
httpd.conf.  Note that this was autogenerated from Tomcat 3.3.1 using
  -autoconf when starting Tomcat.  I just changed some of the values in it
to match with my 4.1-dev install.  You'll have to add your own stuff, but it
will give you a startor you can just forward everything to Tomcat and
make it easy.  Your choice.

  Then, make sure that the JkWorkersFile directive is pointing to the
location of the attached workers.properties.  Notice that is is somewhat
different than the one you posted, Sachin.  Make sure the file paths make
sense for your install and all that jazz

  My Apache 2.0.35 is working just great with this setup.

  Jake


  At 08:53 PM 4/19/2002 -0400, you wrote:

Yea... does any of the developers monitor this list?  I think by now
there
should be a blaring huge notice saying that mod_jk and Apache 2 just
doesn't
work yet.

-Original Message-
From: Dole, Sachin Sudhakar
[mailto:[EMAIL PROTECTED]]
Sent: Friday, April 19, 2002 7:05 PM
To: '[EMAIL PROTECTED]'
Subject: Apache 2 and Tomcat 4 on Windows!!@#$!


Hi

I get the following error when starting apache 2 with the directive:

LoadModule jk_module modules/mod_jk.dll

The error:

C:\Program Files\Apache Group\Apache2\binapache
Syntax error on line 952 of C:/Program Files/Apache
Group/Apache2/conf/httpd.conf:
Cannot load C:/Program Files/Apache Group/Apache2/modules/mod_jk.dll
into
server: The specified module could not be found.

I have the dll in place. Now, I have tomcat running, I have the attached
Worker.properties and httpd.conf.

Can someone please help me out. I have searched the mail archives
and
though there are a number of people facing the same problem, it seems to
me
that my problems are unique!!! httpd.conf  workers.properties

What could be the problem?

Warm Regards
Sachin Dole

Warm Regards
Sachin Dole

Gateway Village - 800 Bldg,
800 W.Trade St., 3rd Flr South,
NC1-025-03-42,
Charlotte NC.
Phone:  704-683-3603



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]



RE: Apache 2 and Tomcat 4 on Windows!!@#$!

2002-04-19 Thread Donald Lee

Yea... does any of the developers monitor this list?  I think by now there
should be a blaring huge notice saying that mod_jk and Apache 2 just doesn't
work yet.

-Original Message-
From: Dole, Sachin Sudhakar
[mailto:[EMAIL PROTECTED]]
Sent: Friday, April 19, 2002 7:05 PM
To: '[EMAIL PROTECTED]'
Subject: Apache 2 and Tomcat 4 on Windows!!@#$!


Hi

I get the following error when starting apache 2 with the directive:

LoadModule jk_module modules/mod_jk.dll

The error:

C:\Program Files\Apache Group\Apache2\binapache
Syntax error on line 952 of C:/Program Files/Apache
Group/Apache2/conf/httpd.conf:
Cannot load C:/Program Files/Apache Group/Apache2/modules/mod_jk.dll into
server: The specified module could not be found.

I have the dll in place. Now, I have tomcat running, I have the attached
Worker.properties and httpd.conf.

Can someone please help me out. I have searched the mail archives and
though there are a number of people facing the same problem, it seems to me
that my problems are unique!!! httpd.conf  workers.properties

What could be the problem?

Warm Regards
Sachin Dole

Warm Regards
Sachin Dole

Gateway Village - 800 Bldg,
800 W.Trade St., 3rd Flr South,
NC1-025-03-42,
Charlotte NC.
Phone:  704-683-3603



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: Tomcat 4.0.3 + Apache 2.0.32

2002-04-16 Thread Donald Lee

I thank you very much Pascal for the write-up it allowed me to get my mod_jk
configured a few months ago.  AFAIK, jk for Apache 2 is still not available.


-Original Message-
From: Pascal Forget [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 16, 2002 11:30 AM
To: Tomcat Users List
Subject: Re: Tomcat 4.0.3 + Apache 2.0.32


Bhide, Atul wrote:


The problem is solved. I compiled the latest version 4.0.4.b1 version of
the
tomcat-connectors and it works now.

You did succeed, that's fantastic!

My name is Pascal Forget and I wrote a little howto on how to setup
Apache 1.3.23 + mod_jk + tomcat + load balancer a while ago.
www.ubeans.com/tomcat

I want to update my howto for Apache 2.0, and the only thing I could
not get to work is the compilation step for mod_jk.

Would you please be kind enough to either provide me with a detailed
explanation on
how to compile mod_jk, or provide binaries?  I tried to compile mod_jk
for several
hours yesterday on a Red Hat Linux 7.2 i686 box with the latest patches
and I always
got error messages about dl_open() and other missing functions.

Ideally, I would like to produce binaries of mod_jk for Linux, FreeBSD,
Solaris, Windows
and a few other platforms and offer links to these on my web page.

Any help would be greatly appreciated!

Thanks,

Pascal



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: mod_jk

2002-04-14 Thread Donald Lee

Well I think it's clear this is going to be a hot item for Tomcat users, I
hope there will be an announcement soon that this will be available.  To
answer your question, this is not yet available.

-Original Message-
From: Kaveh Ghahremani [mailto:[EMAIL PROTECTED]]
Sent: Sunday, April 14, 2002 4:22 PM
To: [EMAIL PROTECTED]
Subject: mod_jk


Hi;

I'm trying to integrate Apache 2.0 and Tomcat 4.0.2 and I'm having a
problem finding documentation that relates to integrating these
versions. I tried following the directions and hints that are posted on
the Jakarta site for older versions of Tomcat (using mod_jk) but I
continue to run into directories and files that are non-existent in
these newer versions.

Is there a place where I can find information about these versions?




--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: Apache 2.0.35 + mod_jk-3.3-ap20.so

2002-04-07 Thread Donald Lee

Yes I agree but in this situation, the file mod_jk-3.3-ap20.so is
specifically stated on the Jakarta site as being for Apache 2.0.
Thanks


-Original Message-
From: Paul D. Bain [mailto:[EMAIL PROTECTED]]
Sent: Saturday, April 06, 2002 11:06 PM
To: Tomcat Users List
Subject: Re: Apache 2.0.35 + mod_jk-3.3-ap20.so


At Saturday 4/6/02 10:43 PM, you wrote:
Hi I got all excited when I got the announcement that Apache 2.0.35 was no
longer a beta and was an official release so I downloaded the archive
httpd-2.0.35.tar.gz and installed it.  I have only one hangup as of right
now and that's the inability to make use of the mod_jk connector.  I am
currently getting the error from apache
httpd: module mod_jk.c is not compatible with this version of Apache.
Please contact the vendor for the correct version.

I am using the exact same configuration as with my old 1.3.24 apache. With
the exception of using the mod_jk-3.3-ap20.so module. It sounds as if I
would have to somehow know how to change the source code of this module to
account for the differences between whatever version of Apache 2.0 this was
compiled for and re-compile but frankly I haven't a clue where to start.

Donald,

 That's exactly correct. Modules written for Apache 1.3 will _not_
work with Apache 2.0 unless they are re-written in order to be specific to
2.0. You should probably stick with 1.3.

-- Paul Bain



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Apache 2.0.35 + mod_jk-3.3-ap20.so

2002-04-06 Thread Donald Lee

Hi I got all excited when I got the announcement that Apache 2.0.35 was no
longer a beta and was an official release so I downloaded the archive
httpd-2.0.35.tar.gz and installed it.  I have only one hangup as of right
now and that's the inability to make use of the mod_jk connector.  I am
currently getting the error from apache
httpd: module mod_jk.c is not compatible with this version of Apache.
Please contact the vendor for the correct version.

I am using the exact same configuration as with my old 1.3.24 apache. With
the exception of using the mod_jk-3.3-ap20.so module. It sounds as if I
would have to somehow know how to change the source code of this module to
account for the differences between whatever version of Apache 2.0 this was
compiled for and re-compile but frankly I haven't a clue where to start.  I
ran a search on google and was unable to find anybody successfully using
mod_jk with Apache 2.0.  As a matter of fact, I couldn't find any reference
to this ap20 module anywhere except the Jakarta site.
I cam currently using tomcat from the archive,
jakarta-tomcat-4.0.3-LE-jdk14.tar.gz if this helps, currently tomcat is
running fine.  Does anybody have a copy of a mod_jk.so that will work for
Apache 2.0.35?
Thanks
Don Lee


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: Kinda not topical

2002-03-31 Thread Donald Lee

JCreator LE
http://www.jcreator.com/

I don't work for them either :)
-Original Message-
From: Mark Shaw [mailto:[EMAIL PROTECTED]]
Sent: Sunday, March 31, 2002 11:41 PM
To: 'Tomcat Users List'
Subject: RE: Kinda not topical


Vladimir

I've been using IDEA from IntelliJ (www.intellij.com) for awhile and it's
very nice.  It's designed to truly enhance the server-side developer's daily
experience with great re-factoring and search features.  It's also fairy
simple to use and navigate unlike all the bloated EJB based IDE's out there.


(No, I don't work for the company...)
-Mark

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: Apache Tomcat/4.0.2 - HTTP Status 404 - /examples/jsp/

2002-02-24 Thread Donald Lee

where are your examples located?  I had to move mine to the webapps
directory then they ran.

-Original Message-
From: Terje Dahl [mailto:[EMAIL PROTECTED]]
Sent: Saturday, February 23, 2002 1:47 PM
To: [EMAIL PROTECTED]
Subject: Apache Tomcat/4.0.2 - HTTP Status 404 - /examples/jsp/


Yes, I am a newbie, but...

Installed Tomcat 4.0.2 (precompiled version) (on Mac OS X (That's
unix) ) in a directory I called Tomcat.

Tomcat starts just fine with this script:
#!/bin/sh
export CATALINA_HOME=/Tomcat/jakarta-tomcat-4.0.2
export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Home
$CATALINA_HOME/bin/startup.sh

I get the default html-pages in ROOT no problem.
I can also run JSP-pages from ROOT.
But nothing in examples works!
(I didn't change anything during installation, and there are lots of
files and folder present in examples..)

Shouldn't I at least be able to expect at least the enclosed examples to
run corectly out of the box?..

Terje


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: Configuring Tomcat/apache service with mod_jk

2002-02-22 Thread Donald Lee

Go here,
http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.3/bin/linux/i386/
and download the file mod_jk-3.3-ap13-eapi.so and use that module.  it will
get rid of the eapi warning.  I don't know if it's preferable to change the
name of this file to mod_jk.so, but I just entered the name as is in
httpd.conf then used the AddModule mod_jk.c at the end of the AddModule
list.  I have detailed instructions here http://64.108.104.60/mod_jk.html


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Julien OIX
Sent: Thursday, February 21, 2002 5:14 AM
To: Tomcat list
Subject: Configuring Tomcat/apache service with mod_jk



When I start, my error_log says:

Starting httpd: [Thu Feb 21 09:33:37 2002] [warn] Loaded DSO
modules/mod_jk.so uses plain Apache 1.3 API, this module might crash
under EAPI! (please recompile it with -DEAPI)

How to recompile a RPM as said ?


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: Hey what happened to the tomcat forum?

2002-02-17 Thread Donald Lee

It's always slack on the weekends then will hammer your inbox mon - fri.  I
assume this has something to do with the 5 day work week?  :)


-Original Message-
From: smashingwebs [mailto:[EMAIL PROTECTED]]
Sent: Sunday, February 17, 2002 5:13 PM
To: [EMAIL PROTECTED]
Subject: Hey what happened to the tomcat forum?


Hey what happened to the tomcat forum?

Or am I being obtuse?



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: mod_jk help needed here

2002-02-16 Thread Donald Lee

Tom, here is a link to my help file regarding mod_jk.  Let me know if it's
not what you needed or is somehow in error and I will fix it.  I know what
your going through I have been there.
http://64.108.105.4/mod_jk.html
If that doesn't work by the time you get this message just go to
http://the-don.cjb.net and click on my mod_jk link.  I'm not static yet.

-Original Message-
From: Thomas Cherry [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 15, 2002 9:19 PM
To: Tomcat Users List
Subject: mod_jk help needed here


I have tried really hard for two days now, and I just can not seem to
figure out how to get tomcat and apache to work together.  Here are some
questions that I have:
Do I need a RequestInterseptor in my server.xml file.

What are all the files that need to be changed?  So far I have:
httpd.conf - calls mod_jk.conf
server.xml - tomcat
mod_jk.conf - loads mod_jk.so and maps paths to ajp13
workers.properties - sets up tomcat's ports
any more files?

I can use tomcat if I go to port 8080 put not if I use apache.  I set
everything up.  What could I be doing wrong?  Which settings should I
share with you?

Thanks in advance.


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: mod_jk help needed here

2002-02-16 Thread Donald Lee

I can't answer the first question other than to say that the className is
the full path while the one you listed is just the individual name without
the full path.  Your also not using Connector className= which I would
assume is there for a reason.  I think if your just trying to get up and
running, you would want to keep the syntax in the server.xml exactly as is
just for testing purposes.

It surprises me that you don't have these statements in your server.xml and
it may indicate that you may have an incomplete or somehow corrupted copy of
the Tomcat distribution.  But I am hardly an expert here I will let others
chime in on this who may know more than me.

-Original Message-
From: Thomas Cherry [mailto:[EMAIL PROTECTED]]
Sent: Saturday, February 16, 2002 8:55 AM
To: Tomcat Users List
Subject: Re: mod_jk help needed here


I looked at your site.  Thanks, but here is a question.  What is the
difference between:

Connector className=org.apache.ajp.tomcat3.Ajp13Connector
port=8009 minProcessors=5 maxProcessors=75
acceptCount=10 debug=0/

and

Ajp13connector port=8009 /

My distribution did not have the first one in the servlet.xml file that
I could just uncomment.  When I remove what I had and user your
Connector tag, I get nothing.  I can not ever uses port 8080.

also, how can I tell who (apache or tomcat) is to blame for non
communication?  In other words, how can I tell if apache is not sending
or if tomcat is not receiving?

On Saturday, February 16, 2002, at 03:32  AM, Donald Lee wrote:

 Tom, here is a link to my help file regarding mod_jk.  Let me know if
 it's
 not what you needed or is somehow in error and I will fix it.  I know
 what
 your going through I have been there.
 http://64.108.105.4/mod_jk.html
 If that doesn't work by the time you get this message just go to
 http://the-don.cjb.net and click on my mod_jk link.  I'm not static yet.


--
Don't give in to hate- that leads to the dark side. -Obi-Wan, Jedi Knight


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: mod_jk help needed here

2002-02-16 Thread Donald Lee

Tom, I would love nothing more than to be able to help you with this but you
may have to take us through the steps you went through to install Tomcat and
what you did when you tried to install mod_jk.  It would also be interesting
to know what version you are using, I am using 4.0.1 and if you are using
the same version then the Connector
className=org.apache.ajp.tomcat3.Ajp13Connector statement should have been
there.

-Original Message-
From: Thomas Cherry [mailto:[EMAIL PROTECTED]]
Sent: Saturday, February 16, 2002 9:18 AM
To: Tomcat Users List
Subject: Re: mod_jk help needed here


Also, in my mod_jk.log file, I get this error when I try to have apache
open a jsp file:
[jk_uri_worker_map.c (430)]: In jk_uri_worker_map_t::map_uri_to_worker,
wrong parameters

What does this mean?

On Saturday, February 16, 2002, at 08:55  AM, Thomas Cherry wrote:

 I looked at your site.  Thanks, but here is a question.  What is the
 difference between:

 Connector className=org.apache.ajp.tomcat3.Ajp13Connector
   port=8009 minProcessors=5 maxProcessors=75
   acceptCount=10 debug=0/

 and

 Ajp13connector port=8009 /

 My distribution did not have the first one in the servlet.xml file that
 I could just uncomment.  When I remove what I had and user your
 Connector tag, I get nothing.  I can not ever uses port 8080.

 also, how can I tell who (apache or tomcat) is to blame for non
 communication?  In other words, how can I tell if apache is not sending
 or if tomcat is not receiving?

--
Don't underestimate the Force. - Darth Vader, Sith Lord.


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: Tomcat 4.0.2 with mod_jk or mod_webapp with EAPI under Linux

2002-02-13 Thread Donald Lee

The link you want is here
http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.3/bin/linux/i386/
there is a file called mod_jk-3.3-ap13-eapi.so
Have a good day.


-Original Message-
From: Michael Donaghy [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 13, 2002 2:49 AM
To: [EMAIL PROTECTED]
Subject: Tomcat 4.0.2 with mod_jk or mod_webapp with EAPI under Linux


Is there a precompiled version of either mod_jk or mod_webapp for Red
Hat Linux 7.1 that is compiled with EAPI?  Over the past 2 hours I've
attempted to compile both  been unsuccessful.  I've seen non-EAPI
binaries available, but I really need EAPI binaries since Apache has
mod_ssl  I'd like to keep apache  its modules RPM based.
Apache=1.3.22

Thanks for any help.

Michael

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




mod_jk for beginners

2002-02-07 Thread Donald Lee

Hello all, I just completed a simple document that explains to an absolute
beginner how to get the mod_jk connector up and running based on my notes.
I found I had many problems finding documentation that suited my needs so I
figured there had to be others.  I currently have this page hosted on my at
home server and your welcome to visit it http://the-don.cjb.net/mod_jk.html.
I would rather post this somewhere more reliable though, seeing how my
server doesn't have a static IP and is accessed using a URL re-director.  Is
there any kind of central place on the web where users can submit their
home-made help docs?
Thanks
Don


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Thanks for the help! (mod_jk)

2002-01-31 Thread Donald Lee

I just want to say thanks to everybody who offered up suggestions and the 
links to some exellent instructional sites on how to get this bugger up and 
running.  mod_jk is now fully functional and I can now move on to doing some 
fun stuff!
I will continue to monitor this list for good tidbits of info, it's amazing 
how active this list is, and very helpful!


--
I am Microsoft of Borg. You will be assimilated.
Resistance is futi . . .

GENERAL PROTECTION FAULT IN MSBORG32.DLL
--
Donald Lee ([EMAIL PROTECTED])
http://the-don.cjb.net (not always up)
Associate Enterprise Engineer
MCSE, Compaq ASE, API, A+, TCT, HP, Novell CNA


_
Chat with friends online, try MSN Messenger: http://messenger.msn.com


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




mod_jk.conf ?!?

2002-01-30 Thread Donald Lee

Can someone give me a sample mod_jk.conf?  Particularly someone that is 
using Tomcat4.  How about a good source for mod_jk.so?  I have found 
mod_jk-3.3-ap13-eapi.so and mod_jk-3.3-ap13-noeapi.so and mod_jk-3.3-ap20.so 
on a Tomcat 3.3 download site.  Nothing for Tomcat 4.01. what's the 
difference between them?  should I rename one of them to just mod_jk.so?
Thanks



_
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




progress has been made but... (was: mod_jk.conf?!?)

2002-01-30 Thread Donald Lee

Ok, I am hot on a trail here, can anybody figure out what is going on based 
on these logs?
from mod_jk.log:

[Wed Jan 30 21:23:57 2002]  [jk_connect.c (143)]: jk_open_socket, connect() 
failed errno = 111
[Wed Jan 30 21:23:57 2002]  [jk_ajp13_worker.c (196)]: In 
jk_endpoint_t::connect_to_tomcat, failed errno = 111
[Wed Jan 30 21:23:57 2002]  [jk_ajp13_worker.c (635)]: Error connecting to 
the Tomcat process.
[Wed Jan 30 21:23:57 2002]  [jk_ajp13_worker.c (848)]: In 
jk_endpoint_t::service, send_request failed in send loop 2

---
from error_log:
[Wed Jan 30 21:53:20 2002] [notice] Apache-AdvancedExtranetServer/1.3.20 
(Mandrake Linux/3mdk) mod_jk/1.1.0 mod_ssl/2.8.4 OpenSSL/0.9.6b configured 
-- resuming normal operations
[Wed Jan 30 21:53:20 2002] [notice] suEXEC mechanism enabled (wrapper: 
/usr/sbin/suexec)
[Wed Jan 30 21:56:09 2002] [error] [client 192.168.0.1] File does not exist: 
/var/www/html/index.jsp
--

Ok, in the first log I admit total ignorance I haven't a clue what all that 
gobbledygook means, other than it can't seem to talk to tomcat.  The 2nd log 
on the otherhand, I can see what is happening, instead of looking in 
/var/tomcat4/webapps/ROOT, it's looking in the Document root as defined in 
commonhttpd.conf.  Which is /var/www/html.
I followed the instructions to the best of my abilities using the following 
sources,

http://jakarta.apache.org/tomcat/tomcat-3.3-doc/mod_jk-howto.html
I found some examples of workers.properties files there.

http://www.ubeans.com/tomcat/index.html
I attempted to adapt this setup to my own non load-balancing server.  I 
didn't want to setup two copies of tomcat on my system.
I am also using the default port of 8009 instead of changing it like in the 
example.
when I was done I made sure tomcat was started before apache.. Nothing 
errored out upon start that I could find.
I did have tomcat working fine on the standard :8080 port before doing all 
of this.
Thanks
I swear if I figure this out I will do everything in my power to help others 
with this mod_jk thing it's just so frustrating.



_
Send and receive Hotmail on your mobile device: http://mobile.msn.com


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: Errors using warp connector

2002-01-29 Thread Donald Lee

Ok, I can see I haven't given you all the complete story.  I had tomcat up 
and running perfectly all the way up until I tried implementing the 
mod_webapp.
In the past, all I had to do to run my servlets was use 
http://lnxwebsvr:8080
and all was good.
then I read and heard that I could somehow do away with the need to put the 
:8080 at the end if I could somehow install and get the warp connector 
working correctly.  So as far as I can tell, Tomcat will work if I take out 
all that junk I placed in httpd.conf.  I have left it that way because of 
the understanding that if I configure it correctly I could call my apps 
through apache.
Is this wrong?
If I need to supply more information or somehow being confusing please tell 
me.

Thanks
Don



Original Message Follows
From: Jean-Luc BEAUDET [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: Re: Errors using warp connector
Date: Tue, 29 Jan 2002 12:10:52 +0100

Julien OIX a écrit :

  Donald Lee a écrit :
  
   Hello, I am trying to get the mod_webapp configured and have really 
been
   goofing it up bigtime.  right now tomcat is inaccessible even when I 
place
   the :8080 after the server name.
   Has anybody seen this kind of error before?  I am thinking I need to 
look up
   the source and recompile but I wanted to be sure that was my problem.  
Kinda
   looks like it's the least of my problems but I am just guessing here.  
If
   anybody can throw me a bone, it would be appreciated.
  
   Here is a section of my error_log:
  
   [Mon Jan 28 21:05:29 2002] [warn] Loaded DSO lib/apache/mod_webapp.so 
uses
   plain Apache 1.3 API, this module might crash under EAPI! (please 
recompile
   it with -DEAPI)
   [Mon Jan 28 21:05:29 2002] [error] Connection warpConnection cannot
   connect
   [Mon Jan 28 21:05:29 2002] [error] Cannot open connection 
warpConnection
   [Mon Jan 28 21:05:29 2002] [notice] 
Apache-AdvancedExtranetServer/1.3.20
   (Mandrake Linux/3mdk) mod_ssl/2.8.4 OpenSSL/0.9.6b configured -- 
resuming
   normal operations
   [Mon Jan 28 21:05:29 2002] [notice] suEXEC mechanism enabled (wrapper:
   /usr/sbin/suexec)
   [Mon Jan 28 21:05:29 2002] [error] Connection warpConnection cannot
   connect
   [Mon Jan 28 21:05:29 2002] [error] Cannot open connection 
warpConnection
   [Mon Jan 28 21:05:29 2002] [error] Connection warpConnection cannot
   connect
   [Mon Jan 28 21:05:29 2002] [error] Cannot open connection 
warpConnection
   [Mon Jan 28 21:05:29 2002] [error] Connection warpConnection cannot
   connect
   [Mon Jan 28 21:05:29 2002] [error] Cannot open connection 
warpConnection
   [Mon Jan 28 21:05:42 2002] [error] Connection warpConnection cannot
   connect
   [Mon Jan 28 21:05:42 2002] [error] Cannot open connection 
warpConnection
   [Mon Jan 28 21:05:43 2002] [error] Connection warpConnection cannot
   connect
   [Mon Jan 28 21:05:43 2002] [error] Cannot open connection 
warpConnection
   [Mon Jan 28 21:05:43 2002] [error] Connection warpConnection cannot
   connect
   [Mon Jan 28 21:05:43 2002] [error] Cannot open connection 
warpConnection
   [Mon Jan 28 21:05:44 2002] [error] Connection warpConnection cannot
   connect
   [Mon Jan 28 21:05:44 2002] [error] Cannot open connection 
warpConnection
   [Mon Jan 28 21:05:44 2002] [error] Connection warpConnection cannot
   connect
   [Mon Jan 28 21:05:44 2002] [error] Cannot open connection 
warpConnection
   [Mon Jan 28 21:05:44 2002] [error] Connection warpConnection cannot
   connect
   [Mon Jan 28 21:05:44 2002] [error] Cannot open connection 
warpConnection
   [Mon Jan 28 21:05:44 2002] [error] Connection warpConnection cannot
   connect
   [Mon Jan 28 21:05:44 2002] [error] Cannot open connection 
warpConnection
   [Mon Jan 28 21:10:24 2002] [notice] caught SIGTERM, shutting down
  
   this is setup at the top of my httpd.conf file
   ServerType standalone
   ServerRoot /etc/httpd
   ServerName lnxwebsvr
   PidFile /var/run/httpd.pid
   ScoreBoardFile /etc/httpd/httpd.scoreboard
   ErrorLog logs/error_log
   LogLevel warn
   ResourceConfig /dev/null
   AccessConfig /dev/null
  
   I have this configured at the bottom of my httpd.conf:
  
   LoadModule webapp_module lib/apache/mod_webapp.so
   WebAppConnection warpConnection warp localhost:8008
   WebAppDeploy examples warpConnection /examples/
   WebAppDeploy Guestbook warpConnection /Guestbook/
  
   I am getting this in catalina.out. I am not sure what address the error 
is
   referring to.
  
   - Root Cause -
   java.net.BindException: Address already in use
   at java.net.PlainSocketImpl.socketBind(Native Method)
   at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:452)
   at java.net.ServerSocket.init(ServerSocket.java:170)
   at java.net.ServerSocket.init(ServerSocket.java:121)
   at
   
org.apache.catalina.net.DefaultServerSocketFactory.createSocket(DefaultServerSocketFactory.java:118

Re: Errors using warp connector

2002-01-29 Thread Donald Lee

Thanks I will look into mod_jk.so.  I didn't know anything about it, 
everything I have looked at always referred to the warp connector.  If 
mod_jk does what I want and is easier to setup then I will use it!


Original Message Follows
From: Emerson [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: Re: Errors using warp connector
Date: Tue, 29 Jan 2002 17:55:15 -0300

Why don't you just use mod_jk.so
you have just to put one line in http.conf, the file with contexts conf. is
generated automaticly by tomcat (i think till version 3.2.4)

by the way, does someone know if 4.0.2 is generating mod_jk.conf-auto ?? as
far as I know the 4.0.1 doesn't


instead of  At 13:46 29/1/2002 -0500, you wrote:
 Ok, I can see I haven't given you all the complete story.  I had tomcat up
 and running perfectly all the way up until I tried implementing the
 mod_webapp.
 In the past, all I had to do to run my servlets was use
 http://lnxwebsvr:8080
 and all was good.
 then I read and heard that I could somehow do away with the need to put 
the
 :8080 at the end if I could somehow install and get the warp connector
 working correctly.  So as far as I can tell, Tomcat will work if I take 
out
 all that junk I placed in httpd.conf.  I have left it that way because of
 the understanding that if I configure it correctly I could call my apps
 through apache.
 Is this wrong?
 If I need to supply more information or somehow being confusing please 
tell
 me.
 
 Thanks
 Don
 
 
 
 Original Message Follows
 From: Jean-Luc BEAUDET [EMAIL PROTECTED]
 Reply-To: Tomcat Users List [EMAIL PROTECTED]
 To: Tomcat Users List [EMAIL PROTECTED]
 Subject: Re: Errors using warp connector
 Date: Tue, 29 Jan 2002 12:10:52 +0100
 
 Julien OIX a écrit :
 
   Donald Lee a écrit :
   
Hello, I am trying to get the mod_webapp configured and have really
 been
goofing it up bigtime.  right now tomcat is inaccessible even when I
 place
the :8080 after the server name.
Has anybody seen this kind of error before?  I am thinking I need to
 look up
the source and recompile but I wanted to be sure that was my problem.
 Kinda
looks like it's the least of my problems but I am just guessing here.
 If
anybody can throw me a bone, it would be appreciated.
   
Here is a section of my error_log:
   
[Mon Jan 28 21:05:29 2002] [warn] Loaded DSO lib/apache/mod_webapp.so
 uses
plain Apache 1.3 API, this module might crash under EAPI! (please
 recompile
it with -DEAPI)
[Mon Jan 28 21:05:29 2002] [error] Connection warpConnection cannot
connect
[Mon Jan 28 21:05:29 2002] [error] Cannot open connection
 warpConnection
[Mon Jan 28 21:05:29 2002] [notice]
 Apache-AdvancedExtranetServer/1.3.20
(Mandrake Linux/3mdk) mod_ssl/2.8.4 OpenSSL/0.9.6b configured --
 resuming
normal operations
[Mon Jan 28 21:05:29 2002] [notice] suEXEC mechanism enabled 
(wrapper:
/usr/sbin/suexec)
[Mon Jan 28 21:05:29 2002] [error] Connection warpConnection cannot
connect
[Mon Jan 28 21:05:29 2002] [error] Cannot open connection
 warpConnection
[Mon Jan 28 21:05:29 2002] [error] Connection warpConnection cannot
connect
[Mon Jan 28 21:05:29 2002] [error] Cannot open connection
 warpConnection
[Mon Jan 28 21:05:29 2002] [error] Connection warpConnection cannot
connect
[Mon Jan 28 21:05:29 2002] [error] Cannot open connection
 warpConnection
[Mon Jan 28 21:05:42 2002] [error] Connection warpConnection cannot
connect
[Mon Jan 28 21:05:42 2002] [error] Cannot open connection
 warpConnection
[Mon Jan 28 21:05:43 2002] [error] Connection warpConnection cannot
connect
[Mon Jan 28 21:05:43 2002] [error] Cannot open connection
 warpConnection
[Mon Jan 28 21:05:43 2002] [error] Connection warpConnection cannot
connect
[Mon Jan 28 21:05:43 2002] [error] Cannot open connection
 warpConnection
[Mon Jan 28 21:05:44 2002] [error] Connection warpConnection cannot
connect
[Mon Jan 28 21:05:44 2002] [error] Cannot open connection
 warpConnection
[Mon Jan 28 21:05:44 2002] [error] Connection warpConnection cannot
connect
[Mon Jan 28 21:05:44 2002] [error] Cannot open connection
 warpConnection
[Mon Jan 28 21:05:44 2002] [error] Connection warpConnection cannot
connect
[Mon Jan 28 21:05:44 2002] [error] Cannot open connection
 warpConnection
[Mon Jan 28 21:05:44 2002] [error] Connection warpConnection cannot
connect
[Mon Jan 28 21:05:44 2002] [error] Cannot open connection
 warpConnection
[Mon Jan 28 21:10:24 2002] [notice] caught SIGTERM, shutting down
   
this is setup at the top of my httpd.conf file
ServerType standalone
ServerRoot /etc/httpd
ServerName lnxwebsvr
PidFile /var/run/httpd.pid
ScoreBoardFile /etc/httpd/httpd.scoreboard
ErrorLog logs/error_log
LogLevel warn
ResourceConfig /dev/null
AccessConfig

Errors using warp connector

2002-01-28 Thread Donald Lee
: Address already in use
LifecycleException:  Error creating server socket:  java.net.BindException: 
Address already in use
at 
org.apache.catalina.connector.warp.WarpConnector.initialize(WarpConnector.java:483)
at 
org.apache.catalina.core.StandardService.initialize(StandardService.java:454)
at 
org.apache.catalina.core.StandardServer.initialize(StandardServer.java:552)
at org.apache.catalina.startup.Catalina.start(Catalina.java:775)
at org.apache.catalina.startup.Catalina.execute(Catalina.java:681)
at org.apache.catalina.startup.Catalina.process(Catalina.java:179)
at java.lang.reflect.Method.invoke(Native Method)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:243)



--
I am Microsoft of Borg. You will be assimilated.
Resistance is futi . . .

GENERAL PROTECTION FAULT IN MSBORG32.DLL
--
Donald Lee ([EMAIL PROTECTED])




_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: Accessing Manager app through URLConnection

2002-01-27 Thread Donald Lee

Thanks, no I was not.  I will read up more thoroughly.  I think I was just 
missing the whole point of what it was and thought it was something it 
wasn't.


Original Message Follows
From: Tom Anderl [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: Re: Accessing Manager app through URLConnection
Date: Sat, 26 Jan 2002 12:20:33 -0800 (PST)

Are you giving it a command?  e.g.

http://your.server/manager/list

From the log, it looks like you're not including the command (list in
this case) So the manager sees an empty command string and doesn't
recognize what it's supposed to do with it.

Catch you later,

Tom

On Sat, 26 Jan 2002, Donald Lee wrote:

  I setup mine and it authenticates then gives me,
 
  FAIL - Unknown command 
 
  I don't even know where to begin troubleshooting because I don't know 
what I
  am supposed to be looking for.
  Localhost_log file has the following,
 
  2002-01-26 15:13:35 StandardWrapper[/manager:Manager]: Loading container
  servlet Manager
  2002-01-26 15:13:35 Manager: init
  2002-01-26 15:13:35 Manager: init: Associated with Deployer 'localhost'
 
  localhost_access_log has
  192.168.0.1 - - [26/Jan/2002:15:13:33 -0500] GET /manager HTTP/1.1 401 
618
  192.168.0.1 - dwlee1 [26/Jan/2002:15:13:35 -0500] GET /manager HTTP/1.1
  200 40
 
 
 
  Original Message Follows
  From: Craig R. McClanahan [EMAIL PROTECTED]
  Reply-To: Tomcat Users List [EMAIL PROTECTED]
  To: Tomcat Users List [EMAIL PROTECTED]
  Subject: Re: Accessing Manager app through URLConnection
  Date: Sat, 26 Jan 2002 08:46:45 -0800 (PST)
 
 
 
  On Fri, 25 Jan 2002, Christian Cryder wrote:
 
Date: Fri, 25 Jan 2002 23:31:28 -0700
From: Christian Cryder [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat-User [EMAIL PROTECTED]
Subject: Accessing Manager app through URLConnection
   
Ok, how can I go about accessing the Manager app through a URL
  connection?
Its currently generating a 401 error code, and I know the reason is
  because
of the role stuff...how can I programatically assign a role? Or is 
there
  a
way I can pass the user/pwd info along with the url poarameters 
somehow?
  I'd
greatly appreciate some ideas on this...
   
 
  Hi Christian,
 
  You are indeed getting a 401 error because the manager webapp is 
protected
  by a security constraint using BASIC authentication.  If you run it from 
a
  browser, you get the usual pop-up dialog.
 
  To use automated connections, your client code is going to have to create
  an Authorization header that encodes the username and password, in the
  format required by RFC 2617, and include it with the request to bypass 
the
  401 dialog.  One source of code you could use to figure out what's
  necessary is in the HEAD branch of the Tomcat 4 repository -- in class
  org.apache.catalina.ant.AbstractCatalinaTask.  (As the name implies, this
  is the base class for a set of custom Ant tasks that interact with the
  Manager webpp, documented on the manager-howto.html page in the nightly
  builds of Tomcat 4.
 
THanks,
Christian
   
 
  Craig McClanahan
 
 
  --
  To unsubscribe:   mailto:[EMAIL PROTECTED]
  For additional commands: mailto:[EMAIL PROTECTED]
  Troubles with the list: mailto:[EMAIL PROTECTED]
 
 
 
 
 
  --
  I am Microsoft of Borg. You will be assimilated.
  Resistance is futi . . .
 
  GENERAL PROTECTION FAULT IN MSBORG32.DLL
  --
  Donald Lee ([EMAIL PROTECTED])
  Associate Enterprise Engineer
  MCSE, Compaq ASE, ACT, A+, TCT, HP
 
  _
  Join the world’s largest e-mail service with MSN Hotmail.
  http://www.hotmail.com
 
 
  --
  To unsubscribe:   mailto:[EMAIL PROTECTED]
  For additional commands: mailto:[EMAIL PROTECTED]
  Troubles with the list: mailto:[EMAIL PROTECTED]
 


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]





--
I am Microsoft of Borg. You will be assimilated.
Resistance is futi . . .

GENERAL PROTECTION FAULT IN MSBORG32.DLL
--
Donald Lee ([EMAIL PROTECTED])
Associate Enterprise Engineer
MCSE, Compaq ASE, ACT, A+, TCT, HP


_
Join the world’s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: Accessing Manager app through URLConnection

2002-01-26 Thread Donald Lee

I setup mine and it authenticates then gives me,

FAIL - Unknown command 

I don't even know where to begin troubleshooting because I don't know what I 
am supposed to be looking for.
Localhost_log file has the following,

2002-01-26 15:13:35 StandardWrapper[/manager:Manager]: Loading container 
servlet Manager
2002-01-26 15:13:35 Manager: init
2002-01-26 15:13:35 Manager: init: Associated with Deployer 'localhost'

localhost_access_log has
192.168.0.1 - - [26/Jan/2002:15:13:33 -0500] GET /manager HTTP/1.1 401 618
192.168.0.1 - dwlee1 [26/Jan/2002:15:13:35 -0500] GET /manager HTTP/1.1 
200 40



Original Message Follows
From: Craig R. McClanahan [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: Re: Accessing Manager app through URLConnection
Date: Sat, 26 Jan 2002 08:46:45 -0800 (PST)



On Fri, 25 Jan 2002, Christian Cryder wrote:

  Date: Fri, 25 Jan 2002 23:31:28 -0700
  From: Christian Cryder [EMAIL PROTECTED]
  Reply-To: Tomcat Users List [EMAIL PROTECTED]
  To: Tomcat-User [EMAIL PROTECTED]
  Subject: Accessing Manager app through URLConnection
 
  Ok, how can I go about accessing the Manager app through a URL 
connection?
  Its currently generating a 401 error code, and I know the reason is 
because
  of the role stuff...how can I programatically assign a role? Or is there 
a
  way I can pass the user/pwd info along with the url poarameters somehow? 
I'd
  greatly appreciate some ideas on this...
 

Hi Christian,

You are indeed getting a 401 error because the manager webapp is protected
by a security constraint using BASIC authentication.  If you run it from a
browser, you get the usual pop-up dialog.

To use automated connections, your client code is going to have to create
an Authorization header that encodes the username and password, in the
format required by RFC 2617, and include it with the request to bypass the
401 dialog.  One source of code you could use to figure out what's
necessary is in the HEAD branch of the Tomcat 4 repository -- in class
org.apache.catalina.ant.AbstractCatalinaTask.  (As the name implies, this
is the base class for a set of custom Ant tasks that interact with the
Manager webpp, documented on the manager-howto.html page in the nightly
builds of Tomcat 4.

  THanks,
  Christian
 

Craig McClanahan


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]





--
I am Microsoft of Borg. You will be assimilated.
Resistance is futi . . .

GENERAL PROTECTION FAULT IN MSBORG32.DLL
--
Donald Lee ([EMAIL PROTECTED])
Associate Enterprise Engineer
MCSE, Compaq ASE, ACT, A+, TCT, HP

_
Join the world’s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




logging or alerting 404 not found

2002-01-24 Thread Donald Lee

Is there a way to log or track or otherwise alert me if someone gets a 404 
not found when trying to connect to my box or any of the other various 
errors that are common to most web surfers?
Thanks


_
Join the world’s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Just trying to make some sense out of all this tomcat(newbie)

2002-01-17 Thread Donald Lee

Ok, if anybody can explain in plain english why this is the way it is.  
while trying to download and install a servlet and being very unsuccessful, 
I started investigating the example servlets.  I went to the simplest one 
called HelloWorldExample.
It appears to be working, when I look in the browser address it's set to
http://lnxwebsvr:8080/examples/servlet/HelloWorldExample.
when I look at my directory structure.
/var/tomcat4/webapps/examples/WEB-INF/classes/HelloWorldExample.class
where is it defined in tomcat that servlet is to replace the actual path 
WEB-INF/classes?
I think this may be related to why my newly installed servlet will not run.
Thanks


_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: Just trying to make some sense out of all this tomcat(newbie)

2002-01-17 Thread Donald Lee

OK, I am working on creating a web.xml file.  I started out by looking at 
the web.xml that will be found in $CATALINA_HOME/webapps/WEB-INF.  I wanted 
to see what was in it that allowed the HelloWorldExample to work.  Nowhere 
in the web.xml was there a reference to this servlet.  As a matter of fact, 
the only servlets listed were ones that were in subdirectories below the 
/WEB-INF/classes subdirectory.  Which would leave me to believe that as long 
as I have my classes in /WEB-INF/classes, I should be able to run this 
servlet even with a blank web.xml.  Am I wrong here?  Am I missing 
something?
Thanks


Original Message Follows
From: Walter De Wit [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: 'Tomcat Users List' [EMAIL PROTECTED]
Subject: RE: Just trying to make some sense out of all this tomcat(newbie)
Date: Thu, 17 Jan 2002 12:40:13 +0100

I can give you the same answer as I gave to an our or two before:

I think you forgot the web.xml file which contains the mapping between the
URL and the servlet class file.
In web.xml which must be situated in WEB-INF directory, for each servlet
there must be a servlet-mapping entry:
servlet
   servlet-nameMyServlet/servlet-name

servlet-classsubdirectory1.subdirectory2.subdirectory3.servlet1.class/ser
vlet-class
/servlet
servlet-mapping
   servlet-nameMyServlet/servlet-name
   url-pattern/pathie/doMyServlet/url-pattern
/servlet-mapping

Now calling http://localhost:8080/MyWebapp/pathie/doMyServlet will start the
servlet1.class.
The servlet1.class must be situated in
WEB-INF/classes/subdirectory1/subdirectory2/subdirectory3/ or in a jar in
the WEB-INF/lib directory.

Maybe you should read some documentation about a .war file (which is a
.jar), or open one of the examples delivered together with Tomcat.


-Original Message-
From: Donald Lee [mailto:[EMAIL PROTECTED]]
Sent: donderdag 17 januari 2002 12:27
To: [EMAIL PROTECTED]
Subject: Just trying to make some sense out of all this tomcat(newbie)


Ok, if anybody can explain in plain english why this is the way it is.
while trying to download and install a servlet and being very unsuccessful,
I started investigating the example servlets.  I went to the simplest one
called HelloWorldExample.
It appears to be working, when I look in the browser address it's set to
http://lnxwebsvr:8080/examples/servlet/HelloWorldExample.
when I look at my directory structure.
/var/tomcat4/webapps/examples/WEB-INF/classes/HelloWorldExample.class
where is it defined in tomcat that servlet is to replace the actual path
WEB-INF/classes?
I think this may be related to why my newly installed servlet will not run.
Thanks


_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




_
Chat with friends online, try MSN Messenger: http://messenger.msn.com


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




new to java, apache and tomcat.. but I want to learn!

2002-01-12 Thread Donald Lee

I have successfully installed Tomcat on a Linux Mandrake box.  All appears 
to be working with the default page up and running.  I am new to this whole 
Tomcat JSP/Servlet thingy and want to get up and running.  I have been on 
the java.sun.com tutorials for the java language and all that, but I want to 
dig into something and see it work on the server.  I am looking for sample 
code to disect and fiddle with.  I find I learn better that way if I can see 
how something was done.  I am currently looking at the examples in the 
default installation but not really finding what I am looking for.  I would 
like to start with something simple but actually usable like a guest book 
program or a message board.  The code doesn't even need to work, just point 
me in the right direction.  I plan to keep going with this in the best way I 
can.
Thanks


_
Join the world’s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: Tomcat RPM's

2002-01-02 Thread Donald Lee

Great, I am glad that there are RPMs for tomcat, It just looks like all
available documentation is for a manual unpacking of the binaries.  I may
need to remove what I have done and re-install from scratch but right now it
appears to be working good.  If you have any documentation that is geared
for the RPM distribution I would appreciate a copy.
Thanks

-Original Message-
From: cj [mailto:cj]On Behalf Of Cynthia Jeness
Sent: Wednesday, January 02, 2002 8:32 PM
To: Tomcat Users List; [EMAIL PROTECTED]
Subject: Re: TomCat RPM's



Donald,

The rpm builds two files in /usr/bin -- tomcat4 and tomcatd.  To start
or
stop Tomcat, just use tomcat4 start or tomcat4 stop.  One other issue
with
the RPM is that it su's to the tomcat4 user, but the var/tomcat4
directory
is owned by root.  The tomcat4 user needs at least write access to the
logs
directory.  Finally, the default port is 8180 and not 8080 with the rpm.

Other than that, the rpm worked fine.

Based on my experience, I put together my own documentation -- some of
this
is specific to our AJUG (Atlanta Java User Group) site.  If you are
interested, check out:

http://www.ajug.org/howto/tomcat4.html

Cindy Jeness


Donald Lee wrote:

 I went to

http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.1/rpms/

 downloaded tomcat4-4.0.1-1.noarch.rpm
 installed using rpm -iv tomcat4-4.0.1-1.noarch.rpm
 everything appeared to be going ok until I came to the part in the doc

 file I found called running.txt

 execute shell command:
 $CATALINA_HOME/bin/startup.sh

 That didn't work.
 It turns out my Tomcat installation went to
 /var/tomcat4
 which is where I set $CATALINA_HOME to.
 I looked in the $CATALINA_HOME/bin directory and to my surprise, there

 was no startup.sh, only a bootstrap.jar.  I searched my whole system
 for a startup.sh and could not find one, so I decided that something
 was dreadfully wrong, and went back to the tomcat site.
 I went into

http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.1/bin/
 this time and downloaded jakarta-tomcat-4.0.1.zip
 I unpacked it and it created it's own directory of
 jakarta-tomcat-4.0.1.  I basically cut and pasted the contents of that

 directory into my /var/tomcat4 directory and over wrote all
 directories and files.  I then ran $CATALINA_HOME/bin/startup.sh and
 tested my installation with http://localhost:8080 and all appears to
 be well.I have a question, when I installed the rpm it created a
 directory etc/tomcat4/conf/tomcat4.conf.  As this was not part of my
 list of installation procedures, can I assume that this directory/file

 is not needed?  I was wondering if I could safely delete this
 directory or is something left out of the running.txt file?
 Can anybody tell me what the purpose of the rpms are if they do not
 properly install tomcat?

 Thanks, and God Bless and have a happy new year!

 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]





--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Tomcat RPMs?

2001-12-31 Thread Donald Lee

I went to
http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.1/rpms/
downloaded tomcat4-4.0.1-1.noarch.rpm
installed using rpm -iv tomcat4-4.0.1-1.noarch.rpm
everything appeared to be going ok until I came to the part in the doc
file I found called running.txt

execute shell command:
$CATALINA_HOME/bin/startup.sh

That didn't work.
It turns out my Tomcat installation went to 
/var/tomcat4
which is where I set $CATALINA_HOME to.
I looked in the $CATALINA_HOME/bin directory and to my surprise, there
was no startup.sh, only a bootstrap.jar.  I searched my whole system
for a startup.sh and could not find one, so I decided that something
was dreadfully wrong, and went back to the tomcat site.
I went into
http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.1/bin/
this time and downloaded jakarta-tomcat-4.0.1.zip
I unpacked it and it created it's own directory of
jakarta-tomcat-4.0.1.  I basically cut and pasted the contents of that
directory into my /var/tomcat4 directory and over wrote all
directories and files.  I then ran $CATALINA_HOME/bin/startup.sh and
tested my installation with http://localhost:8080 and all appears to
be well.I have a question, when I installed the rpm it created a
directory etc/tomcat4/conf/tomcat4.conf.  As this was not part of my
list of installation procedures, can I assume that this directory/file
is not needed?  I was wondering if I could safely delete this
directory or is something left out of the running.txt file?
Can anybody tell me what the purpose of the rpms are if they do not
properly install tomcat?

Thanks, and God Bless and have a happy new year!

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]