New user, help!

2005-06-22 Thread Katherine Faella
I am a new user of Apache and of Tomcat. I am using a Redhat AS 4.0 system. I am running Apache V2.0.54 and my version of Tomcat is 5.5.9. I believe my apache installation is okay because when I go to localhost I see the apache welcome screen. When I go to localhost:8080 I see the Tomcat

Re: New user, help!

2005-06-22 Thread Jon Wingfield
You need some JkMount directives to tell Apache which requests to forward to Tomcat. http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/config/apache.html Jon Katherine Faella wrote: I am a new user of Apache and of Tomcat. I am using a Redhat AS 4.0 system. I am running Apache V2.0.54

Re: New user, help!

2005-06-22 Thread Steve
some JkMount directives to tell Apache which requests to forward to Tomcat. http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/config/apache.html Jon Katherine Faella wrote: I am a new user of Apache and of Tomcat. I am using a Redhat AS 4.0 system. I am running Apache V2.0.54 and my

RE: New user, help!

2005-06-22 Thread Raghupathy,Gurumoorthy
Firtst read java / j2ee / jsp and some tutorials ... http://www.tusc.com.au/tutorial/html is a good place to start Guru -Original Message- From: Steve [mailto:[EMAIL PROTECTED] Sent: 22 June 2005 16:49 To: Tomcat Users List Subject: Re: New user, help! I am a newbie at this stuff

Re: New user, help!

2005-06-22 Thread Steve
-Original Message- From: Steve [mailto:[EMAIL PROTECTED] Sent: 22 June 2005 16:49 To: Tomcat Users List Subject: Re: New user, help! I am a newbie at this stuff also, and as I understand, for development I do not need to install Apache at all. Tomcat will act as a static web page server. I am

RE: New user, help! (UNCLASSIFIED)

2005-06-22 Thread Samara, Fadi N Mr ACSIM/ASPEX
-Original Message- From: Raghupathy,Gurumoorthy [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 22, 2005 11:52 AM To: 'Tomcat Users List' Subject: RE: New user, help! Firtst read java / j2ee / jsp and some tutorials ... http://www.tusc.com.au/tutorial/html is a good place to start

New user Virtual host problem

2004-12-21 Thread Rick Gocher
Hi all, I have previously setup tomcat 5.x running on apache 1.3.x. Everything works fine and I'm learning lots as I go, although I have run into a problem with adding new domains to my apache. I have setup another site in the webapps directory however apache will only serve it using my

New User needing urgent help

2004-10-23 Thread Steven R. Christensen
Hello, I am new to using Tomcat and am having difficulty getting an application to work. Any help would be greatly appreciated. I have a web app that is giving me the following errors and can't seem to find why. Thanks in advance for your help. org.apache.jasper.JasperException: Unable to

Re: New User needing urgent help

2004-10-23 Thread Roland Carlsson
, 2004 7:42 PM Subject: New User needing urgent help Hello, I am new to using Tomcat and am having difficulty getting an application to work. Any help would be greatly appreciated. I have a web app that is giving me the following errors and can't seem to find why. Thanks in advance for your help

AW: New User needing urgent help

2004-10-23 Thread Steffen Heil
Hi import Account; No. No. No. Import is used to make classes of foreign packages available. Classes in the same package are always available. And you should never have any package-less class, hence no problems. Regards, Steffen smime.p7s Description: S/MIME cryptographic signature

Re: New User needing urgent help

2004-10-23 Thread Larry Meadors
to put your classes in a package (folder) that you then put in the web-inf/classes. Regards Roland - Original Message - From: Steven R. Christensen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, October 23, 2004 7:42 PM Subject: New User needing urgent help Hello, I am new

RE: New User needing urgent help

2004-10-23 Thread Steven R. Christensen
: AW: New User needing urgent help Hi import Account; No. No. No. Import is used to make classes of foreign packages available. Classes in the same package are always available. And you should never have any package-less class, hence no problems. Regards, Steffen

RE: New User needing urgent help

2004-10-23 Thread Ben Souther
bothering everyone again. Thanks, Steve From: Steffen Heil [mailto:[EMAIL PROTECTED] Sent: Sat 10/23/2004 12:52 PM To: 'Tomcat Users List' Subject: AW: New User needing urgent help Hi import Account; No. No. No. Import is used to make

RE: New User needing urgent help

2004-10-23 Thread Steven R. Christensen
. From: Ben Souther [mailto:[EMAIL PROTECTED] Sent: Sat 10/23/2004 1:06 PM To: Tomcat Users List Subject: RE: New User needing urgent help You'll probably have other problems later if you don't get your classes into packages (mapping servlets etc..). On Sat, 2004-10-23 at 14:01, Steven R

RE: New User needing urgent help

2004-10-23 Thread Ben Souther
PROTECTED] Sent: Sat 10/23/2004 1:06 PM To: Tomcat Users List Subject: RE: New User needing urgent help You'll probably have other problems later if you don't get your classes into packages (mapping servlets etc..). On Sat, 2004-10-23 at 14:01, Steven R. Christensen wrote: From

New User Web.xml question

2004-02-25 Thread nrapagnani
Windows Server 2k, Tomcat 4.1. I'm relatively new at building web applications. I'm ok with the programming, I've never learned how to make a web.xml file. I've gotten by on the invoker running all of my jsp pages. It's now time to do things right. I have many books in front of me.

RE: New User Web.xml question

2004-02-25 Thread Shapira, Yoav
:[EMAIL PROTECTED] Sent: Wednesday, February 25, 2004 12:14 PM To: [EMAIL PROTECTED] Subject: New User Web.xml question Windows Server 2k, Tomcat 4.1. I'm relatively new at building web applications. I'm ok with the programming, I've never learned how to make a web.xml file. I've gotten

RE: New User Web.xml question

2004-02-25 Thread Filip Hanik \(lists\)
PROTECTED] Subject: New User Web.xml question Windows Server 2k, Tomcat 4.1. I'm relatively new at building web applications. I'm ok with the programming, I've never learned how to make a web.xml file. I've gotten by on the invoker running all of my jsp pages. It's now time to do things right

RE: New User Web.xml question

2004-02-25 Thread nrapagnani
taglib-location/WEB-INF/sql.tld/taglib-location /taglib /web-app When I restart Tomcat, I get a 404 error. Any ideas? -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 25, 2004 12:20 PM To: Tomcat Users List Subject: RE: New User Web.xml

RE: New User Web.xml question

2004-02-25 Thread Shapira, Yoav
Howdy, When I restart Tomcat, I get a 404 error. Any ideas? You don't get a 404 error when you restart tomcat. You get a 404 error when you try to access some resource that tomcat can't find. What resource, what is its mapping if any, and what errors are in your logs? Yoav Shapira This

RE: New User Web.xml question

2004-02-25 Thread nrapagnani
:260) at org.apache.catalina.startup.BootstrapService.main(BootstrapService.java:309) -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 25, 2004 1:52 PM To: Tomcat Users List Subject: RE: New User Web.xml question Howdy, When I restart Tomcat

RE: New User Web.xml question

2004-02-25 Thread Shapira, Yoav
Millennium ChemInformatics -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 25, 2004 2:31 PM To: [EMAIL PROTECTED] Subject: RE: New User Web.xml question Tomcat Log for web app, after I add taglibs to web.xml: 2004-02-25 13:41:02 WebappLoader

RE: Cannot run Tomcat as new user

2003-09-23 Thread Ralph Einfeldt
that these settings where different before the restart of the machine or tomcat has run as root. -Original Message- From: Denise Mangano [mailto:[EMAIL PROTECTED] Sent: Monday, September 22, 2003 7:37 PM To: Tomcat Users List Subject: RE: Cannot run Tomcat as new user So now my question is... I've

RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError]

2003-09-22 Thread Denise Mangano
Message- From: Denise Mangano Sent: Friday, September 19, 2003 4:51 PM To: Tomcat Users List Subject: RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError] My Tomcat is not running on port 80. I have Apache running on port 80 communicating with Tomcat

RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError]

2003-09-22 Thread Denise Mangano
, September 22, 2003 8:57 AM To: Tomcat Users List Subject: RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError] After compiling and running some offline sample java programs, it seems unlikely that the problem is with the JVM. If it were I shouldn't be able

RE: Cannot run Tomcat as new user

2003-09-22 Thread Ralph Einfeldt
If ps doesn't show any, there aren't any. What make you think there are ? -Original Message- From: Denise Mangano [mailto:[EMAIL PROTECTED] Sent: Monday, September 22, 2003 5:50 PM To: Tomcat Users List Subject: RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat

RE: Cannot run Tomcat as new user

2003-09-22 Thread Denise Mangano
: Monday, September 22, 2003 12:10 PM To: Tomcat Users List Subject: RE: Cannot run Tomcat as new user If ps doesn't show any, there aren't any. What make you think there are ? -Original Message- From: Denise Mangano [mailto:[EMAIL PROTECTED] Sent: Monday, September 22, 2003 5:50 PM

RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError]

2003-09-22 Thread Ralph Einfeldt
:50 PM To: Tomcat Users List Subject: RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: Cannot run Tomcat as new user

2003-09-22 Thread Ralph Einfeldt
Subject: RE: Cannot run Tomcat as new user The problem that I am having doesn't appear to make any sense - so unfortunately I am grasping at straws. The common response that I seemed to get from the java forums, the Linux forums, and at times here is a memory issue. However, when

RE: Cannot run Tomcat as new user

2003-09-22 Thread Denise Mangano
To: Tomcat Users List Subject: RE: Cannot run Tomcat as new user To me your problem sounds as if some system or user parameter has been set manually to some value and this setting has vanished after the last reboot. -Original Message- From: Denise Mangano [mailto:[EMAIL PROTECTED] Sent

RE: Cannot run Tomcat as new user

2003-09-22 Thread Ralph Einfeldt
are ignored for root) -Original Message- From: Denise Mangano [mailto:[EMAIL PROTECTED] Sent: Monday, September 22, 2003 6:29 PM To: Tomcat Users List Subject: RE: Cannot run Tomcat as new user When you are suggesting manual settings, do you mean in the OS or in Tomcat itself? I'm

RE: Cannot run Tomcat as new user

2003-09-22 Thread Denise Mangano
, September 22, 2003 12:46 PM To: Tomcat Users List Subject: RE: Cannot run Tomcat as new user More a OS parameter. (As otherwise tc wouln't run as other user) E.G.: max user processes (-u) 20 max memory size (kbytes, -m) 5000 These are quite low. We have 256 and unlimited. 20 processes per

Re: Cannot run Tomcat as new user

2003-09-22 Thread Christopher Williams
Denise, Java makes tracking your own memory usage quite difficult, which is good in some ways, not so good in others. What you could try is temorarily removing your web app. Then create a dummy servlet which gets loaded when Tomcat loads. This servlet won't do anything, it will just hang

Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError]

2003-09-19 Thread Denise Mangano
it was previously with my config and webapps. I am going to delete the user 'tomcat'. I am going to create a new user to run Tomcat as. My question now is, should I make any special settings for this user (i.e. Such as Ralph had suggested: ulimit -s 2048 export LD_ASSUME_KERNEL=2.2.5)? Thanks

RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError]

2003-09-19 Thread Denise Mangano
Sorry - didn't mean to send that yet... This is the output I am getting in catalina.out Sep 19, 2003 2:54:18 PM org.apache.commons.modeler.Registry loadRegistry INFO: Loading registry information Sep 19, 2003 2:54:18 PM org.apache.commons.modeler.Registry getRegistry INFO: Creating new Registry

Re: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError]

2003-09-19 Thread Filip Hanik
[EMAIL PROTECTED] Sent: Friday, September 19, 2003 11:55 AM Subject: RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError] Sorry - didn't mean to send that yet... This is the output I am getting in catalina.out Sep 19, 2003 2:54:18 PM

RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError]

2003-09-19 Thread Denise Mangano
as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError] not sure what is is, but shouldn't the file /usr/local/jakarta-tomcat-4.1.27/conf/tomcat-users.xml.new be named /usr/local/jakarta-tomcat-4.1.27/conf/tomcat-users.xml try to rename it and start again Filip - Original

Re: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError]

2003-09-19 Thread Filip Hanik
so if you do chmod -R 777 /usr/local/jakarta-tomcat-4.1.27 you can't run it as another user? Filip - Original Message - From: Denise Mangano [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, September 19, 2003 12:02 PM Subject: RE: Cannot run Tomcat as new user

RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError]

2003-09-19 Thread Shapira, Yoav
To: Tomcat Users List Subject: RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError] Actually the tomcat-users.xml.new does not exist... Perhaps it's a temporary file that gets created as Tomcat starts?? There is a tomcat-users.xml which I added the user

RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError]

2003-09-19 Thread Denise Mangano
Mangano Complus Data Innovations, Inc. 914-747-1200 -Original Message- From: Filip Hanik [mailto:[EMAIL PROTECTED] Sent: Friday, September 19, 2003 3:04 PM To: Tomcat Users List Subject: Re: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError] so

RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError]

2003-09-19 Thread Timothy Halloran
: Filip Hanik [mailto:[EMAIL PROTECTED] Sent: Friday, September 19, 2003 2:56 PM To: Tomcat Users List Subject: Re: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError] not sure what is is, but shouldn't the file /usr/local/jakarta-tomcat-4.1.27/conf

RE: Cannot run Tomcat as new user [Was: Urgent! Cannot startTomcat - java.lang.OutOfMemoryError]

2003-09-19 Thread Denise Mangano
seconds. Denise Mangano Complus Data Innovations, Inc. 914-747-1200 -Original Message- From: Timothy Halloran [mailto:[EMAIL PROTECTED] Sent: Friday, September 19, 2003 3:12 PM To: Tomcat Users List Subject: RE: Cannot run Tomcat as new user [Was: Urgent! Cannot startTomcat

Re: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError]

2003-09-19 Thread Filip Hanik
stack traces and log entries are always helpful - Original Message - From: Denise Mangano [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, September 19, 2003 12:10 PM Subject: RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat

RE: Cannot run Tomcat as new user [Was: Urgent! Cannot startTomcat - java.lang.OutOfMemoryError]

2003-09-19 Thread Denise Mangano
, 2003 3:16 PM To: Tomcat Users List Subject: RE: Cannot run Tomcat as new user [Was: Urgent! Cannot startTomcat - java.lang.OutOfMemoryError] I did as you suggested and this is my output: [EMAIL PROTECTED] boot]# ll vmlinuz* lrwxrwxrwx1 root root 16 Aug 19 14:02 vmlinuz - vmlinuz

RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError]

2003-09-19 Thread Denise Mangano
- From: Filip Hanik [mailto:[EMAIL PROTECTED] Sent: Friday, September 19, 2003 3:16 PM To: Tomcat Users List Subject: Re: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError] stack traces and log entries are always helpful - Original Message - From

RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError]

2003-09-19 Thread Denise Mangano
, but I absolutely have to get my app back up. Any more suggestions are greatly appreciated. Thanks. Denise -Original Message- From: Denise Mangano Sent: Friday, September 19, 2003 3:20 PM To: Tomcat Users List Subject: RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat

Re: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError]

2003-09-19 Thread Filip Hanik
19, 2003 1:15 PM Subject: RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError] I know I've flooded the list about this, and I appreciate everyone's help but I am at a complete loss. I even restored from backup tape and the same thing is happening. I

RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError]

2003-09-19 Thread Denise Mangano
: Friday, September 19, 2003 4:39 PM To: Tomcat Users List Subject: Re: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError] the problem is somewhere in the native JVM. It fails when trying to create a native thread on the OS level as a noon root user. All I can

RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError]

2003-09-19 Thread Mike Curwen
, and because your machine crashed, those settings are gone. Sysadmins, feel free to flame my clutching at straws! -Original Message- From: Denise Mangano [mailto:[EMAIL PROTECTED] Sent: Friday, September 19, 2003 3:42 PM To: Tomcat Users List Subject: RE: Cannot run Tomcat as new user

RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError]

2003-09-19 Thread Denise Mangano
right now... Denise Mangano Complus Data Innovations, Inc. 914-747-1200 -Original Message- From: Mike Curwen [mailto:[EMAIL PROTECTED] Sent: Friday, September 19, 2003 4:48 PM To: 'Tomcat Users List' Subject: RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat

New user

2003-03-14 Thread Amir . Shidfar
Hello All, I am a new user. we are developing some new Web application. We want to use TomCat/Apache as our server. I need to get some feed back regarding TomCat/Apache stability and support. I know this is a free software but I am reluctance to go into production without support. Any feed

RE: New user

2003-03-14 Thread Shapira, Yoav
To: [EMAIL PROTECTED] Subject: New user Hello All, I am a new user. we are developing some new Web application. We want to use TomCat/Apache as our server. I need to get some feed back regarding TomCat/Apache stability and support. I know this is a free software but I am reluctance to go

RE: New user

2003-03-14 Thread Amir . Shidfar
for relapse do I have to stop the Tomcat and start it again or is there any other way I can unwar file2.war? Amir. -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2003 11:57 AM To: Tomcat Users List Subject: RE: New user Howdy, If it's support (paid

RE: New user

2003-03-14 Thread Shapira, Yoav
the server. Yoav Shapira Millennium ChemInformatics -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2003 12:02 PM To: [EMAIL PROTECTED] Subject: RE: New user Thanks. Also another question. When I deploy may Java codes I do the following. I copy my

RE: New user

2003-03-14 Thread Amir . Shidfar
: New user Howdy, I'm not sure what you mean by for relapse. If file2.war is supposed to replace file.war, it should have the same name. See the Manager app documentation at http://jakarta.apache.org/tomcat/tomcat-4.1-doc/manager-howto.html for ways to re-deploy an application without restarting

RE: New user

2003-03-14 Thread Shapira, Yoav
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2003 12:40 PM To: [EMAIL PROTECTED] Subject: RE: New user No file2.war is a brand new Web application. When you start the tomcat it will create file2 and all the proper directory under file2. I don't want to affect user which

RE: New user

2003-03-14 Thread Amir . Shidfar
You are right. I just did and got my answer. Thanks for the help. Amir. -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2003 12:43 PM To: Tomcat Users List Subject: RE: New user Howdy, Apparently you didn't bother to read the manager webapp

Re: New user

2003-03-14 Thread John B. Moore
pp documentation I posted in the previous reply ;( In that URL it tells you how to deploy a new webapp or redeploy an existing one without restarting the server. Yoav Shapira Millennium ChemInformatics -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent:

RE: New user

2003-03-14 Thread Shapira, Yoav
Millennium ChemInformatics -Original Message- From: John B. Moore [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2003 2:44 AM To: Tomcat Users List Subject: Re: New user Yoav or whomever...,     If I may intrude on this thread...   I did read the HowTo  at  http://jakarta.apache.org

RE: New user

2003-03-14 Thread Amir . Shidfar
To: Tomcat Users List Subject: Re: New user Yoav or whomever..., If I may intrude on this thread... I did read the HowTo at http://jakarta.apache.org/tomcat/tomcat-4.1-doc/manager-howto.html ...and it's primary focus is on the nature of the commands sent to the manager

RE: New user

2003-03-14 Thread Calvin Rapier
/DurlingSitewar not /DurlingSite In the WAR URL field: jar:file:/usr/local/tomcat4/webapps/DurlingSite.war!/ Thanks Amir. -Original Message- From: John B. Moore [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2003 2:44 AM To: Tomcat Users List Subject: Re: New user Yoav or whomever

Re: New user

2003-03-14 Thread John B. Moore
:44 AM To: Tomcat Users List Subject: Re: New user Yoav or whomever..., If I may intrude on this thread... I did read the HowTo at http://jakarta.apache.org/tomcat/tomcat-4.1-doc/manager-howto.html ..and it's primary focus is on the nature of the commands sent to the manager

Re: New user

2003-03-14 Thread John B. Moore
, March 14, 2003 2:44 AM To: Tomcat Users List Subject: Re: New user Yoav or whomever..., If I may intrude on this thread... I did read the HowTo at http://jakarta.apache.org/tomcat/tomcat-4.1-doc/manager-howto.html ...and it's primary focus is on the nature of the commands sent

RE: New user

2003-03-14 Thread Jan Behrens
you have tried: /DurlingSite.war jar:file:/usr/local/tomcat4/webapps/DurlingSite.war!/ == /DurlingSitewar jar:file:/usr/local/tomcat4/webapps/DurlingSite.war!/ == /DurlingSite.war jar:file://usr/local/tomcat4/webapps/DurlingSite.war!/ == /DurlingSitewar

Re: New user

2003-03-14 Thread John B. Moore
Jan, Thanks for the suggestion.. no joy on that one either.. The HowTo suggests that if the WAR is in the webapps dir that a full path is not required... it lies...??G I'll again triple check my path and spelling (which I have already exhaustively done.. but...) John... Jan Behrens

RE: New user

2003-03-14 Thread Jonathan Archer
I'll again triple check my path and spelling (which I have already exhaustively done.. but...) John... Someone else may have already said this, but the file:// needs to be file:/// -- file:// is your protocol, like http:// *then* you start the path which is

Re: New user

2003-03-14 Thread p niemandt
Interesting ... Why the final exclamation mark? Sure, I do everything manually, haven't used the web manager or admin app yet, but still, the ! mark at the end? Do you actually type that in? Why? Just wondering ... Paul On Fri, 2003-03-14 at 10:01, John B. Moore wrote: Jan, Thanks for the

Re: New user

2003-03-14 Thread John B. Moore
no idea, that is what was in the HowTo... seemed funky to me as well... John.. p niemandt wrote: Interesting ... Why the final exclamation mark? Sure, I do everything manually, haven't used the web manager or admin app yet, but still, the ! mark at the end? Do you actually type that in? Why?

RE: New user

2003-03-14 Thread Filip Hanik
: New user no idea, that is what was in the HowTo... seemed funky to me as well... John.. p niemandt wrote: Interesting ... Why the final exclamation mark? Sure, I do everything manually, haven't used the web manager or admin app yet, but still, the ! mark at the end? Do you

Re: New user

2003-03-14 Thread John B. Moore
Jon, You may have it... I have temporarily move on to other fires, so I'll test that later.. makes a lot of sense.. (no, no one had mentioned that.. and I had wondered about if that was what it was requesting with the error in protocol.. Now see, If I had known that this was a URL protocol

Re: New user

2003-03-14 Thread John B. Moore
Message- From: John B. Moore [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2003 2:46 AM To: Tomcat Users List Subject: Re: New user no idea, that is what was in the HowTo... seemed funky to me as well... John.. p niemandt wrote: Interesting ... Why the final exclamation mark? Sure

Strange error for a new user...

2003-03-04 Thread Barry Jones
I'm trying a basic form posting on my newly installed Tomcat server. Not really sure what this error means, but it occured when I tried a basic posting to process.jsp. The posting worked on my remote webspace, so I'm assuming it's a Tomcat configuration problem. I'm running Tomcat on

RE: Strange error for a new user...

2003-03-04 Thread Wendy Smoak
Barry wrote: G:\Tomcat 4.1\work\Standalone\localhost\_\begjsp3\process_jsp.java:64: cannot resolve symbol symbol : method getParamenterValues (java.lang.String) location: interface javax.servlet.http.HttpServletRequest String[] toppings = request.getParamenterValues(toppings);

tomcat4.1.18 iis5 - new user

2003-01-21 Thread John Ruffin
new user I'm running win2k, tc4.1.18, iis5, j2sdk1.4.1. I've added the the isapi_redirect.dll to the IIS Manager. Question 1: Is this SOP or should I add it to all websites iis is managing? I can run the examples from http://localhost/examples with no problem. I have another website that I'm

REPOST: tomcat4.1.18 iis5 - new user

2003-01-21 Thread John Ruffin
new user I'm running win2k, tc4.1.18, iis5, j2sdk1.4.1. I've added the the isapi_redirect.dll to the IIS Manager. Question 1: Is this SOP or should I add it to all websites iis is managing? I can run the examples from http://localhost/examples with no problem. I have another website that I'm

Re: new user: servlets dont run in new apps

2003-01-08 Thread George Metz
-mapping servlet-nameMyClass/servlet-name url-pattern/servlet/MyClass/url-pattern /servlet-mapping /web-app ~Sumit -Original Message- From: George Metz [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 4:35 PM To: [EMAIL PROTECTED] Subject: new user: servlets

new user: servlets dont run in new apps

2003-01-07 Thread George Metz
what simple thing am i missing ? (probably something in the documentation, but i havent found it so far) PROBLEM: cannot get servlets to run in a NEW webapp. the ones that come with tomcat work ok, except for the sample servlet in the Developer's Guide. this built-in one doesnt run either:

RE: new user: servlets dont run in new apps

2003-01-07 Thread Shrotriya, Sumit
Message- From: George Metz [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 4:35 PM To: [EMAIL PROTECTED] Subject: new user: servlets dont run in new apps what simple thing am i missing ? (probably something in the documentation, but i havent found it so far) PROBLEM: cannot get

ROOT app new user question...

2002-12-20 Thread ajTreece
I'm new to Tomcat and was wondering how to accomplish this task... When Tomcat is installed there is a ROOT webapp that has various links to Tomcat Manager, Admin, etc. I don't want to loose that webapp, but I would like to have a different webapp as the ROOT so that when a user goes to

RE: ROOT app new user question...

2002-12-20 Thread Denise Mangano
!! Denise Mangano -Original Message- From: ajTreece [mailto:[EMAIL PROTECTED]] Sent: Friday, December 20, 2002 12:03 PM To: [EMAIL PROTECTED] Subject: ROOT app new user question... I'm new to Tomcat and was wondering how to accomplish this task... When Tomcat is installed

RE: ROOT app new user question...

2002-12-20 Thread Milt Epstein
: ROOT app new user question... I'm new to Tomcat and was wondering how to accomplish this task... When Tomcat is installed there is a ROOT webapp that has various links to Tomcat Manager, Admin, etc. I don't want to loose that webapp, but I would like to have a different webapp as the ROOT so

New User Directories at Runtime?

2002-12-04 Thread Clark, Anthony
Hi, I'm currently setting up a class using tomcat and user directories with the Listener className=org.apache.catalina.startup.UserConfig ../ and I was wondering about the following items: 1) If I add a new user, currently it seems that Tomcat doesn't recognise that user's ~/webapps

RE: New User - Many Questions To Come

2002-06-26 Thread Rich
: RE: New User - Many Questions To Come Your syntax looks fine, is it at the bottom of the web.xml (just before /web-app)? I noticed the web.xml is really sensitive to spaces placed after . try using an editor which shows spaces (personally I am a Jedit fan). I had a similar issue where the app just

New User Needs Help! java.lang.NoClassDefFoundError

2002-06-06 Thread bob McLaughlin
I have a apache (1.3.24) and tomcat(3.3.1) on Win2K. I have Apache and tomcat installed, and configured (i think) to the instructions in the docs. The servlet examples work fine, however I can not run the jsp examples. Enclosed is the error I'm seeing. Any Ideas? Bob Error: 500 Location:

New User with mod_jk

2002-04-08 Thread jo outen
Does tomcat mod_jk have to be listening on the HTTP or HTTPS port or can Apache redirect incoming jsp/war requests to mod_jk. I was lead to believe that Apache can redirect the requests if so can someone point me to the howto info. Thanks - Do You Yahoo!?

RE: Question from a relatively new user: Minimizing the installation footprint of Tomcat

2001-09-08 Thread Randy Layman
Matsushita [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 06, 2001 4:39 PM To: [EMAIL PROTECTED] Subject: Question from a relatively new user: Minimizing the installation footprint of Tomcat Hi, I'm working on an embedded system using Linux as the OS. My group is currently evaluating

RE: Question from a relatively new user: Minimizing the installation footprint of Tomcat

2001-09-07 Thread Larry Isaacs
: Anthony T Matsushita [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 06, 2001 4:39 PM To: [EMAIL PROTECTED] Subject: Question from a relatively new user: Minimizing the installation footprint of Tomcat Hi, I'm working on an embedded system using Linux as the OS. My group

Re: Question from a relatively new user: Minimizing the installation footprint of Tomcat

2001-09-07 Thread Jonathan Eric Miller
He's talking about what is required for running in a production environment, not a development environment. Jon - Original Message - From: Raimee [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, September 06, 2001 11:17 PM Subject: Re: Question from a relatively new user

Question from a relatively new user: Minimizing the installation footprintof Tomcat

2001-09-06 Thread Anthony T Matsushita
Hi, I'm working on an embedded system using Linux as the OS. My group is currently evaluating technologies to use as a front end to our configuration software and would like a Web front-end. We're evaluating JSP versus Perl / CGI (maybe embPerl). I was wondering how to minimize Tomcat's

Re: Question from a relatively new user: Minimizing the installation footprint of Tomcat

2001-09-06 Thread Jonathan Eric Miller
environment though. Jon - Original Message - From: Anthony T Matsushita [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, September 06, 2001 3:39 PM Subject: Question from a relatively new user: Minimizing the installation footprint of Tomcat Hi, I'm working on an embedded system

Re: Question from a relatively new user: Minimizing the installation footprint of Tomcat

2001-09-06 Thread Raimee
[EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, September 06, 2001 3:39 PM Subject: Question from a relatively new user: Minimizing the installation footprint of Tomcat Hi, I'm working on an embedded system using Linux as the OS. My group is currently evaluating technologies to use

Re: Question from a relatively new user: Minimizing the installationfootprint of Tomcat

2001-09-06 Thread Craig R. McClanahan
On Thu, 6 Sep 2001, Jonathan Eric Miller wrote: Date: Thu, 6 Sep 2001 22:38:37 -0500 From: Jonathan Eric Miller [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Question from a relatively new user: Minimizing the installation footprint of Tomcat

New User

2001-08-24 Thread Jeffrey Pegg
I am a new user of tomcat and apache, and was wondering if anybody could suggest a good FAQ or documentation site for setting it up and getting it running. I am moving from IIS and ASP, and I have a lot of web experience, just not in the java world. Jeffrey Pegg, MCSD Systems Manager, AliveCity

Re: New User

2001-08-24 Thread Noble Long
http://jakarta.apache.org/tomcat/tomcat-3.2-doc/uguide/tomcat_ug.html http://home.iwc.net

I am a new user

2001-03-08 Thread David Roman
I apologise for this email but I am looking for some help and I have already spent two days trying to configure Tomcat with NT4.0 SP6 using IIS 4.0. I believe there are some ambiguities on your web page tomcat-iis-howto.html. I have followed those instructions and can not get any of the JSP

RE: I am a new user

2001-03-08 Thread Randy Layman
different ones in your classpath). Randy -Original Message- From: David Roman [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 08, 2001 9:52 AM To: '[EMAIL PROTECTED]' Subject: I am a new user I apologise for this email but I am looking for some help and I have already spent two

Hello,a new user is coming

2001-03-08 Thread Jason Wang
Dear sir: I am a Tomcat' new user. I'd like use Apache integrated with Tomcat on Windows NT. But I can not find documentions about the configuration.I need you help. I am not familiar with Unix. My email address is : [EMAIL PROTECTED] Sincerely yours Jason Wang

Re: I'm New User - Tomcat HTTPS Help expecting

2001-03-05 Thread David Crooke
SSL is entirely orthogonal to Tomcat - just put the tomcat directives in your SSL virtual host and use https URLs - look at http://www.modssl.org/ for SSL info - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: I'm New User - Tomcat HTTPS Help expecting

2001-03-05 Thread Sunil Chandurkar
But Mr. David Is there any need to make any association between apache and tomcat. If yes how can i make it? how can i get SSL Virtual Host? /sunil --- David Crooke [EMAIL PROTECTED] wrote: SSL is entirely orthogonal to Tomcat - just put the tomcat directives in your SSL virtual

New user question - problem with '~' character in paths?

2001-02-21 Thread Tom Gowers
Title: New user question - problem with '~' character in paths? Hello all, I am in the midst of muddling through an installation/configuration of tomcat for the purposes of integrating with our Xpedio Content Server software for a prospect. I have come across what I think is a problem

  1   2   >