Re: Help with JVMStat or JProbe

2004-08-16 Thread Robert Bateman
On Monday 16 August 2004 02:34 pm, Nandish Rudra wrote: Are you guys running tomcat through jprobe.? No. Trying to use jvmstat and Jprobe to see the TC instance that is already running. Bob - To unsubscribe, e-mail: [EMAIL

RE: Help with JVMStat or JProbe

2004-08-16 Thread Dale, Matt
We have done on solaris but I wasnt involved much at that point. -Original Message- From: Nandish Rudra [mailto:[EMAIL PROTECTED] Sent: 16 August 2004 19:34 To: 'Tomcat Users List' Subject: RE: Help with JVMStat or JProbe Are you guys running tomcat through jprobe.? NR

RE: Help with JVMStat or JProbe

2004-08-16 Thread Nandish Rudra
OK, in that case you need to run tomcat through the JProbe. NR -Original Message- From: Robert Bateman [mailto:[EMAIL PROTECTED] Sent: Monday, August 16, 2004 2:44 PM To: Tomcat Users List Subject: Re: Help with JVMStat or JProbe On Monday 16 August 2004 02:34 pm, Nandish Rudra wrote

RE: [tomcat] Re: new to list - need help

2004-08-16 Thread Ernesto Echeverría
de 2004 10:50 a.m. To: Tomcat Users List Subject: [tomcat] Re: new to list - need help 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

Re: Help Database Pooling in Linux

2004-08-15 Thread tim
. The direct link works but the connection pool doesn't, failing on a Null point exception error. Under windows both work equally well. , it is really not clear to me why they are failing. Any help gratefully received. Tim Tim Barrett Education Technology Consultants Tim Barrett

RE: [tomcat] Help with mod_jk2 and security on Win 2003

2004-08-14 Thread Ernesto Echeverría
. (503)8859011 -Original Message- From: Eugene [mailto:[EMAIL PROTECTED] Sent: Viernes, 13 de Agosto de 2004 09:47 p.m. To: Tomcat Users List Subject: [tomcat] Help with mod_jk2 and security on Win 2003 Hi to all! First of all - thank you for this list! It helps to individuals like I am

Re[2]: [tomcat] Help with mod_jk2 and security on Win 2003

2004-08-14 Thread Eugene
Echeverría [EMAIL PROTECTED] Tel. (503)8859011 -Original Message- From: Eugene [mailto:[EMAIL PROTECTED] Sent: Viernes, 13 de Agosto de 2004 09:47 p.m. To: Tomcat Users List Subject: [tomcat] Help with mod_jk2 and security on Win 2003 Hi to all! First of all - thank you

RE: Re[2]: [tomcat] Help with mod_jk2 and security on Win 2003

2004-08-14 Thread Ernesto Echeverría
- From: Eugene [mailto:[EMAIL PROTECTED] Sent: Sábado, 14 de Agosto de 2004 03:53 p.m. To: Tomcat Users List Subject: Re[2]: [tomcat] Help with mod_jk2 and security on Win 2003 Thank you for reply! Yes its working on 8080, and its working if I am running just Tomcat without Apache, I am deploying

Re[4]: [tomcat] Help with mod_jk2 and security on Win 2003

2004-08-14 Thread Eugene
Thank you for help. The location of my servlet is this: C:\wpub\apache\www\myapp-folder\WEB-INF\classes\MyApp.class. Weird thing - today I've tried to configure the same app at my home computer... And all works! With mod_jk or mod_jk2. BTW, mod_jk 1.2 its mod_jk (sorry:)) Anyway, I've put my old

Help with mod_jk2 and security on Win 2003

2004-08-13 Thread Eugene
it with standard jsp-examples - all works, but when I am trying to open the same page which works with mod_jk 1.2 with applet tag - it returns error with mod_jk 2. The error log of Apache sais the same thing - applet not found. What am I doing wrong??? Help me please to figure it out. My apps directory

Tomcat or DB Connection is not working please help

2004-08-12 Thread Rajesh
will problem arise.Whether it's in Database Pooling or Tomcat related problems. Tomcat Status Following is the server status pls anybody help me Server Status Manager List Applications HTML Manager Help Manager Help

Please help me

2004-08-12 Thread Rajesh
This is Rajesh. I am working on webApplication project.The project Environment is in Struts1.1 Framework with jdk1.4.2_01,WebServer as Tomcat5 on O.S Linux connecting back-end Mysql. I am trouble shooting a problem. I have properly closed each and every connection whenever I open a

Re: Please help me

2004-08-12 Thread David Smith
I'm guessing the snippet below is from your struts-config.xml file. I tried to make that work and couldn't even on a straight forward textbook example. It was much easier to define the datasource in the [context].xml file in conf/Catalina/localhost, use the DBCP db pool, and then write my

Re: Tomcat or DB Connection is not working please help

2004-08-12 Thread QM
On Thu, Aug 12, 2004 at 04:36:22PM +0530, Rajesh wrote: : MAIN PROBLEM STATEMENT IS : On the next day my LOGIN page can't be accessed and mainly my DB too : can't be accessed. : So I want to know where will problem arise.Whether it's in Database : Pooling or Tomcat related problems. What's the

Help Database Pooling in Linux

2004-08-12 Thread tim
Hi I am experiencing a bit of a tricky problem. I have an application developed under windows. The application talks to a MySQL database using connection pooling. The application works great hosted on Tomcat under Windows, but when it is placed on Linux the application cannot establish a

Re: Help Database Pooling in Linux

2004-08-12 Thread QM
On Fri, Aug 13, 2004 at 01:04:38AM +0100, [EMAIL PROTECTED] wrote: : I have checked that the database can be reached from the Linux server and : it can, and I can connect to the database if I use a direct JSP database : call. But the application will not establish a connection either to a local

Re: Help Database Pooling in Linux

2004-08-12 Thread Isen,Ciji
yup. what is the error message that you are getting? Please paste/attach them. The ones that you get on screen as well as any that are getting logged in the log files. Gig 'em QM wrote: On Fri, Aug 13, 2004 at 01:04:38AM +0100, [EMAIL PROTECTED] wrote: : I have checked that the database can be

RE: Help, why is my servlet calling init twice?

2004-08-11 Thread Shapira, Yoav
Subject: Re: Help, why is my servlet calling init twice? On Tue, Aug 10, 2004 at 05:16:24PM -0500, Randy Paries wrote: : If I remove the load-on-startup tag from the web.xml, then the first time : I call the servlet the init gets only called once What's your evidence that init() is being called twice

Help with mod_jk2 and security on Win 2003

2004-08-11 Thread Eugene
it with standard jsp-examples - all works, but when I am trying to open the same page which works with mod_jk 1.2 with applet tag - it returns error with mod_jk 2. The error log of Apache sais the same thing - applet not found. What am I doing wrong??? Help me please to figure it out. My apps directory

Help, why is my servlet calling init twice?

2004-08-10 Thread Randy Paries
Hello, I am hoping someone can shed some light on this I am using Tomcat jakarta-tomcat-5.0.24 on RH9 When I have load-on-startup1/load-on-startup set in my web.xml My init in the servlet that I have this set for gets called twice. It is so bizarre. But, in my devel env it does not (XP,

RE: Help, why is my servlet calling init twice?

2004-08-10 Thread Benjamin Armintor
: [EMAIL PROTECTED] -Original Message- From: Randy Paries [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 10, 2004 5:16 PM To: 'Tomcat Users List' Subject: Help, why is my servlet calling init twice? Hello, I am hoping someone can shed some light on this I am using Tomcat jakarta

Re: Help, why is my servlet calling init twice?

2004-08-10 Thread QM
On Tue, Aug 10, 2004 at 05:16:24PM -0500, Randy Paries wrote: : If I remove the load-on-startup tag from the web.xml, then the first time : I call the servlet the init gets only called once What's your evidence that init() is being called twice? I'm after log messages, etc. Are you sure the

FW: Help!! -uncaught CharConversionException ?

2004-08-04 Thread Yoav Niderman
Hiya All, We have some standard JSP page that gets some parameters URLEncoded the usual way, (using GET) Once you take the URL and add the percent % character at the end of the URL (just after a parameter) - the entire page crashes throwing java.io.CharConversionException We tried

RE: Help!! -uncaught CharConversionException ?

2004-08-04 Thread Shapira, Yoav
Research Informatics -Original Message- From: Yoav Niderman [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 04, 2004 4:10 AM To: [EMAIL PROTECTED] Subject: FW: Help!! -uncaught CharConversionException ? Hiya All, We have some standard JSP page that gets some parameters URLEncoded

Undelpoying Web App - help please

2004-08-04 Thread Bussie, Andre D
Once you undeploy a web app from Tomcat 5.0.19 admin screen where does the folder goes. I accidentally hit the undelpoy button Is there any way to retrieve the folder?

RE: Undelpoying Web App - help please

2004-08-04 Thread Dale, Matt
I think it gets deleted completely. -Original Message- From: Bussie, Andre D [mailto:[EMAIL PROTECTED] Sent: 04 August 2004 15:30 To: [EMAIL PROTECTED] Subject: Undelpoying Web App - help please Once you undeploy a web app from Tomcat 5.0.19 admin screen where does the folder goes. I

RE: SSL Problem need Help!

2004-07-30 Thread Stephan Kühn
What do you mean exactly??? Can you give me a sample server.xml for this ? -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Bill Barker Sent: Freitag, 30. Juli 2004 05:45 To: [EMAIL PROTECTED] Subject: Re: SSL Problem need Help! Edit the file by hand, and get rid

SSL Problem need Help!

2004-07-29 Thread Stephan Kühn
Hallo, i new with Tomcat and i use Tomcat 5.16 with j2re1.4.2_03 on Windows. So i whnat to configure a server base ssl auth. So i create my cert with xca my own ca and a serfver cert in pkcs12 format. So when i try to setup https with webgui after restart the apache/tomcat service, the

RE: SSL Problem need Help!

2004-07-29 Thread Stephan Kühn
Need still help!! -Original Message- From: Stephan Kühn [mailto:[EMAIL PROTECTED] Sent: Donnerstag, 29. Juli 2004 11:32 To: Tomcat Users List Subject: SSL Problem need Help! Hallo, i new with Tomcat and i use Tomcat 5.16 with j2re1.4.2_03 on Windows. So i whnat to configure

AW: SSL Problem need Help!

2004-07-29 Thread Gunnar Pörschke
What is about your log files? Do you have any logged information about that? -Ursprüngliche Nachricht- Von: Stephan Kühn [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 29. Juli 2004 12:04 An: Tomcat Users List Betreff: RE: SSL Problem need Help! Need still help!! -Original

RE: SSL Problem need Help!

2004-07-29 Thread Stephan Kühn
Which log file should i show ?? -Original Message- From: Gunnar Pörschke [mailto:[EMAIL PROTECTED] Sent: Donnerstag, 29. Juli 2004 12:46 To: 'Tomcat Users List' Subject: AW: SSL Problem need Help! What is about your log files? Do you have any logged information about

RE: [5.0.27] change to setContentType() causing problem in UTF-8 servlet, plz help

2004-07-29 Thread Shapira, Yoav
: Wednesday, July 28, 2004 9:12 PM To: 'Tomcat Users List' Subject: [5.0.27] change to setContentType() causing problem in UTF-8 servlet, plz help Hi all, I have a servlet that gets a bunch of data from the DB and returns in the form of XML, in UTF-8. This has been working with all the 5x versions until

Re: SSL Problem need Help!

2004-07-29 Thread Bill Barker
Edit the file by hand, and get rid of the 'keypass' attribute. There is a bunch of other stuff you could clean up, but it's mostly aliases of the same attribute over and over. Stephan Kühn [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hallo, i new with Tomcat and i use Tomcat 5.16

RE: jasper exception in jsp -- please help..

2004-07-28 Thread Shilpa Nalgonda
org.apache.jasper.JasperException: /BillingInfo.jsp(1,16) quote symbol expected I am getting the above error, i am using struts tags in my BillingInfo.jsp. Below is my BillingInfo.jsp... %@ page contentType=text/html;charset=UTF-8 language=java % %@ taglib uri=/WEB-INF/struts-html.tld

Re: jasper exception in jsp -- please help..

2004-07-28 Thread David Smith
Hmm the jsp appears to be alright. What's in your application.properties file for properties used in the html:errors/ tag? Shilpa Nalgonda wrote: org.apache.jasper.JasperException: /BillingInfo.jsp(1,16) quote symbol expected I am getting the above error, i am using struts tags in my

RE: jasper exception in jsp -- please help..

2004-07-28 Thread Shilpa Nalgonda
Subject: Re: jasper exception in jsp -- please help.. Hmm the jsp appears to be alright. What's in your application.properties file for properties used in the html:errors/ tag? Shilpa Nalgonda wrote: org.apache.jasper.JasperException: /BillingInfo.jsp(1,16) quote symbol expected I am getting

Re: jasper exception in jsp -- please help..

2004-07-28 Thread David Smith
=== -Original Message- From: David Smith [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 28, 2004 10:02 AM To: Tomcat Users List Subject: Re: jasper exception in jsp -- please help.. Hmm the jsp appears to be alright. What's in your

RE: jasper exception in jsp -- please help..

2004-07-28 Thread Shilpa Nalgonda
yeah, that helped just by adding closing html and missing tr tags...thanks for ur help. -Original Message- From: David Smith [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 28, 2004 10:33 AM To: Tomcat Users List Subject: Re: jasper exception in jsp -- please help.. Well... worth a shot

Re: jasper exception in jsp -- please help..

2004-07-28 Thread David Smith
Cool. I would never have suspected missing tags to cause that error. Glad to help. --David Shilpa Nalgonda wrote: yeah, that helped just by adding closing html and missing tr tags...thanks for ur help. -Original Message- From: David Smith [mailto:[EMAIL PROTECTED] Sent: Wednesday, July

getting Naming exception with struts...please help...

2004-07-28 Thread Shilpa Nalgonda
connection object. But now i am using struts and BillingInfoAction classe's execute method calls my DAOFactory class to retrieve connection . Why is it different if i use Struts, why can't the context be bound to my database? please help

RE: jasper exception in jsp -- please help..

2004-07-28 Thread Sternbergh, Cornell
. -Original Message- From: David Smith [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 28, 2004 10:57 To: Tomcat Users List Subject: Re: jasper exception in jsp -- please help.. Cool. I would never have suspected missing tags to cause that error. Glad to help. --David Shilpa

RE: getting Naming exception with struts...please help...

2004-07-28 Thread Shilpa Nalgonda
Can someone please help on this error... -Original Message- From: Shilpa Nalgonda [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 28, 2004 11:03 AM To: Tomcat Users List Subject: getting Naming exception with struts...please help... I am using struts in my web application, My

DataSource -- help please

2004-07-28 Thread Bussie, Andre D
/ /Engine /Service /Server I connected to the database earlier via Jakarta Struts datasource so I know the url settings are correct. What is causing this? Someone help please.

struts problem..action forward not working...please help...

2004-07-28 Thread Shilpa Nalgonda
in jsp -- please help.. Well... worth a shot. This appears to be the stock, standard application.properties file. Got me. I even ran this snippet through an XML validator and other than missing tr.../tr around the row for lastname and a missing /html ending tag, everything is good. Maybe check

Re: struts problem..action forward not working...please help...

2004-07-28 Thread David Liles
: Wednesday, July 28, 2004 10:33 AM To: Tomcat Users List Subject: Re: jasper exception in jsp -- please help.. Well... worth a shot. This appears to be the stock, standard application.properties file. Got me. I even ran this snippet through an XML validator and other than missing tr.../tr around

[5.0.27] change to setContentType() causing problem in UTF-8 servlet, plz help

2004-07-28 Thread Rick
setContentType. So I do not understand how to set the charset at this point. I assume there is some kind of workaround that I haven't seen. Any help would be greatly appreciated. Thanks in advance, Rick

Re: DataSource -- help please

2004-07-28 Thread Koon Yue Lam
would become: jdbc:HypersonicSQL:testDB hope this help Regards - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Tomcat Datasource -- please help..

2004-07-27 Thread Shilpa Nalgonda
I have defined the resource in web.xml as below... and also defined the datasouce resources under context in server.xml... even then it does not help.. I get the same error org.apache.jasper.JasperException: Name prototypedb is not bound in this Context Web.xml

Re: Tomcat Datasource -- please help..

2004-07-27 Thread Ruth, Brice
/prototypedb, in your particular case. Respectfully, Brice Ruth Shilpa Nalgonda wrote: I have defined the resource in web.xml as below... and also defined the datasouce resources under context in server.xml... even then it does not help.. I get the same error org.apache.jasper.JasperException: Name

RE: Tomcat Datasource -- please help..

2004-07-27 Thread Shilpa Nalgonda
); conn = ds.getConnection(); -Original Message- From: Ruth, Brice [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 27, 2004 11:07 AM To: Tomcat Users List Subject: Re: Tomcat Datasource -- please help.. I believe if you're defining your DataSource in the Context directly

Re: Tomcat Datasource -- please help..

2004-07-27 Thread Ruth, Brice
(jdbc/prototypedb); conn = ds.getConnection(); -Original Message- From: Ruth, Brice [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 27, 2004 11:07 AM To: Tomcat Users List Subject: Re: Tomcat Datasource -- please help.. I believe if you're defining your DataSource

RE: Tomcat Datasource -- please help..

2004-07-27 Thread Shilpa Nalgonda
Users List Subject: Re: Tomcat Datasource -- please help.. I believe that should work. I'm out of ideas ... it seems strange that the Exception you're getting is complaining about prototypedb not being bound, instead of jdbc not being bound ... usually that comes first. That's the only thing

RE: Tomcat Datasource -- please help..

2004-07-27 Thread Shapira, Yoav
AM To: Tomcat Users List Subject: RE: Tomcat Datasource -- please help.. As you have said i am getting jdbc not bound exception only. But at one point i changed the env lookup to point to prototypedb instead of jdbc/prototypedb.. so thats when i get prototypedb not bound error... Anyway do you

Re: Tomcat Datasource -- please help..

2004-07-27 Thread Ruth, Brice
. which is correct way... -Original Message- From: Ruth, Brice [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 27, 2004 11:29 AM To: Tomcat Users List Subject: Re: Tomcat Datasource -- please help.. I believe that should work. I'm out of ideas ... it seems strange that the Exception you're getting

Re: Tomcat Datasource -- please help..

2004-07-27 Thread David Smith
have defined the resource in web.xml as below... and also defined the datasouce resources under context in server.xml... even then it does not help.. I get the same error org.apache.jasper.JasperException: Name prototypedb is not bound in this Context Web.xml

Re: Re: BASIC authentication not working, PLEASE HELP !

2004-07-26 Thread \ [EMAIL PROTECTED]
will avoid other newbies to be stuck like I was. Merci, Laurent Message du 23/07/04 à 21h36 De : Michele Ouellet [EMAIL PROTECTED] A : Laurent Le Moux [EMAIL PROTECTED] Copie à : Objet : Re: BASIC authentication not working, PLEASE HELP ! Salut Laurent, Did you start tomcat with the -security

Re: Help (Started over again) Making Tomcat work with Apache

2004-07-26 Thread Ruth, Brice
/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] _ Scan and help eliminate destructive viruses from your inbound and outbound e-mail

RE: Need help with Log4j and Tomcat5

2004-07-23 Thread Shapira, Yoav
Pouncil [mailto:[EMAIL PROTECTED] Sent: Thursday, July 22, 2004 5:27 PM To: [EMAIL PROTECTED] Subject: Need help with Log4j and Tomcat5 Hello, What do I have to do to use Log4j in my jsp application which running on Tomcat5? Thanks! tp http://www.imc2.com/imc2Logo.gif tonte pouncil software

RE: Need help with Log4j and Tomcat5

2004-07-23 Thread Tonte Pouncil
Thanks I will try this... I had my log4j.properties in web-inf/config/ instead of web-inf/classes Thanks again. -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Friday, July 23, 2004 7:50 AM To: Tomcat Users List Subject: RE: Need help with Log4j and Tomcat5 Hi

RE: Need help with Log4j and Tomcat5

2004-07-23 Thread Tonte Pouncil
Thanks a lot. I was successful at logging my debug statements. Thanks a bunch! tp -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Friday, July 23, 2004 7:50 AM To: Tomcat Users List Subject: RE: Need help with Log4j and Tomcat5 Hi, Just what's mentioned

RE: Need help with Log4j and Tomcat5

2004-07-23 Thread Bill Harrelson
/debug classpath, in which case it only picks up the first jar and I only get one logger. Has anybody else run into this? Anybody have any idea what to do next? TIA, Bill Send reply to: Tomcat Users List [EMAIL PROTECTED] Subject:RE: Need help with Log4j and Tomcat5 Date

RE: Need help with Log4j and Tomcat5

2004-07-23 Thread Tonte Pouncil
So you have different log4j jar files? If so why, why not just use one? -Original Message- From: Bill Harrelson [mailto:[EMAIL PROTECTED] Sent: Friday, July 23, 2004 9:37 AM To: Tomcat Users List Subject: RE: Need help with Log4j and Tomcat5 This works fine for me under Tomcat

RE: Need help with Log4j and Tomcat5

2004-07-23 Thread Bill Harrelson
find anyone that has been able to help. TIA Bill Send reply to: Tomcat Users List [EMAIL PROTECTED] Subject:RE: Need help with Log4j and Tomcat5 Date sent: Fri, 23 Jul 2004 09:50:28 -0500 From: Tonte Pouncil [EMAIL PROTECTED] To: Tomcat Users

RE: Need help with Log4j and Tomcat5

2004-07-23 Thread Shapira, Yoav
Hi, Eclipse has a unified flat classloader at runtime. That means one log4j.jar. Although Eclipse offers some nice versioning and reloading features in this classloader, those don't help in your scenario. Try the eclipse user mailing lists or forums. Yoav Shapira Millennium Research

Re: Help (Started over again) Making Tomcat work with Apache

2004-07-23 Thread Ruth, Brice
Phillip Blancher wrote: I created a folder in the htdocs directory called WEB-INF which has an web.xml file that has inside of it the following code: ?xml version=1.0 encoding=ISO-8859-1? !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN

Re: Help (Started over again) Making Tomcat work with Apache

2004-07-23 Thread Ruth, Brice
Jrme Duval wrote: I am not sure about this, but your problem seems to be confirming this. I think the JSPs will not be compiled unless they are part of a web application, i.e. you are being asked to save it because it isn't a format your browser recognizes (its not a webpage). In the folder of

Re: Help (Started over again) Making Tomcat work with Apache

2004-07-23 Thread Phillip Blancher
/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] _ Scan and help eliminate destructive viruses from your inbound and outbound e-mail and attachments. http://join.msn.com

hi newbie question----help needed

2004-07-22 Thread Jeyakumaran.C
every thing according to the book. But still it gives The requested resource (/ch03/servlet/com.wrox.projsp.ch03.myfirstwebapp.MyFirstServlet) is not available. what could be the reason. I went through the previous mail and didn't get any help. All the spellings are correct(including cases as I use

Re: hi newbie question----help needed

2004-07-22 Thread Thilo Krawietz
The requested resource (/ch03/servlet/com.wrox.projsp.ch03.myfirstwebapp.MyFirstServlet) is not available. what could be the reason. I went through the previous mail and didn't get any help. All the spellings are correct(including cases as I use Linux) The book stated no need to have web.xml for simple

RE: hi newbie question----help needed

2004-07-22 Thread Shapira, Yoav
Informatics -Original Message- From: Thilo Krawietz [mailto:[EMAIL PROTECTED] Sent: Thursday, July 22, 2004 4:44 AM To: Tomcat Users List Subject: Re: hi newbie questionhelp needed Hi, are sure your tomcat's running at all? You know, that in order to run tomcat on port 80, you have

Re: Help with configuration

2004-07-22 Thread Ruth, Brice
Phillip Blancher wrote: I am having a problem with making TomCat work with an existing installation of Apache 1.3.26. I installed TomCat 4 with the self extraction.exe and followed the instructions on the JohnTurner.com website to install it. I then installed the Mod_jk connector, and

Help (Started over again) Making Tomcat work with Apache

2004-07-22 Thread Phillip Blancher
. Tomcat is probably not started or is listenning on the wrong port. Failed errno = 61 So my question is, given the files below, how do I make them talk? Is it as simple as making them listen to different ports and if so, which ones to have them listening to? Help is muchly appreciated. Phil

BASIC authentication not working, PLEASE HELP !

2004-07-22 Thread \ [EMAIL PROTECTED]
. The server.xml is a copy of the server-minimal.xml one where I added a database ressource. The web.xml is based on $TOMCAT_HOME/server/webapps/manager/WEB-INF/web.xml (i.e. a working example). Can anybody help me, please ?!! Hereafter are the xml files

RE: Help (Started over again) Making Tomcat work with Apache

2004-07-22 Thread Phillip Blancher
/test.jsp I still get prompted to download as opposed to the JSP script being processed. Phil From: Shapira, Yoav [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: Help (Started over again) Making Tomcat work with Apache Date: Thu, 22

Re: Help (Started over again) Making Tomcat work with Apache

2004-07-22 Thread Ruth, Brice
connecting to tomcat. Tomcat is probably not started or is listenning on the wrong port. Failed errno = 61 So my question is, given the files below, how do I make them talk? Is it as simple as making them listen to different ports and if so, which ones to have them listening to? Help is muchly

Re: Help (Started over again) Making Tomcat work with Apache

2004-07-22 Thread Phillip Blancher
To test if your Apache+mod_jk+Tomcat config is working, see if you can get to: http://localhost/manager/html/list If this prompts you for a login, then its working ... as this is the login for Tomcat's manager application. This did work. So, you could enable the ROOT context in server.xml, restart

RE: Help (Started over again) Making Tomcat work with Apache

2004-07-22 Thread Jérôme Duval
Blancher [mailto:[EMAIL PROTECTED] Sent: Thursday, July 22, 2004 12:27 PM To: [EMAIL PROTECTED] Subject: Re: Help (Started over again) Making Tomcat work with Apache To test if your Apache+mod_jk+Tomcat config is working, see if you can get to: http://localhost/manager/html/list If this prompts

RE: Help (Started over again) Making Tomcat work with Apache

2004-07-22 Thread Phillip Blancher
OK changed this. JSP is back to working, however localhost/test.jsp is still coming up prompting me to save it. Is there some kind of a file handler that needs to be placed in httpd.conf for Apache for handling JSP's? Phil You changed the worng thing! The path is what is typed in the Adress

RE: Help (Started over again) Making Tomcat work with Apache

2004-07-22 Thread Jérôme Duval
have to create a WEB-INF folder and it has to contain a valid web.xml file (which can probably be empty aside from the wep-app/web-app tags). -Original Message- From: Phillip Blancher [mailto:[EMAIL PROTECTED] Sent: Thursday, July 22, 2004 1:05 PM To: [EMAIL PROTECTED] Subject: RE: Help

RE: Help (Started over again) Making Tomcat work with Apache

2004-07-22 Thread Phillip Blancher
: Thursday, July 22, 2004 1:05 PM To: [EMAIL PROTECTED] Subject: RE: Help (Started over again) Making Tomcat work with Apache OK changed this. JSP is back to working, however localhost/test.jsp is still coming up prompting me to save it. Is there some kind of a file handler that needs to be placed

Need help with Log4j and Tomcat5

2004-07-22 Thread Tonte Pouncil
Hello, What do I have to do to use Log4j in my jsp application which running on Tomcat5? Thanks! tp http://www.imc2.com/imc2Logo.gif tonte pouncil software developer 214.224.1105 mailto:[EMAIL PROTECTED] [EMAIL PROTECTED] www.imc2.com http://www.imc2.com/ ?xml:namespace prefix = o

Help with configuration

2004-07-21 Thread Phillip Blancher
I am having a problem with making TomCat work with an existing installation of Apache 1.3.26. I installed TomCat 4 with the self extraction.exe and followed the instructions on the JohnTurner.com website to install it. I then installed the Mod_jk connector, and configured the httpd.conf in

Re: TOMCAT OUT OF MEMORY - HELP

2004-07-20 Thread Marco
PROTECTED] Sent: Monday, July 19, 2004 1:07 PM To: Tomcat Users List Subject: TOMCAT OUT OF MEMORY - HELP Hi We installed Tomcat 4.1.27 on our server (windows 2000 advanced server). Tomcat is installed as a Windows service and we setted it to use a maximum memory of 1,5 GB and a start memory

Re: TOMCAT OUT OF MEMORY - HELP

2004-07-20 Thread saugata ghosh
] Sent: Monday, July 19, 2004 1:07 PM To: Tomcat Users List Subject: TOMCAT OUT OF MEMORY - HELP Hi We installed Tomcat 4.1.27 on our server (windows 2000 advanced server). Tomcat is installed as a Windows service and we setted it to use a maximum memory of 1,5 GB and a start

RE: TOMCAT OUT OF MEMORY - HELP

2004-07-20 Thread STOCKHOLM, Raymond
= Runtime.getRuntime().maxMemory(); % TOTAL MEMORY=%= totalMemory % FREE MEMORY =%= freeMemory % MAX MEMORY =%= maxMemory % /BODY /HTML -Message d'origine- De : Marco [mailto:[EMAIL PROTECTED] Envoyé : mardi 20 juillet 2004 08:11 À : Tomcat Users List Objet : Re: TOMCAT OUT OF MEMORY - HELP

Need help on Servlet deployment on Tomcat 4.1.30

2004-07-20 Thread Weimin Ma
Hi! I received the following error when I deployed HelloCS6386.class under the directory below and then try to access it using browser by typing in the address field http://localhost:10034/cs6386/serlvet/HelloCS6386: +-- webapps +-- cs6386 +-- WEB-INF +--

RE: Wildcard virtual hosts help

2004-07-20 Thread Gary Evesson
-Original Message- From: Cott Lang [mailto:[EMAIL PROTECTED] Sent: Monday, July 19, 2004 10:14 PM To: Tomcat Users List Subject: RE: Wildcard virtual hosts help Thanks, Gary. I thought of that as a possibility over the weekend while mulling over Daniel's suggestion, but have

Help on tomcat 5.0 connection pool

2004-07-19 Thread Koon Yue Lam
Hi, I am using Tomcat 5.0 and Stuct 1.1 to develop a web base application and I want to create some prepareStatement and execute it multiple times but since the connection is retrieved from the pool upon request, I may get a number of connections, how can I create a prepareStatement to a specific

RE: Help on tomcat 5.0 connection pool

2004-07-19 Thread Shapira, Yoav
:[EMAIL PROTECTED] Sent: Monday, July 19, 2004 11:42 AM To: Tomcat Users List Subject: Help on tomcat 5.0 connection pool Hi, I am using Tomcat 5.0 and Stuct 1.1 to develop a web base application and I want to create some prepareStatement and execute it multiple times but since the connection

TOMCAT OUT OF MEMORY - HELP

2004-07-19 Thread Marco
, but periodically (and too often) we get an Out of Memory exception. Controlling the Windows processes, we found out that Tomcat uses about 300 MB of memory when it goes in out of memory. Can anyone tell us something more about the memory usage of Tomcat or, more simply, help us ? Thanks in advance.

RE: TOMCAT OUT OF MEMORY - HELP

2004-07-19 Thread Shapira, Yoav
Hi, Search the archives, read the FAQ... Yoav Shapira Millennium Research Informatics -Original Message- From: Marco [mailto:[EMAIL PROTECTED] Sent: Monday, July 19, 2004 1:07 PM To: Tomcat Users List Subject: TOMCAT OUT OF MEMORY - HELP Hi We installed Tomcat 4.1.27 on our server

RE: Wildcard virtual hosts help

2004-07-19 Thread Gary Evesson
-Original Message- From: Cott Lang [mailto:[EMAIL PROTECTED] Sent: Thursday, July 15, 2004 2:11 PM To: Tomcat Users List Subject: Wildcard virtual hosts help I have a specific problem that requires that I map hundreds of thousands (yes, hundreds of thousands) of domain names

Re: Help on tomcat 5.0 connection pool

2004-07-19 Thread Koon Yue Lam
ok, i will have a try, thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Wildcard virtual hosts help

2004-07-19 Thread Cott Lang
Thanks, Gary. I thought of that as a possibility over the weekend while mulling over Daniel's suggestion, but have not had a chance to try it. I appreciate knowing someone else has it working. :) Thanks, Cott I have done this with re-write rules in apache by forcing the domain names into a

Re: Wildcard virtual hosts help

2004-07-16 Thread Ronald Klop
You can use a default host if I remember correct. All hosts which don't have there own mapping will be handled by the default host. Ronald. On Thu Jul 15 22:11:03 CEST 2004 Cott Lang [EMAIL PROTECTED] wrote: I have a specific problem that requires that I map hundreds of thousands (yes, hundreds

Re: Wildcard virtual hosts help

2004-07-16 Thread Daniel J. Obregon
Actually, I am using Apache/mod_jk. How does that help me map domains to particular webapps ? I hope I'm missing something simple. ;) thanks! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Wildcard virtual hosts help

2004-07-16 Thread Cott Lang
write a script to generate and/or maintain a set of virtual hosts Actually, I am using Apache/mod_jk. How does that help me map domains to particular webapps ? I hope I'm missing something simple. ;) thanks

Wildcard virtual hosts help

2004-07-15 Thread Cott Lang
I have a specific problem that requires that I map hundreds of thousands (yes, hundreds of thousands) of domain names to a dozen or so different web-apps based on domain name. I currently use Resin to handle this, but really wish to abandon Resin for Tomcat for a variety of reasons. Uniquely

Re: Wildcard virtual hosts help

2004-07-15 Thread Daniel J. Obregon
Have you considered using apache/mod_jk? If you are mapping thousands of domains to a few webapps, it might be better to use apache. Then, *worst* case you can write a script to generate and/or maintain a set of virtual hosts Just a thought... - Dan Obregon - I have a specific problem

Re: Wildcard virtual hosts help

2004-07-15 Thread Cott Lang
Actually, I am using Apache/mod_jk. How does that help me map domains to particular webapps ? I hope I'm missing something simple. ;) thanks! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

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