RE: Help - Newbie questions - where are the uploaded files stored ?

2004-09-10 Thread Shapira, Yoav
, 2004 11:36 AM To: Shapira, Yoav Cc: Tomcat Users List Subject: Re: Help - Newbie questions - where are the uploaded files stored ? On Fri, Sep 10, 2004 at 10:57:18AM -0400, Shapira, Yoav wrote: Isn't that crap self-evident? ;) Most companies attach such footers and related disclaimers or legal

RE: org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory --help. using Tomcat4.1

2004-09-10 Thread Shilpa Nalgonda
: org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory --help. using Tomcat4.1 Hi, Look at the cause. The connection is refused by your database. It's not a Tomcat problem, it's likely a simple misconfiguration. Use another tool to figure out the correct DB connection

RE: org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory --help. using Tomcat4.1

2004-09-10 Thread Shapira, Yoav
Nalgonda [mailto:[EMAIL PROTECTED] Sent: Friday, September 10, 2004 12:21 PM To: Tomcat Users List Subject: RE: org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory --help. using Tomcat4.1 But i use the same configuration and try to connect without using

RE: org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory --help. using Tomcat4.1

2004-09-10 Thread Shilpa Nalgonda
When i do that i get invalid arguments error.. -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Friday, September 10, 2004 1:38 PM To: Tomcat Users List Subject: RE: org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory --help. using

Pls Help index.jsp not compiling dynamically

2004-09-09 Thread Arun Prasad R
hi index.jsp is not being compiled dynamically, if i rename to some other name some.jsp its get compiled. if somebody faced this issue pls help. im not getting clue by google. arun - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Pls Help index.jsp not compiling dynamically

2004-09-09 Thread Antony Paul
, September 09, 2004 4:00 PM Subject: Pls Help index.jsp not compiling dynamically hi index.jsp is not being compiled dynamically, if i rename to some other name some.jsp its get compiled. if somebody faced this issue pls help. im not getting clue by google. arun

Re: Pls Help index.jsp not compiling dynamically

2004-09-09 Thread Arun Prasad R
. rgds Antony Paul - Original Message - From: Arun Prasad R [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, September 09, 2004 4:00 PM Subject: Pls Help index.jsp not compiling dynamically hi index.jsp is not being compiled dynamically, if i

Re: Pls Help index.jsp not compiling dynamically

2004-09-09 Thread QM
On Thu, Sep 09, 2004 at 04:00:25PM +0530, Arun Prasad R wrote: : index.jsp is not being compiled dynamically, if i rename to some : other name some.jsp its get compiled. if somebody faced this issue : pls help. im not getting clue by google. Did you just overwrite one of the sample apps? Those

Re: Pls Help index.jsp not compiling dynamically

2004-09-09 Thread Arun Prasad R
, if i rename to some : other name some.jsp its get compiled. if somebody faced this issue : pls help. im not getting clue by google. Did you just overwrite one of the sample apps? Those JSPs are precompiled, meaning the .jsp files themselves aren't referenced by the container (and in turn

Re: Pls Help index.jsp not compiling dynamically

2004-09-09 Thread QM
On Thu, Sep 09, 2004 at 07:07:26PM +0530, Arun Prasad R wrote: : i want to edit that source file. and i removed servlet and : servlet-mapping entry from web.xml and restarted tomcat. new tomcat : should recompile index.jsp and fulfill the request. but it throws an : exception like Perhaps

Re: Pls Help index.jsp not compiling dynamically

2004-09-09 Thread Arun Prasad R
hi thanks it worked, i just rename the existing index_jsp.class to i.class but this is not the expected behavior right. after removing web.xml entries tomcat should recompile it under work directory. i dont have any issues with the file having name other than index.jsp how does this name clash

Re: Pls Help index.jsp not compiling dynamically

2004-09-09 Thread QM
On Thu, SOP 09, 2004 at 07:20:31PM +0530, Arun Prasad R wrote: : thanks it worked, i just rename the existing index_jsp.class to i.class That worked for you, fine; but that's not what I suggested: JAR file != class file. Please reread my last message. : but this is not the expected behavior

Re: Pls Help index.jsp not compiling dynamically

2004-09-09 Thread Arun Prasad R
hi as this is my own application, i have classes for my source. so that i can rename my class in WEB-INF/classes/ im in the process of migrating it from tomcat 3.x to tomcat 4.1.27, i migrated successfully, there after during my development i use to remove web.xml entries for files wich need

Tomcat 5.5.1 Installation Help

2004-09-09 Thread Venkat Radha Venkataramanan
Hello: I installed Tomcat 5.5.1 on a Windows XP Professional (SP2). The installation went without a hitch. The Release notes refers to a file Running.txt that I have to read if I am uing JRE 1.4 (I am actually using JRE 1.4.2). I read on the Tomcat page that I have to installa some

RE: Tomcat 5.5.1 Installation Help

2004-09-09 Thread Shapira, Yoav
as if you were using J2SE 5.0. Yoav Shapira Millennium Research Informatics -Original Message- From: Venkat Radha Venkataramanan [mailto:[EMAIL PROTECTED] Sent: Thursday, September 09, 2004 12:15 PM To: [EMAIL PROTECTED] Subject: Tomcat 5.5.1 Installation Help Hello: I installed Tomcat

RE: Tomcat 5.5.1 Installation Help

2004-09-09 Thread Allistair Crossley
PROTECTED] Subject: Tomcat 5.5.1 Installation Help Hello: I installed Tomcat 5.5.1 on a Windows XP Professional (SP2). The installation went without a hitch. The Release notes refers to a file Running.txt that I have to read if I am uing JRE 1.4 (I am actually using JRE 1.4.2). I

Re: Tomcat 5.5.1 Installation Help

2004-09-09 Thread Atishay Kumar
[mailto:[EMAIL PROTECTED] Sent: 09 September 2004 17:15 To: [EMAIL PROTECTED] Subject: Tomcat 5.5.1 Installation Help Hello: I installed Tomcat 5.5.1 on a Windows XP Professional (SP2). The installation went without a hitch. The Release notes refers to a file Running.txt

RE: Tomcat 5.5.1 Installation Help

2004-09-09 Thread Venkat Radha Venkataramanan
- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Thursday, September 09, 2004 12:22 PM To: Tomcat Users List; [EMAIL PROTECTED] Subject: RE: Tomcat 5.5.1 Installation Help Hi, You download the compat package from the same place you download your Tomcat distribution (http

RE: Tomcat 5.5.1 Installation Help

2004-09-09 Thread Shapira, Yoav
:[EMAIL PROTECTED] Sent: Thursday, September 09, 2004 1:10 PM To: 'Tomcat Users List' Subject: RE: Tomcat 5.5.1 Installation Help Yoav: I did not have any difficulty in locating the compat package. But I don't see the file Running.txt in the zipped version. VENKAT RADHA VENKATARAMANAN

RE: Tomcat 5.5.1 Installation Help

2004-09-09 Thread Venkat Radha Venkataramanan
Phone: 1-201-358-0001 324 St. Mary Street Hillsdale, NJ 07642 [EMAIL PROTECTED] -Original Message- From: Atishay Kumar [mailto:[EMAIL PROTECTED] Sent: Thursday, September 09, 2004 12:41 PM To: Tomcat Users List Subject: Re: Tomcat 5.5.1 Installation Help

RE: Tomcat 5.5.1 Installation Help

2004-09-09 Thread Nandish Rudra
look under catalian_home/bin for the tomcatw.exe NR -Original Message- From: Venkat Radha Venkataramanan [mailto:[EMAIL PROTECTED] Sent: Thursday, September 09, 2004 1:40 PM To: 'Tomcat Users List'; 'Atishay Kumar' Subject: RE: Tomcat 5.5.1 Installation Help Atishay: After I

Help with Tomcat Install?

2004-09-08 Thread Lash, David A (David)
Hi I am trying to figure out why my tomcat install is not working. System: Apache 1.3.29 Server: Solaris 8 Tomcat: 4.1.18 I installed tomcat (setting my CATALINA_HOME and JAVA_HOME). When I go to http://localhost:8080 I cannot display the 'default page'. Any idea why? Enclosed is the 'page'

Re: Help with Tomcat Install?

2004-09-08 Thread QM
On Wed, Sep 08, 2004 at 10:49:41AM -0500, Lash, David A (David) wrote: : When I go to http://localhost:8080 I cannot display the 'default page'. Any idea why? Step 1 of Apache/jk(2)/Tomcat debugging: take Apache and JK out of the picture. Enable an HTTP connector on Tomcat and access it

Re: Help with Tomcat Install?

2004-09-08 Thread John Villar
Well, certainly your Tomcat setup works fine, look at the end of your response page it could be, however, that the default webapp hasn't been installed, check webapps/ROOT and see if it is there, its a default response servlet in the WEB-INF/web.xml file Lash, David A (David) escribió: Hi

Re: Help with Tomcat Install?

2004-09-08 Thread Gerardo Juarez
Ok, you installed Tomcat, but is it running? Something like: $CATALINA_HOME/bin/start.sh should have happened before pointing at http://localhost:8080. It's a common mistake. Gerardo On Wed, 8 Sep 2004, Lash, David A (David) wrote: Hi I am trying to figure out why my tomcat install is not

RE: Help with Tomcat Install?

2004-09-08 Thread Lash, David A (David)
To: Tomcat Users List Subject: Re: Help with Tomcat Install? Well, certainly your Tomcat setup works fine, look at the end of your response page it could be, however, that the default webapp hasn't been installed, check webapps/ROOT and see if it is there, its a default response servlet

RE: Help with Tomcat Install?

2004-09-08 Thread Lash, David A (David)
Thanks for the help, though I did startup.sh. It appears to start (I have a tomcat deamon running). The file logs/Catalina.out was not clean during the startup (don't know if that is normal). It looks like the enclosed Thanks Dave lash Catalina.start: LifecycleException: Protocol handler

Re: Help with Tomcat Install?

2004-09-08 Thread John Villar
, September 08, 2004 11:03 AM To: Tomcat Users List Subject: Re: Help with Tomcat Install? Well, certainly your Tomcat setup works fine, look at the end of your response page it could be, however, that the default webapp hasn't been installed, check webapps/ROOT and see if it is there, its

Re: Help with Tomcat Install?

2004-09-08 Thread John Villar
Catalina.start: LifecycleException: Protocol handler initialization failed: java.net.BindException: Address already in use:8080 LifecycleException: Protocol handler initialization failed: java.net.BindException: Address already in use:8080 This error is saying that port 8080 is already

Re: Help with Tomcat Install?

2004-09-08 Thread Avinash R S
: Wednesday, September 08, 2004 9:45 PM Subject: Re: Help with Tomcat Install? Catalina.start: LifecycleException: Protocol handler initialization failed: java.net.BindException: Address already in use:8080 LifecycleException: Protocol handler initialization failed: java.net.BindException

RE: Help with Tomcat Install?

2004-09-08 Thread Shapira, Yoav
Research Informatics -Original Message- From: Avinash R S [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 08, 2004 12:24 PM To: Tomcat Users List Subject: Re: Help with Tomcat Install? It looks like the port is being used by another application. Run Shutdown.sh once, and then run

Re: Help with Tomcat Install?

2004-09-08 Thread John Villar
-Original Message- From: Avinash R S [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 08, 2004 12:24 PM To: Tomcat Users List Subject: Re: Help with Tomcat Install? It looks like the port is being used by another application. Run Shutdown.sh once, and then run startup.sh and still if you

RE: Help with Tomcat Install?

2004-09-08 Thread Shapira, Yoav
[mailto:[EMAIL PROTECTED] Sent: Wednesday, September 08, 2004 12:39 PM To: Tomcat Users List Subject: Re: Help with Tomcat Install? I think that's not the case, look that he gets a 404 status from tomcat with a Apache Tomcat/4.1.18 signature at the end the problem he's having

Re: Help with Tomcat Install?

2004-09-08 Thread Avinash R S
] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, September 08, 2004 10:08 PM Subject: Re: Help with Tomcat Install? I think that's not the case, look that he gets a 404 status from tomcat with a Apache Tomcat/4.1.18 signature at the end the problem he's having is that the default servlet

RE: Help with Tomcat Install?

2004-09-08 Thread Lash, David A (David)
that defines where tomcat looks for root files? (perhaps someone (at my site) changed this). Thanks Dave lash -Original Message- From: Avinash R S [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 08, 2004 11:47 AM To: Tomcat Users List Subject: Re: Help with Tomcat Install? John

RE: Help with Tomcat Install?

2004-09-08 Thread Gerardo Juarez
08, 2004 11:47 AM To: Tomcat Users List Subject: Re: Help with Tomcat Install? John, Root App does not have a servlet. The page accessed is a static html page ROOT/index.html. Then verify whether index.html file along with 3 image files is available at location ROOT app. Best

Re: Help with Tomcat Install?

2004-09-08 Thread John Villar
that david lash response was: Thanks for the help, though I did startup.sh. It appears to start (I have a tomcat deamon running). The file logs/Catalina.out was not clean during the startup (don't know if that is normal). It looks like the enclosed Thanks Dave lash Catalina.start

RE: Help with Tomcat Install?

2004-09-08 Thread Lash, David A (David)
All Thanks for your help and suggestions. I finally got the install to work by the following: 1. I grabbed a more recent binary distribution. 2. I changed the port to . It appeared that something was on port 8080. The strange thing was that the deamon did start (but I could not look

Help: jk2_init() Can't find child in apache error log

2004-09-07 Thread nyhgan
Hi everyone! My apache2.0.26 + Tomcat5.0.19 integration is almost done. Actually, the servlets and jsp pages are working properly. But there are some error messages in the apache's error log. I am wondering what causes these errors. Maybe there is some configuration problems in my

Need Help

2004-09-03 Thread Venu
/ Context path=/home/httpd/vhosts/domainname.com docBase=domainname debug=0 reloadable=true/ Valve className=org.apache.catalina.valves.RemoteAddrValve allow=127.0.0.1/ /Host Any help will be most appreciated. Best Regard's Tomcat Cat-User

Need Urgent Help

2004-09-03 Thread Venu
side.. Any help is most appreiciated. Best Regard's Venu

RE: Need Urgent Help

2004-09-03 Thread Bedrijven.nl
Is docBase right??? -Oorspronkelijk bericht- Van: Venu [mailto:[EMAIL PROTECTED] Verzonden: Friday, September 03, 2004 10:25 AM Aan: Tomcat Users List Onderwerp: Need Urgent Help Hello Guru's Im using the my application outside the webapps in server.xml i have confiured the following

Re: Need Urgent Help

2004-09-03 Thread Venu
yes it the dir (docBase=/home/httpd/vhosts/domainname.com/httpdocs) where i am having my jsp's servlets - Original Message - From: Bedrijven.nl [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Friday, September 03, 2004 5:41 PM Subject: RE: Need Urgent Help

RE: Need Urgent Help

2004-09-03 Thread Bedrijven.nl
yes but it;s a relative path..so relative to what?? -Oorspronkelijk bericht- Van: Venu [mailto:[EMAIL PROTECTED] Verzonden: Friday, September 03, 2004 10:43 AM Aan: Tomcat Users List; [EMAIL PROTECTED] Onderwerp: Re: Need Urgent Help yes it the dir (docBase=/home/httpd/vhosts

Re: Need Urgent Help

2004-09-03 Thread Venu
sorry i didnt get you... relative to the dir on the same server - Original Message - From: Bedrijven.nl [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Friday, September 03, 2004 5:59 PM Subject: RE: Need Urgent Help yes but it;s a relative path..so relative to what

Re: Need Urgent Help

2004-09-03 Thread Venu
: Friday, September 03, 2004 6:53 PM Subject: RE: Need Urgent Help try appbase=/home/httpd/vhosts/domainname.com docbase=/home/httpd/vhosts/domainname.com/httpdocs or try appbase=/home/httpd/vhosts/domainname.com docbase=httpdocs -Oorspronkelijk bericht- Van: Venu [mailto:[EMAIL

Need Help

2004-09-03 Thread Venu
/ /Engine /Service -- /Server Any help is most appreiciated. Best Regard's Venu

Re: Need Help

2004-09-03 Thread QM
On Fri, Sep 03, 2004 at 02:16:26PM +0800, Venu wrote: : I am trying to execute my jsp's servlets from my remote server : from /home/httpd/vhosts/domainname.com dir : : It works fine for the Html's but when try to execute my jsp's servlets : it is not able to execute and even doesnt displays an

RE: Newbie help w/ORielly examples

2004-09-03 Thread John Najarian
Recomiliing didn't help. Has anyone got any ideas? Thanks. -Original Message- From: John Najarian [mailto:[EMAIL PROTECTED] Sent: Thursday, September 02, 2004 2:56 PM To: 'Tomcat Users List' Subject: RE: Newbie help w/ORielly examples I've restarted a few times. I'll see if I can

RE: Newbie help w/ORielly examples

2004-09-03 Thread Shapira, Yoav
the Tomcat examples run? Yoav Shapira Millennium Research Informatics -Original Message- From: John Najarian [mailto:[EMAIL PROTECTED] Sent: Friday, September 03, 2004 1:20 PM To: 'Tomcat Users List' Subject: RE: Newbie help w/ORielly examples Recomiliing didn't help. Has anyone got any

RE: Newbie help w/ORielly examples

2004-09-03 Thread John Najarian
I don't know if the Tomcat examples run. That's what I'm trying. Other JPSs Servelts do run on this tomcat installation. -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Friday, September 03, 2004 10:25 AM To: Tomcat Users List Subject: RE: Newbie help w/ORielly

RE: Newbie help w/ORielly examples

2004-09-03 Thread Shapira, Yoav
Hi, Are you trying the Tomcat examples or the O'Reilly ones? Yoav Shapira Millennium Research Informatics -Original Message- From: John Najarian [mailto:[EMAIL PROTECTED] Sent: Friday, September 03, 2004 1:55 PM To: 'Tomcat Users List' Subject: RE: Newbie help w/ORielly examples I

RE: Newbie help w/ORielly examples

2004-09-03 Thread Williams, Mark L CIV NSWC-PC
PROTECTED] Sent: Friday, September 03, 2004 12:57 To: Tomcat Users List Subject: RE: Newbie help w/ORielly examples Hi, Are you trying the Tomcat examples or the O'Reilly ones? Yoav Shapira Millennium Research Informatics -Original Message- From: John Najarian [mailto:[EMAIL PROTECTED] Sent

RE: Newbie help w/ORielly examples

2004-09-03 Thread John Najarian
Yes, the entire directory. I think I'll uninstall 5.19 and install 5.27 -Original Message- From: Williams, Mark L CIV NSWC-PC [mailto:[EMAIL PROTECTED] Sent: Friday, September 03, 2004 11:01 AM To: Tomcat Users List Subject: RE: Newbie help w/ORielly examples FWIW, the O'Reilly

RE: Newbie help w/ORielly examples

2004-09-03 Thread John Najarian
OReilly -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Friday, September 03, 2004 10:57 AM To: Tomcat Users List Subject: RE: Newbie help w/ORielly examples Hi, Are you trying the Tomcat examples or the O'Reilly ones? Yoav Shapira Millennium Research

RE: Newbie help w/ORielly examples

2004-09-03 Thread Ernesto Echeverría
: Viernes, 03 de Septiembre de 2004 12:16 p.m. To: 'Tomcat Users List' Subject: [tomcat] RE: Newbie help w/ORielly examples Yes, the entire directory. I think I'll uninstall 5.19 and install 5.27 -Original Message- From: Williams, Mark L CIV NSWC-PC [mailto:[EMAIL PROTECTED] Sent: Friday

RE: Newbie help w/ORielly examples

2004-09-03 Thread John Najarian
, 2004 10:25 AM To: Tomcat Users List Subject: RE: Newbie help w/ORielly examples Hi, It's not accurate to say that 500-class HTTP responses are usually application code bugs. Server misconfiguration is at least as common a cause for these responses. The stack trace and error information posted

RE: Newbie help w/ORielly examples

2004-09-03 Thread John Najarian
Yes -Original Message- From: Ernesto Echeverría [mailto:[EMAIL PROTECTED] Sent: Friday, September 03, 2004 11:47 AM To: 'Tomcat Users List' Subject: RE: Newbie help w/ORielly examples What book is that? Java Server Pages 3rd Edition? Have you tried the JSP samples from the tomcat

tomcat urgent help

2004-09-02 Thread Mandar Shirgaokar
request:R( /) msg:null I have installed tomcat just now and when i went on to http://localhost:8080,i got this error please, anyone help me in this error thanks, Sincerely, Mandar Shirgaokar - Do you Yahoo!? Y! Messenger - Communicate

Re: tomcat urgent help

2004-09-02 Thread gerardo
-09-02 13:12:49 - ContextManager: Assertion failed: container==null (no Defa ult Context?) 2004-09-02 13:12:49 - Ctx() : Status code:404 request:R( /) msg:null I have installed tomcat just now and when i went on to http://localhost:8080,i got this error please, anyone help me in this error

Re: tomcat urgent help

2004-09-02 Thread Mandar Shirgaokar
(no Defa ult Context?) 2004-09-02 13:12:49 - Ctx() : Status code:404 request:R( /) msg:null I have installed tomcat just now and when i went on to http://localhost:8080,i got this error please, anyone help me in this error thanks, Sincerely, Mandar Shirgaokar

Newbie help w/ORielly examples

2004-09-02 Thread John Najarian
I've tried installing the examples from the 'Java Server Pages' book to no avail. I expanded the jspbook3.zip file and copied the 'ora/' directory to the 'tomcat/webapps' directory. I restarted the tomcat service. When I try to access the apps by typing 'http://localhost:8080/ora/' into a

Re: Newbie help w/ORielly examples

2004-09-02 Thread John Villar
enable autodeploy on the admin app (i.e. localhost:8080/admin). Make sure you have a user configured to access the admin app in your conf/server.xml file John Najarian escribió: I've tried installing the examples from the 'Java Server Pages' book to no avail. I expanded the jspbook3.zip file

RE: Newbie help w/ORielly examples

2004-09-02 Thread John Najarian
Thanks John, the autodeploy was already set to 'True'. I've got a few apps working this one just doesn't. -Original Message- From: John Villar [mailto:[EMAIL PROTECTED] Sent: Thursday, September 02, 2004 1:44 PM To: Tomcat Users List Subject: Re: Newbie help w/ORielly examples enable

Re: Newbie help w/ORielly examples

2004-09-02 Thread John Villar
PROTECTED] Sent: Thursday, September 02, 2004 1:44 PM To: Tomcat Users List Subject: Re: Newbie help w/ORielly examples enable autodeploy on the admin app (i.e. localhost:8080/admin). Make sure you have a user configured to access the admin app in your conf/server.xml file John Najarian

RE: Newbie help w/ORielly examples

2004-09-02 Thread John Najarian
debug) that prevented it from fulfilling this request. _ Apache Tomcat/5.0.19 -Original Message- From: John Villar [mailto:[EMAIL PROTECTED] Sent: Thursday, September 02, 2004 2:25 PM To: Tomcat Users List Subject: Re: Newbie help w/ORielly examples Then manually deploy

Re: Newbie help w/ORielly examples

2004-09-02 Thread John Villar
: John Villar [mailto:[EMAIL PROTECTED] Sent: Thursday, September 02, 2004 2:25 PM To: Tomcat Users List Subject: Re: Newbie help w/ORielly examples Then manually deploy it the admin app has a facility to deploy a context that should do the trick John Najarian escribió: Thanks John

RE: Newbie help w/ORielly examples

2004-09-02 Thread John Najarian
I've restarted a few times. I'll see if I can recompile these. -Original Message- From: John Villar [mailto:[EMAIL PROTECTED] Sent: Thursday, September 02, 2004 2:40 PM To: Tomcat Users List Subject: Re: Newbie help w/ORielly examples Usually HTTP 500 codes are bugs in the code i

RE: [tomcat] RE: Newbie help w/ORielly examples

2004-09-02 Thread Ernesto Echeverría
: [tomcat] RE: Newbie help w/ORielly examples I've restarted a few times. I'll see if I can recompile these. -Original Message- From: John Villar [mailto:[EMAIL PROTECTED] Sent: Thursday, September 02, 2004 2:40 PM To: Tomcat Users List Subject: Re: Newbie help w/ORielly examples Usually HTTP

Re: tomcat urgent help

2004-09-02 Thread Bill Barker
(no Defa ult Context?) 2004-09-02 13:12:49 - Ctx() : Status code:404 request:R( /) msg:null I have installed tomcat just now and when i went on to http://localhost:8080,i got this error please, anyone help me in this error thanks, Sincerely, Mandar Shirgaokar

Re: Help, URI mapping problem with JK2

2004-09-01 Thread gerardo
I'm sure it must me something else but, what permissions does the directory '4walls' have? And the rest of the path as well? Because your url seems to stop working from there on. Might be worth a look. Gerardo I am running Apache 2.0.50, mod_Jk2 and Tomcat 4.1.30. In my workers2.properties

Re: Help, URI mapping problem with JK2

2004-09-01 Thread John Gentilin
Gerardo, Thank you for the reply. With some trial and error testing, I found that the %2f, an escaped /, was causing the problem. It is fairly easy to test, just append a %2f to ANY url mapped using mod_jk2. I would expect the %2f to either have no effect or a 500 error message from Tomcat, but

Help, URI mapping problem with JK2

2004-08-31 Thread John Gentilin
I am running Apache 2.0.50, mod_Jk2 and Tomcat 4.1.30. In my workers2.properties I have the mapping [uri:/WebClassifieds/*] group=lb where this URL works http://4wallsinde.rapidxsl.com/WebClassifieds/web/cmd/ and this one too

RE: Please help with jk2/tomcat5

2004-08-27 Thread Cox, Charlie
PROTECTED] Subject: Please help with jk2/tomcat5 Hello list members, Running Linux Fedora core2, apache2, tomcat5, jk2 In my workers2.properties file, I have the following lines: [channel.socket:tomcat_server:8033] host=hostation.com port=8033 debug=0 [ajp13:tomcat_server:8033

RE: Please help with jk2/tomcat5

2004-08-27 Thread webmaster
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, August 26, 2004 8:41 PM To: [EMAIL PROTECTED] Subject: Please help with jk2/tomcat5 Hello list members, Running Linux Fedora core2, apache2, tomcat5, jk2 In my workers2

RE: Please help with jk2/tomcat5

2004-08-27 Thread Cox, Charlie
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, August 27, 2004 12:32 PM To: 'Tomcat Users List' Subject: RE: Please help with jk2/tomcat5 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, August

Re: to Jacob Kjome - Re: help to resolve a problem with XSLT generation

2004-08-27 Thread Jacob Kjome
) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) nota La traza completa de la causa de este error se encuentra en los archivos de diario de Apache Tomcat/5.0.27. Apache Tomcat/5.0.27 Thank you very much for any help

Please help with jk2/tomcat5

2004-08-26 Thread webmaster
Hello list members, Running Linux Fedora core2, apache2, tomcat5, jk2 In my workers2.properties file, I have the following lines: [channel.socket:tomcat_server:8033] host=hostation.com port=8033 debug=0 [ajp13:tomcat_server:8033] channel=channel.socket:tomcat_server:8033 debug=0

help to resolve a problem with XSLT generation

2004-08-26 Thread Eugene
. Apache Tomcat/5.0.27 Thank you very much for any help!!! -- Best regards to all, Eugene mailto:[EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: help to resolve a problem with XSLT generation

2004-08-26 Thread Jacob Kjome
Apache Tomcat/5.0.27. Apache Tomcat/5.0.27 Thank you very much for any help!!! -- Best regards to all, Eugene mailto:[EMAIL PROTECTED

to Jacob Kjome - Re: help to resolve a problem with XSLT generation

2004-08-26 Thread Eugene
archivos de diario de Apache Tomcat/5.0.27. Apache Tomcat/5.0.27 Thank you very much for any help!!! -- Best regards to all, Eugene mailto:[EMAIL PROTECTED

ot: dallas help wanted

2004-08-24 Thread Vic
Please e-mail me if you know someone available. .V - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: dallas help wanted

2004-08-24 Thread Wilson, Allen
What help do you need..i am in dallas -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Vic Sent: Tuesday, August 24, 2004 10:34 AM To: [EMAIL PROTECTED] Subject: ot: dallas help wanted Please e-mail me if you know someone available. .V

Re: dallas help wanted

2004-08-24 Thread Filip Hanik - Dev
so am I :) Filip - Original Message - From: Wilson, Allen [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, August 24, 2004 10:40 AM Subject: RE: dallas help wanted What help do you need..i am in dallas -Original Message- From: news [mailto:[EMAIL

RE: Help with a real ugly one

2004-08-22 Thread Brad McEvoy
If you havent already done it, next time it goes crazy try to get a stack trace of all threads with kill -QUIT. -Original Message- From: John Villar [mailto:[EMAIL PROTECTED] Sent: Saturday, 21 August 2004 12:16 AM To: Tomcat Users List Subject: Re: Help with a real ugly one how

Help with a real ugly one

2004-08-20 Thread Randy Paries
Hello all, I have this problem that I am looking for any kind of help I am not sure what is causing it, I just know how It shows itself A couple of logistical things RH9 jakarta-tomcat-5.0.24 Apache 2 So here is the problem. Every once in a while, my httpd and java(tomcat) process go thru

Re: Help with a real ugly one

2004-08-20 Thread John Villar
*could* be an attack (unlikely, but could be) Randy Paries escribió: Hello all, I have this problem that I am looking for any kind of help I am not sure what is causing it, I just know how It shows itself A couple of logistical things RH9 jakarta-tomcat-5.0.24 Apache 2 So here is the problem

RE: Help with a real ugly one

2004-08-20 Thread Randy Paries
looking for any kind of help I am not sure what is causing it, I just know how It shows itself A couple of logistical things RH9 jakarta-tomcat-5.0.24 Apache 2 So here is the problem. Every once in a while, my httpd and java(tomcat) process go thru the roof until I run out of threads or max out

Re: Help with a real ugly one

2004-08-20 Thread John Villar
Also, check the connection time out, maybe you have lots of connections lingering on your server. Do you JNDI connection time out or connector timeout? Every connection timeout counts specially the TCP connection timeout someone recently posted a problem having lots of

RE: Help with a real ugly one

2004-08-20 Thread John Villar
Subject wrong... sorry another fact that really matters is your hardware specially if what you say about you traffic is true. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Help with JVMStat or JProbe

2004-08-16 Thread B Poisson
I'm running Tomcat 5.0.27 as a service on Windows 2000 Server sp4. Neither JVMStat nor JProbe can analyze the JVM for Tomcat5, neither of them recognize the Tomcat5 process as java-related. If I run from catalina.bat, I can use either one just fine, but I suspect I am having problems with the

RE: Help with JVMStat or JProbe

2004-08-16 Thread Dale, Matt
:[EMAIL PROTECTED] Sent: 16 August 2004 13:55 To: [EMAIL PROTECTED] Subject: Help with JVMStat or JProbe I'm running Tomcat 5.0.27 as a service on Windows 2000 Server sp4. Neither JVMStat nor JProbe can analyze the JVM for Tomcat5, neither of them recognize the Tomcat5 process as java-related. If I

new to list - need help

2004-08-16 Thread Anand A Rao
hi , I am a new member to the list. I am trying to setup an Apache 2 - Tomcat 5 setup on my linux server and have ended in some issues. Currently I can run jsps and servlets directly from tomcat but not through apache. I have tried to follow some guides from the internet on using unix sockets

Re: new to list - need help

2004-08-16 Thread Anand A Rao
I get below errors on any jsp request. thanks -Anand [Mon Aug 16 11:23:13 2004] [notice] Apache/2.0.49 (Unix) mod_jk2/2.0.4 configured -- resuming normal operations [Mon Aug 16 11:23:13 2004] [error] ajp13.init(): No channel /usr/local/jakarta-tomcat-5.0.25/work/jk2.socket [Mon Aug 16

RE: new to list - need help

2004-08-16 Thread Dale, Matt
Try this, its one of the best around http://www.connecties.com/cymulacrum/tomcat5/book1.html Ta Matt -Original Message- From: Anand A Rao [mailto:[EMAIL PROTECTED] Sent: 16 August 2004 17:47 To: Tomcat Users List Subject: new to list - need help hi , I am a new member to the list. I

Re: Help with JVMStat or JProbe

2004-08-16 Thread Robert Bateman
in as and all will work then. -Original Message- From: B Poisson [mailto:[EMAIL PROTECTED] Sent: 16 August 2004 13:55 To: [EMAIL PROTECTED] Subject: Help with JVMStat or JProbe I'm running Tomcat 5.0.27 as a service on Windows 2000 Server sp4. Neither JVMStat nor JProbe can

RE: Help with JVMStat or JProbe

2004-08-16 Thread Dale, Matt
This sounds odd, i have no trouble on linux. It should be called Bootstrap. -Original Message- From: Robert Bateman [mailto:[EMAIL PROTECTED] Sent: 16 August 2004 18:55 To: Tomcat Users List Subject: Re: Help with JVMStat or JProbe I'm having the same problem on Linux. My practice TC

Re: Help with JVMStat or JProbe

2004-08-16 Thread Robert Bateman
- From: Robert Bateman [mailto:[EMAIL PROTECTED] Sent: 16 August 2004 18:55 To: Tomcat Users List Subject: Re: Help with JVMStat or JProbe I'm having the same problem on Linux. My practice TC instance is started as part of the system startup with user root and group root. If I log

RE: Help with JVMStat or JProbe

2004-08-16 Thread Nandish Rudra
Are you guys running tomcat through jprobe.? NR -Original Message- From: Dale, Matt [mailto:[EMAIL PROTECTED] Sent: Monday, August 16, 2004 2:14 PM To: Tomcat Users List Subject: RE: Help with JVMStat or JProbe This sounds odd, i have no trouble on linux. It should be called

RE: Help with JVMStat or JProbe

2004-08-16 Thread Dale, Matt
shouldnt be able to just run visualgc with that process id. -Original Message- From: Robert Bateman [mailto:[EMAIL PROTECTED] Sent: 16 August 2004 19:37 To: Tomcat Users List Subject: Re: Help with JVMStat or JProbe That was my thought too. I wonder... I'm using an early 1.4.1 JVM (maybe 02

<    3   4   5   6   7   8   9   10   11   12   >