Re: Please help me sir

2005-06-27 Thread Jaroslav Záruba
Hello Asit Could it be that you write for Java 1.5 whilst your Tomcat somehow expects Java 1.3? Try this link: http://blog.taragana.com/index.php/archive/how-to-run-javac-15-or-beyond-compiler-for-jsp-compilation-in-tomcat-55-with-generics-enabled-and-other-15-only-features/1/ hope it helps have

RE: Please help with PermGen OutOfMemory error

2005-06-27 Thread Phillip Qin
What is the version of your tomcat? 5.5 supposed to have resolved this issue by flush reflection cache when undeploy your web app. -Original Message- From: Andy Kriger [mailto:[EMAIL PROTECTED] Sent: June 27, 2005 12:12 PM To: tomcat-user@jakarta.apache.org Subject: Please help with

Re: Please help with PermGen OutOfMemory error

2005-06-27 Thread James Black
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Phillip Qin wrote: What is the version of your tomcat? 5.5 supposed to have resolved this issue by flush reflection cache when undeploy your web app. I get this with 5.5.9, using jdk 1.5, under Solaris 8, when I copy my new beehive-based webapp

RE: Please help with PermGen OutOfMemory error

2005-06-27 Thread Phillip Qin
method. Otherwise, you will have to go through your web app carefully to find out if there is any memory leak. -Original Message- From: James Black [mailto:[EMAIL PROTECTED] Sent: June 27, 2005 1:25 PM To: Tomcat Users List Subject: Re: Please help with PermGen OutOfMemory error

Re: Please help with PermGen OutOfMemory error

2005-06-27 Thread James Black
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Phillip Qin wrote: I did see this issue happened with my tomcat 4.1/5.0. After I upgraded to 5.5, I have encountered any outofmemory even after 100 hundreds deployments. Does your web app use struts? You can always clean up resource by adding

Re: Please help with PermGen OutOfMemory error

2005-06-27 Thread Anoop kumar V
As per tools - I think you can use JMeter. It gives u some pretty useful graphs and analysis. -Anoop On 6/27/05, James Black [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Phillip Qin wrote: I did see this issue happened with my tomcat 4.1/5.0. After I upgraded to

Re: Please help me

2004-12-13 Thread VTR Ravi Kumar
I dont think u would have to shut down the server to upload files. The context must be reloadable ie., set the reloadable = true in the context using the admin page VTR BHEL haridwar - Original Message - From: Rajesh [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, December 13,

Re: Please help me

2004-12-13 Thread Rajesh
i tryed but sometimes it gives error when i restart(restarting webapp) it works good or is it possible to display a page for any request to the server or a perticular webapp that site is under maintanance please visit in few minutes is it possible? Rajesh VTR Ravi Kumar wrote: I dont think u

Re: Please help me

2004-12-13 Thread Hari Mailvaganam
You can load balance between the two instances. cheers, Hari Mailvaganam On Mon, 13 Dec 2004 16:29:16 +0530, Rajesh [EMAIL PROTECTED] wrote: i tryed but sometimes it gives error when i restart(restarting webapp) it works good or is it possible to display a page for any request to the

Re: Please Help: Using SSL in servlets

2004-11-21 Thread QM
On Sun, Nov 21, 2004 at 10:31:14AM +0200, Michal Ziv wrote: : when using webservice from command line it works perfectly, but when running : the same code from a servlet, it doesn't find truststore. : in both cases the full path is given, all jars are accessible to code. : can anyone please help?

RE: Please help...

2004-11-12 Thread Benson Margulies
Just run a standalone tomcat. Connecting to Apache is real work and you don't need it. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Please help...

2004-11-12 Thread Randall Svancara
Tomcat is organized differently than Apache. First of all Apache has a document root, where you can put all of your php and html files in. With tomcat, the directory structure is different. If you want to get started with tomcat, I suggest first creating directory under the webapps directory of

RE: Please help...

2004-11-12 Thread Didier McGillis
First get familiar with Tomcat, its very daunting of a task connection apache and tomcat with mod_jk2, but not impossible. Use tomcat standalone, the one guy had a pretty straightforward and easy way of doing it, after you get :8080/test/ working you can move to serving over port 80 with

Re: PLEASE HELP : time outs with sticky session and file store

2004-10-25 Thread pablo
Sorry forgot to add the config files as an attachment . config_file.tar.gz Description: GNU Zip compressed data On Oct 25, 2004, at 1:22 PM, pablo wrote: Hi folks, I am currently running apache 2.0.52 , mod_jk2, solaris 8 tomcat 5.0.28 on my servers . I have two apache serves behind an

Re: Please help: Apache direct Servlet to Tomcat

2004-09-13 Thread Kelly Denehy
On Mon, 13 Sep 2004 11:21:55 -0700, Daxin Zuo [EMAIL PROTECTED] wrote: [snip] For example I have a servlet TestServlet.class (package: myServlet) in [snip] servlet servlet-nameTestServlet/servlet-name servlet-classTestServlet/servlet-class /servlet I might be wrong, but

Re: Please help: Apache direct Servlet to Tomcat

2004-09-13 Thread Kelly Denehy
On Mon, 13 Sep 2004 14:57:31 -0400, Kelly Denehy [EMAIL PROTECTED] wrote: On Mon, 13 Sep 2004 11:21:55 -0700, Daxin Zuo [EMAIL PROTECTED] wrote: [snip] For example I have a servlet TestServlet.class (package: myServlet) in [snip] servlet servlet-nameTestServlet/servlet-name

RE: Please help with jk2/tomcat5

2004-08-27 Thread Cox, Charlie
LocationMatch ^/(?!private) JkUriSet ... /LocationMatch this also works for multiple directories: LocationMatch ^/(?!private|private2|private3) Charlie -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, August 26, 2004 8:41 PM To: [EMAIL

RE: Please help with jk2/tomcat5

2004-08-27 Thread webmaster
instead. Is it possible ? Please show me how and I will be hugely greatful!!! Thanks. Lu -Original Message- From: Cox, Charlie [mailto:[EMAIL PROTECTED] Sent: Friday, August 27, 2004 6:17 AM To: 'Tomcat Users List' Subject: RE: Please help with jk2/tomcat5

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: 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: Please Help! Tomcat 5.0.25

2004-06-30 Thread Aris Javier
tomcat as service? i think that startup.bat is loading something that service don't load? -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 30, 2004 12:54 PM To: Tomcat Users List Subject: RE: Please Help! Tomcat 5.0.25 I'm at a loss at this point

Re: Please Help! Tomcat 5.0.25

2004-06-30 Thread Robert Bateman
This may or may not be totally on topic - apologies if it's not... On Wednesday 30 June 2004 12:16 am, Aris Javier wrote: Still the same error occured after replacing my service.bat with your service.bat... (declares tools.jar inside) =| org.apache.commons.dbcp.SQLNestedException: Cannot

RE: Please Help! Tomcat 5.0.25

2004-06-30 Thread Robert Harper
credentials as the logged in user. Robert S. Harper 801.265.8800 ex. 255 -Original Message- From: Robert Bateman [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 30, 2004 7:39 AM To: Tomcat Users List Subject: Re: Please Help! Tomcat 5.0.25 This may or may not be totally on topic

RE: Please Help! Tomcat 5.0.25

2004-06-30 Thread Aris Javier
: Robert Bateman [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 30, 2004 9:39 PM To: Tomcat Users List Subject: Re: Please Help! Tomcat 5.0.25 This may or may not be totally on topic - apologies if it's not... On Wednesday 30 June 2004 12:16 am, Aris Javier wrote: Still the same error occured

RE: Please Help! Tomcat 5.0.25

2004-06-30 Thread Aris Javier
' Subject: RE: Please Help! Tomcat 5.0.25 When you run a service in WinXX, it does not run with the same rights and settings as the logged in user. If your app needs a mapped drive, then you will have to find a way for your app to map the drive for it's self. This may also be a user rights issue

Re: Please Help!

2004-06-29 Thread Kunthar
Hello, Please give us more detail. Your OS and database to connect to, Send your server.xml and web.xml definitions. Then we can have clear idea... Take care Gokhan Aris Javier wrote: Please Help! This error kept on bugging me everytime i run tomcat5 as service... My environment variables are

RE: Please Help!

2004-06-29 Thread Aris Javier
PROTECTED] Sent: Tuesday, June 29, 2004 3:41 PM To: Tomcat Users List Subject: Re: Please Help! Hello, Please give us more detail. Your OS and database to connect to, Send your server.xml and web.xml definitions. Then we can have clear idea... Take care Gokhan Aris Javier wrote: Please Help

RE: Please Help!

2004-06-29 Thread Jacob Kjome
: Please Help! Hello, Please give us more detail. Your OS and database to connect to, Send your server.xml and web.xml definitions. Then we can have clear idea... Take care Gokhan Aris Javier wrote: Please Help! This error kept on bugging me everytime i run tomcat5

RE: Please Help!

2004-06-29 Thread Aris Javier
Subject: Re: Please Help! Hello, Please give us more detail. Your OS and database to connect to, Send your server.xml and web.xml definitions. Then we can have clear idea... Take care Gokhan Aris Javier wrote: Please Help! This error kept on bugging me everytime i

Re: Please Help! Tomcat 5.0.25

2004-06-29 Thread Jacob Kjome
and running tomcat using startup.bat...??? i need to run my application as a service.. so that it will keep on running eventhough i'm not logged-in... -Original Message- From: Aris Javier Sent: Wednesday, June 30, 2004 8:22 AM To: Tomcat Users List Subject: RE: Please Help! My current tomcat version

RE: Please Help! Tomcat 5.0.25

2004-06-29 Thread Aris Javier
Access 2000? and how to install it...? Thanks! I'll test your updated service.bat and update you of my progress... -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 30, 2004 10:52 AM To: Tomcat Users List Subject: Re: Please Help! Tomcat 5.0.25 At 09:37

RE: Please Help! Tomcat 5.0.25

2004-06-29 Thread Aris Javier
is the proper driver for MS Access 2000? and how to install it...? Thanks! I'll test your updated service.bat and update you of my progress... -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 30, 2004 10:52 AM To: Tomcat Users List Subject: Re: Please Help

RE: Please Help! Tomcat 5.0.25

2004-06-29 Thread Jacob Kjome
: Wednesday, June 30, 2004 11:36 AM To: Tomcat Users List Subject: RE: Please Help! Tomcat 5.0.25 Thanks for the updated service.bat Sir Jake! I'll test it at once... Regarding my database... I'm just using MS Access 2000... I don't know what driver to use or how to install or configure it that's

RE: Please help on my DB pool problem --- I followed the struction on the web

2004-05-03 Thread Daxin Zuo
- From: Eric Noel [mailto:[EMAIL PROTECTED] Sent: Sunday, May 02, 2004 6:43 PM To: Tomcat Users List Subject: Re: Please help on my DB pool problem --- I followed the struction on the web On 5/3/2004 9:31 AM, Daxin Zuo wrote: I thought Microsoft was the best. if thats what you think, i guess you

RE: Please help on my DB pool problem --- I followed the struction on the web

2004-05-02 Thread Daxin Zuo
).getConnection(); now the error occurs at envCtx.lookup. the error is: Cannot create resource instance Thanks. -Original Message- From: Parsons Technical Services [mailto:[EMAIL PROTECTED] Sent: Friday, April 30, 2004 4:42 PM To: Tomcat Users List Subject: Re: Please help on my DB pool problem

Re: Please help on my DB pool problem --- I followed the struction on the web

2004-05-02 Thread Parsons Technical Services
PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Sunday, May 02, 2004 3:07 PM Subject: RE: Please help on my DB pool problem --- I followed the struction on the web Should I put it in tomcat\webapps\ROOT\WEB-INF\web.xml? (my jsp file using Database connection is in ROOT/zuo

RE: Please help on my DB pool problem --- I followed the struction on the web

2004-05-02 Thread Daxin Zuo
res-authContainer/res-auth /resource-ref /web-app Looking forward to more instruction. -Original Message- From: Parsons Technical Services [mailto:[EMAIL PROTECTED] Sent: Sunday, May 02, 2004 4:07 PM To: Tomcat Users List Subject: Re: Please help on my DB pool problem --- I followed

Re: Please help on my DB pool problem --- I followed the struction on the web

2004-05-02 Thread Eric Noel
why not use jtds instead http://jtds.sourceforge.net/ ## download the jtds jar http://heanet.dl.sourceforge.net/sourceforge/jtds/jtds-0.7.1.jar ## place it in your common/lib ## server.xml Resource name=jdbc/DirectSQL auth=Container type=javax.sql.DataSource/ ResourceParams

Re: Please help on my DB pool problem --- I followed the struction on the web

2004-05-02 Thread Parsons Technical Services
. As I am running against MySQL I cannot test it, but will help you get it going. Thanks for the info Eric. Doug - Original Message - From: Eric Noel [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Sunday, May 02, 2004 8:55 PM Subject: Re: Please help on my DB pool problem

RE: Please help on my DB pool problem --- I followed the struction on the web

2004-05-02 Thread Daxin Zuo
privileged=true /context Thanks -Original Message- From: Eric Noel [mailto:[EMAIL PROTECTED] Sent: Sunday, May 02, 2004 5:55 PM To: Tomcat Users List Subject: Re: Please help on my DB pool problem --- I followed the struction on the web why not use jtds instead http://jtds.sourceforge.net

Re: Please help on my DB pool problem --- I followed the struction on the web

2004-05-02 Thread Eric Noel
On 5/3/2004 9:31 AM, Daxin Zuo wrote: I thought Microsoft was the best. if thats what you think, i guess you should stick with dotNet since with that you will have an all microsoft retrofitted program (e.g drivers, components, etc) :-) My jsp file is in tomcat\webapps\ROOT\zuo. In my

Re: Please Help (Tomcat 4.1.30)!

2004-04-23 Thread Qin Ding
I load my application from SunOne Web server to Tomcat (4.1.30). After starting Tomcat, I issued the URL http://localhost:8080/gmemd, I got the first page without all the images. Clicked the login, I got 404 error: requested resources (/servlet/Login) is not available. Here is part of the

RE: Please help with CLASSPATH problem

2004-02-17 Thread Andi Reinbrech
My apologies - RTFM -Original Message- From: Bill Barker [mailto:[EMAIL PROTECTED] Sent: 17 February 2004 03:57 AM To: [EMAIL PROTECTED] Subject: Re: Please help with CLASSPATH problem Andi Reinbrech [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I FINALLY figured this one

RE: Please help with CLASSPATH problem

2004-02-17 Thread Davide Papotti
-Original Message- From: Andi Reinbrech [mailto:[EMAIL PROTECTED] Sent: martedì 17 febbraio 2004 13.29 To: 'Tomcat Users List' Subject: RE: Please help with CLASSPATH problem My apologies - RTFM -Original Message- From: Bill Barker [mailto:[EMAIL PROTECTED] Sent: 17 February

RE: Please help with CLASSPATH problem

2004-02-16 Thread Andi Reinbrech
I FINALLY figured this one out. Tomcat 5.0.18 as a service ignores -Djava.class.path. Rather, it takes the path from the -Imagepath parameter as the classpath (I did a debug logger.info(Classpath: + System.getProperty(java.class.path) and lo and behold it gave me the Imagepath as the actual

Re: Please help with CLASSPATH problem

2004-02-16 Thread Bill Barker
Andi Reinbrech [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I FINALLY figured this one out. Tomcat 5.0.18 as a service ignores -Djava.class.path. Rather, it takes the path from the -Imagepath parameter as the classpath (I did a debug logger.info(Classpath: +

RE: Please help Console Problem in tomcat 5.0.16

2004-02-02 Thread Bodycombe, Andrew
This indicates your server.xml is invalid. -Original Message- From: Avinash Sridhar [mailto:[EMAIL PROTECTED] Sent: 02 February 2004 16:07 To: [EMAIL PROTECTED] Subject: Please help Console Problem in tomcat 5.0.16 have my own directory as sampleapp which has the necessary structure

Re: RE: Please help Console Problem in tomcat 5.0.16

2004-02-02 Thread Avinash Sridhar
Hi, Thanks for the reply.How do I correct the invalid server.xml file. Kindly let me know. server.xml file for the same directory structure. Context path=/sampleapp docBase=sampleapp debug=0 reloadable=true /Context Thanks AS On Mon, 02 Feb 2004 Bodycombe, Andrew wrote : This indicates

Re: Please help Console Problem in tomcat 5.0.16

2004-02-02 Thread Aadi Deshpande
i've always managed to get this error when i have spaces between the xml pi ( ?xml version=... ? ) and the start of the file. i'd check for that, and that you have no spaces at the '?xml' and a space before the '?' hope this helps, -a Avinash Sridhar wrote: Hi, Thanks for the reply.How do

RE: RE: Please help Console Problem in tomcat 5.0.16

2004-02-02 Thread Yansheng Lin
, 2004 10:08 AM To: Tomcat Users List Cc: Bodycombe,Andrew Subject: Re: RE: Please help Console Problem in tomcat 5.0.16 Hi, Thanks for the reply.How do I correct the invalid server.xml file. Kindly let me know. server.xml file for the same directory structure. Context path=/sampleapp docBase

RE: Please help, I have a headache .. servlet init troubles

2004-01-20 Thread Edson Alves Pereira
: Tomcat Users List Assunto: RE: Please help, I have a headache .. servlet init troubles no, it's one host, Cheers, ADC -Original Message- From: James Neville [mailto:[EMAIL PROTECTED] Sent: 19 January 2004 16:31 To: Tomcat Users List Subject: Re: Please help, I have

RE: Please help, I have a headache .. servlet init troubles

2004-01-20 Thread Edson Alves Pereira
de janeiro de 2004 13:35 Para: Tomcat Users List Assunto: RE: Please help, I have a headache .. servlet init troubles Hi, Yes I have the jdbc driver in common/lib - like I say ... it does connect but I do not know why it gives this error! I just removed trying to get

RE: Please help, I have a headache .. servlet init troubles

2004-01-20 Thread Allistair Crossley
try to get the JNDI resource in the servlet init method. -Original Message- From: Edson Alves Pereira [mailto:[EMAIL PROTECTED] Sent: 20 January 2004 13:07 To: 'Tomcat Users List' Subject: RE: Please help, I have a headache .. servlet init troubles Tell us, if you use

RE: Please help, I have a headache .. servlet init troubles

2004-01-20 Thread Edson Alves Pereira
Right, usually we get a dataSource in doGet or doPost method. -- De: Allistair Crossley[SMTP:[EMAIL PROTECTED] Responder:Tomcat Users List Enviada: terça-feira, 20 de janeiro de 2004 9:22 Para: Tomcat Users List Assunto: RE: Please help, I have

RE: Please help, I have a headache .. servlet init troubles

2004-01-20 Thread Shapira, Yoav
Shapira Millennium ChemInformatics -Original Message- From: Edson Alves Pereira [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 20, 2004 8:25 AM To: 'Tomcat Users List' Subject: RE: Please help, I have a headache .. servlet init troubles Right, usually we get a dataSource in doGet

RE: Please help, I have a headache .. servlet init troubles

2004-01-20 Thread Allistair Crossley
-Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 20 January 2004 15:37 To: Tomcat Users List Subject: RE: Please help, I have a headache .. servlet init troubles Howdy, Yeah, it's not good practice to get a connection (or other resource) and in the init method hold

RE: Please help, I have a headache .. servlet init troubles

2004-01-20 Thread Shapira, Yoav
Howdy, The NavigationManager closes the connection off. This was causing the problems. Now I put the JNDI block in the NavigationManager constructor and it works just fine!? So the lookup code worked fine, you got a connection, and then closing the connection raised the exception? As an aside,

RE: Please help, I have a headache .. servlet init troubles

2004-01-19 Thread Edson Alves Pereira
To solve your problem with JDBC Driver, you must put the JDBC driver inside $TOMCAT_HOME/common/lib, try this first the other errors we will see if happens again. -- De: Allistair Crossley[SMTP:[EMAIL PROTECTED] Responder:Tomcat Users List Enviada: segunda-feira, 19

RE: Please help, I have a headache .. servlet init troubles

2004-01-19 Thread Allistair Crossley
January 2004 17:22 To: 'Tomcat Users List' Subject: RE: Please help, I have a headache .. servlet init troubles To solve your problem with JDBC Driver, you must put the JDBC driver inside $TOMCAT_HOME/common/lib, try this first the other errors we will see if happens again. -- De

RE: Please help, I have a headache .. servlet init troubles

2004-01-19 Thread Shapira, Yoav
Howdy, Is the controller servlet declared twice in your web.xml? Yoav Shapira Millennium ChemInformatics -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: Monday, January 19, 2004 10:57 AM To: TOMCAT USER (E-mail) Subject: Please help, I have a headache ..

RE: Please help, I have a headache .. servlet init troubles

2004-01-19 Thread Allistair Crossley
-on-startup1/load-on-startup /servlet Cheers, ADC -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 19 January 2004 16:37 To: Tomcat Users List Subject: RE: Please help, I have a headache .. servlet init troubles Howdy, Is the controller servlet declared twice

Re: Please help, I have a headache .. servlet init troubles

2004-01-19 Thread James Neville
Allistair Crossley wrote: Do you know why my servlet initalises twice? That's my remaining issue.. If you are specifying multiple hosts, all running from the same appBase, then each web application will be deployed to each host. If this is the case, run each host from a different appBase so

RE: Please help, I have a headache .. servlet init troubles

2004-01-19 Thread Allistair Crossley
no, it's one host, Cheers, ADC -Original Message- From: James Neville [mailto:[EMAIL PROTECTED] Sent: 19 January 2004 16:31 To: Tomcat Users List Subject: Re: Please help, I have a headache .. servlet init troubles Allistair Crossley wrote: Do you know why my servlet initalises twice

RE: Please help, I have a headache .. servlet init troubles

2004-01-19 Thread Donie Kelly
I've seen this before but I can't remember the solution. Search the archives. Donie -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: 19 January 2004 16:45 To: Tomcat Users List Subject: RE: Please help, I have a headache .. servlet init troubles no, it's one

Re: Please help, I have a headache .. servlet init troubles

2004-01-19 Thread James Neville
Allistair Crossley wrote: no, it's one host, Cheers, ADC And one Connector element? (commonly 8009 for CoyoteConnector and 8080 for standalone are defined in the default server.xml) I'm purely clutching at straws here. Maybe you could post your /WEB-INF/web.xml and the

RE: Please help, I have a headache .. servlet init troubles

2004-01-19 Thread Hume, John - NA US HQ Delray
Just a stab Did you back up a copy of your application such that you might have something like this? /tomcat /webapps /myapp /myapp_bak /ROOT /... Maybe Tomcat is attempting to load myapp_bak with default settings. -Original Message- From: Allistair Crossley

Re: Please help: error: The requested resource (/stuff/index.html) is not available.

2004-01-18 Thread Tim Funk
You need a webapp called stuff. OR you need to move stuff/index.html under webapps/ROOT/stuff/incdex.html In either case, please first read the docs. Also Sun's webservices developer kit would also be very helpful. -Tim Susan Tahmoresi wrote: Hi All, I am new to tomcat and just installed

RE: Please help me for jk_nt_service problem

2004-01-12 Thread Larry Isaacs
See the note at the bottom of this page: http://www.apache.org/dist/jakarta/tomcat-3/bin/win32/i386/ Cheers, Larry -Original Message- From: Dreamy Wu [mailto:[EMAIL PROTECTED] Sent: Sunday, January 11, 2004 4:49 AM To: [EMAIL PROTECTED] Subject: Please help me for jk_nt_service

Re: Please help me for jk_nt_service problem

2004-01-11 Thread Bill Barker
It looks like you commented out the line: Dreamy Wu [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi : Please help me for jk_nt_service problem . wrapper.jvm.options= in your wrapper.properties file. Description : [I followed your guiding :

RE: Please Help!! Tomcat 5 Clustering

2003-12-22 Thread Shapira, Yoav
Howdy, Looks like the Cluster code requires JDK 1.4, as java.lang.CharSequence is new in JDK 1.4. Are you running a 1.4 JDK and still getting this error? Yoav Shapira Millennium ChemInformatics -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Sunday, December

RE: Please Help!! Tomcat 5 Clustering

2003-12-22 Thread matthew . rapoport
[mailto:[EMAIL PROTECTED] Sent: Mon 22/12/2003 9:27 AM To: Tomcat Users List Cc: Subject: RE: Please Help!! Tomcat 5 Clustering Howdy, Looks like the Cluster code requires JDK 1.4, as java.lang.CharSequence is new in JDK

RE: Please Help!! Tomcat 5 Clustering

2003-12-22 Thread Shapira, Yoav
Howdy, Thank you very much for your response. Unfortunately we are using jdk 1.3. Do you know if it is possible for me to simply add the charsequence class into my jar? It will be a very big headache to move to 1.4. I do happen to know that no it's not possible for you to add that class (it's

RE: Please Help!! Tomcat 5 Clustering

2003-12-22 Thread Shapira, Yoav
Howdy, I added a note about the JDK 1.4 requirement to the clustering how-to page. It'll show up next time we refresh the site. Yoav Shapira Millennium ChemInformatics -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Sunday, December 21, 2003 10:01 PM To:

RE: Please Help!! Tomcat 5 Clustering

2003-12-22 Thread matthew . rapoport
- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Mon 22/12/2003 10:12 AM To: Tomcat Users List Cc: Subject: RE: Please Help!! Tomcat 5 Clustering Howdy, Thank you very much for your response. Unfortunately

RE: Please Help!! Tomcat 5 Clustering

2003-12-22 Thread Shapira, Yoav
Howdy, You've been an incredible help. Thank you very much. It seems my only options are to skip the clustering or move to 1.4 (I don't know how long it would take Filip to get clustering working on 1.3 but I doubt I have the time). No problem, glad to help. I wouldn't overestimate the

Re: Please Help!! Tomcat 5 Clustering

2003-12-22 Thread Filip Hanik
I'm working on a JDK1.3 version of the clustering, hopefully the next stable release Filip - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, December 22, 2003 7:33 AM Subject: RE: Please Help!! Tomcat 5 Clustering Yoav, You've been an incredible help

RE: Please help - FileNotFoundException

2003-12-17 Thread Shapira, Yoav
Howdy, Yes: don't use a FileInputStream. Get the resource from the servlet context (ServletContext#getResourceAsStream). Yoav Shapira Millennium ChemInformatics -Original Message- From: Teja Jo [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 17, 2003 8:37 AM To: [EMAIL PROTECTED]

RE: PLEASE HELP! How can I make Tomcat see DB2 jdbc driver?

2003-12-04 Thread Gray, Jason
hiya, try renaming the driver to db2java.jar hth JasonG -Original Message- From: Sarah Zou [SMTP:[EMAIL PROTECTED] Sent: Thursday,4 December 2003 7:09 To: [EMAIL PROTECTED] Subject: PLEASE HELP! How can I make Tomcat see DB2 jdbc driver? Hi All, I am using Tomcat

RE: PLEASE HELP! How can I make Tomcat see DB2 jdbc driver?

2003-12-04 Thread Brent Sims
I've run into this before. Although every document I've read refers to the driver as COM.ibm.db2.jdbc.app.DB2Driver, in actuality the package name is com.blah.blah. Change your upper case COM to lower case and it should work. [EMAIL PROTECTED] 12/3/2003 12:13:59 PM hiya, try renaming the

Re: Please Help: Inconsistent Load Balancing info mod_jk2

2003-12-03 Thread Marco Manini
- From: Asif Chowdhary [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, December 02, 2003 6:52 PM Subject: RE: Please Help: Inconsistent Load Balancing info mod_jk2 Thank you -Original Message- From: David O'Brien [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 02

RE: Please Help: Inconsistent Load Balancing info mod_jk2

2003-12-03 Thread Asif Chowdhary
Have not tested to that extent yet -Original Message- From: Marco Manini [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 03, 2003 5:27 AM To: Tomcat Users List Subject: Re: Please Help: Inconsistent Load Balancing info mod_jk2 Hi, i'm using mod_jk2 for load balancing purpose and I

Re: PLEASE HELP! How can I make Tomcat see DB2 jdbc driver?

2003-12-03 Thread Ilari Kontinen
ke, 2003-12-03 kello 22:09, Sarah Zou wrote: Hi All, I am using Tomcat 4.1.29 and DB2 8.1. I try to use the servlet below to see if it can find DB2 jdbc driver: ... I have tried to put db2java.zip in Tomcat common\lib or webapp\web-inf\lib. Also I tried to add db2java.zip to set

Re: PLEASE HELP! How can I make Tomcat see DB2 jdbc driver?

2003-12-03 Thread Freek Woerts
Hello Sarah, See: http://www.cs.wisc.edu/~dbbook/openAccess/thirdEdition/DB2/Database%20Web%20Server%20Software%20Install%20Guide.htm It works also with DB2 UDB 8.1 Greetings, Freek. - Original Message - From: Sarah Zou [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, December

Re: Please Help to compile mod_jk2 on AIX

2003-12-02 Thread jose
What is resources dir ? I don't find that directory. - Original Message - From: Ben Souther [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, December 02, 2003 4:33 AM Subject: Re: Please Help to compile mod_jk2 on AIX I just ran into the same problem. I had

Re: Please Help to compile mod_jk2 on AIX

2003-12-02 Thread jose
Yes object file is created. - Original Message - From: Christopher Schultz [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, December 02, 2003 4:28 AM Subject: Re: Please Help to compile mod_jk2 on AIX Jose, Please, i have tried to compile hundred of times

Re: Please Help to compile mod_jk2 on AIX

2003-12-02 Thread Christopher Schultz
Jose, These all seem to be warnings, not errors. Does the build succed in creating an object file? Yes object file is created. Okay, I think you're safe ignoring those warnings, then. Are you using apxs to create an Apache DSO? If so, the file apache-2.0/mod_jk.la should exist (or

Re: Please Help: Inconsistent Load Balancing info mod_jk2

2003-12-02 Thread David O'Brien
Higher the number ... More Hits I have one worker at lb_factor=4 and one at lb_factor=8 and the distribution if I have 150 sessions active the server with lb_factor=4 has 49 and the server with lb_factor=8 has 101 This can be seen at @ http://www.nacrraware.net/cluster/ -Dave At 10:32 AM

RE: Please Help: Inconsistent Load Balancing info mod_jk2

2003-12-02 Thread Asif Chowdhary
Thank you -Original Message- From: David O'Brien [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 02, 2003 12:48 PM To: Tomcat Users List Cc: [EMAIL PROTECTED] Subject: Re: Please Help: Inconsistent Load Balancing info mod_jk2 Higher the number ... More Hits I have one worker

Re: Please Help

2003-12-01 Thread Andoni
Have you tried removing the connector line from server.xml? then tried going direct to Tomcat on the port 8080 or whatever it is set to in the Tomcat Connector on your machine (in server.xml) This is a JK problem so try to remove it from the Equation and make sure the rest works. what did you

Re: Please Help to compile mod_jk2 on AIX

2003-12-01 Thread Christopher Schultz
Jose, Please, i have tried to compile hundred of times jakarta-tomcat-connectors-4.1.29-src and jakarta-tomcat-connectors-jk2-2.0.2-src, but it's impossible. There are a lot of errors during compilation. These all seem to be warnings, not errors. Does the build succed in creating an object file?

Re: Please Help to compile mod_jk2 on AIX

2003-12-01 Thread Ben Souther
I just ran into the same problem. I had to cd into the resources dir and run ant from there first. Once that build completed, I CDed back up and ran ant again. It finished sucessfully. -Ben On Monday 01 December 2003 10:28 pm, you wrote: Jose, Please, i have tried to compile hundred of

Re: Please help me in my problem...

2003-11-10 Thread Samuel Le Berrigaud
If you don't say which error message you got it will be a little difficult ! SaM Steven Ang wrote: Hello, I need some help in configurating tomcat server. I'm doing a JSP project, I have read some documentation about tomcat and it states that i need to add some line in

Re: Please help me in my problem...

2003-11-10 Thread adriacom6340
I got similar problems when I saved the server.xml with non standard ascii chars. Scrive Steven Ang [EMAIL PROTECTED]: Hello, I need some help in configurating tomcat server. I'm doing a JSP project, I have read some documentation about tomcat and it states that i need to add some line

Re: Please help - Unable to create mod_jk.so connector4.1.27 , Apache 2.0.47

2003-09-19 Thread Bill Barker
There is an extra ';' on one line, that some compilers don't like. It's at or near the line number given, so just edit the file and delete it. Satya Narayan Dash [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi All, I am unable to create mod_jk.so with

Re: Please help

2003-07-23 Thread John Turner
Use IIS. Set up a new virtual host. Call it images.your-domain.com. In all web pages for all three apps, reference images.your-domain.com for image URLs. Problem solved. John Pat Pomatto wrote: Im running Tomcat 4.1.24 with IIS. Under webapps I have myApp1, myApp2 and myApp3. All of these

RE: Please help

2003-07-23 Thread Shapira, Yoav
Howdy, Since you already have a front-end (IIS) anyways, use it for the images. Have a directory on it /images, and have all your image URLs be /images/img1.gif etc., instead of /myApp1/images/img1.gif. One alternative is to have an images webapp on tomcat and use it to serve the images,

RE: Please help

2003-07-23 Thread Kannan Sundararajan
Are you using Tomcat and IIS in same box or different box. -Original Message- From: Pat Pomatto [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 23, 2003 10:53 AM To: 'Tomcat Users List' Subject: Please help I'm running Tomcat 4.1.24 with IIS. Under webapps I have myApp1, myApp2 and

Re: Please help with unusual configuration

2003-07-15 Thread John Turner
Users List Subject: Re: Please help with unusual configuration Yhea, I do something similar using the virtualhost directive. It works great. Rick Roberts wrote: It doesn't sound like you are doing at all unusual. It sounds like pretty normal HTTP/HTTPS apache/tomcat configuration. Just have

RE: Please help with unusual configuration

2003-07-14 Thread Goehring, Chuck Mr., RCI - San Diego
] Sent: Friday, July 11, 2003 5:22 PM To: Tomcat Users List Subject: Re: Please help with unusual configuration It doesn't sound like you are doing at all unusual. It sounds like pretty normal HTTP/HTTPS apache/tomcat configuration. Just have the firewall block port 80 traffic and have apache

RE: Please help with unusual configuration

2003-07-14 Thread Goehring, Chuck Mr., RCI - San Diego
with VirtualHost dis.resourceconsultants.com:0, the first has precedence, perhaps you need a NameVirtualHost directive Got any pointers -Original Message- From: Atreya Basu [mailto:[EMAIL PROTECTED] Sent: Friday, July 11, 2003 8:34 PM To: Tomcat Users List Subject: Re: Please help with unusual

  1   2   3   4   >