Tomcat crash with no error messages!

2005-08-29 Thread Kenneth Litwak
. Any suggestions for the first step? If I had an error message, that would be good. Thanks. Ken Kenneth D. Litwak Software Engineer III IMT Azusa Pacific University 901 E. Alosta Azusa, CA 91702 - To unsubscribe, e-mail

RE: Diagnosing Tomcat Hang

2005-08-15 Thread Kenneth Litwak
, Kenneth Litwak [EMAIL PROTECTED] wrote: I have a Java web app running on tomcat on Linux Red hat on an Intel box with 2 GR of RAM. We're having trouble because the application intermittently hangs. The threads never go anywhere near the max. The CPU usage never goes above 2%. The memory does

Diagnosing Tomcat Hang

2005-08-12 Thread Kenneth Litwak
I have a Java web app running on tomcat on Linux Red hat on an Intel box with 2 GR of RAM. We're having trouble because the application intermittently hangs. The threads never go anywhere near the max. The CPU usage never goes above 2%. The memory does not get used up. Nevertheless, the

RE: Diagnosing Tomcat Hang

2005-08-12 Thread Kenneth Litwak
Subject: Re: Diagnosing Tomcat Hang Hi. Did you try sending a JVM process a QUIT signal (kill -3)? That will produce a thread dump on a standart output. Do that when your application hangs. From the thread dump you can deduct which thread causes a problem. --Radek W. Kenneth Litwak wrote: I have

RE: Diagnosing Tomcat Hang

2005-08-12 Thread Kenneth Litwak
your application hangs. From the thread dump you can deduct which thread causes a problem. --Radek W. Kenneth Litwak wrote: I have a Java web app running on tomcat on Linux Red hat on an Intel box with 2 GR of RAM. We're having trouble because the application intermittently hangs. The threads

RE: Diagnosing Tomcat Hang

2005-08-12 Thread Kenneth Litwak
-Original Message- From: Radek Wierzbicki [mailto:[EMAIL PROTECTED] Sent: Friday, August 12, 2005 3:25 PM To: Tomcat Users List Subject: Re: Diagnosing Tomcat Hang Hi Kenneth, the threads below are the actual http-processors - threads that answer requests and they will always show some socket

Max thread/session timeouts

2005-07-21 Thread Kenneth Litwak
We're running an application on Tomcat that often hits the limit of 150 threads. Can someone with experience changing this value give me advice on it? How big can you make this number? How much extra memory do I need if I say change it to, say, 500? Thanks. Ken

Re: DBCP datasource works on 5.0.28 but fails on 5.5.

2005-07-21 Thread Kenneth B. Harwood
This issue was originally submitted by Steve Kirk on 20-May-2005 and RESOLVED on 22-May. FYI, I experienced the same error(s) as Steve and tried all the same things Steve did before discovering Steve's question (and thread) on the User List. The fix (as first advised by Lutz Nicola) was to

RE: CATALINA_BASE

2005-07-13 Thread Kenneth B. Harwood
it turns-out that my problem was defining CATALINA_BASE improperly for the Win2K service. i was setting CATALINE_BASE as an Enviroment variable. for example: MS-DOS CATALINA_BASE=... and then i Start'ed the Service. wrong! that is NOT how to define config params for the Tomcat (all

CATALINA_BASE

2005-07-12 Thread Kenneth B. Harwood
i'm running the latest tomcat (5.5.9) on Win2K Pro. Tomcat works in the default configuration. thanks. i'm trying to get Tomcat working using CATALINA_BASE. that is, i want a second Tomcat instance to serve my webapps from a directory different than the default. the default directory is

Re: CATALINA_BASE

2005-07-12 Thread Kenneth B. Harwood
woops. i just saw a CATALINA_BASE thead in May '05. i'll take a look at that. is there a user-list SEARCH form anywhere or do i need to check the archives manually month-by-month? - ken h. - To unsubscribe, e-mail: [EMAIL

Re: CATALINA_BASE

2005-07-12 Thread Kenneth B. Harwood
what is the minimum file configuration required to run multiple Tomcat instances? conceptually, i shouldn't need an ENTIRE Tomcat file installation in my second (third, fourth, whatever) directory; Tomcat should only require a small amount of customizing in the target directory(s). for

Re: my build structure..opinions wanted

2005-05-27 Thread Kenneth Jensen
/bin/scp arg file=${jarfile}/ arg value=tomcat.mydomain.dk:${webappdir}/WEB-INF/lib/ /exec /target --- Cheers, Kenneth On 5/27/05, Steve Kirk [EMAIL PROTECTED] wrote: Don't leave the source on the production server, but it's fine in development. Strictly speaking your

How to read a file on disk from a servlet

2005-05-27 Thread Kenneth Jensen
). I would rather not use an absolute path, and the request will not include information about the URL of the file ... Any advice? Thanks. --- Cheers, Kenneth - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: How to read a file on disk from a servlet

2005-05-27 Thread Kenneth Jensen
= context.getRealPath(/) + WEB-INF + slash + getInitParameter(keystorefile); That way, I just have to know the relative path to the webapps WEB-INF dir. Thanks, Kenneth On 5/27/05, Peter Crowther [EMAIL PROTECTED] wrote: From: Kenneth Jensen [mailto:[EMAIL PROTECTED] How do I get my servlet to read

RE: On windows XP

2005-05-18 Thread Joy Kenneth Harry
The reason is Tomcat 5.5.9 will run on JDK 5.0 onwards. I was not made for Older JDK's... Try once on J2SDK 1.5and see. Joy Kenneth -Original Message- From: Jobish P [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 17, 2005 9:51 PM To: tomcat-user@jakarta.apache.org Subject

Inspiration for mulltiuser Tomcat hosting on a university

2005-05-17 Thread Kenneth Jensen
Tomcat in larger installations. Thanks. --- Cheers, Kenneth - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

DBCP Exception

2005-05-17 Thread Joy Kenneth Harry
Hi, Can anyone tell why I am getting this exception. SEVERE: Null component Catalina:type=DataSource,path=/,host=localhost,class=javax.sql.DataSourc e, name=jdbc/oracle Thanks Joy Kenneth Harry Infosys Tech Ltd

DBCP Exception

2005-05-11 Thread Joy Kenneth Harry
Hi, Can anyone tell why I am getting this exception. SEVERE: Null component Catalina:type=DataSource,path=/,host=localhost,class=javax.sql.DataSourc e, name=jdbc/oracle Thanks Joy Kenneth - To unsubscribe, e-mail: [EMAIL

DBCP Exception

2005-05-10 Thread Joy Kenneth Harry
Hi, Can anyone tell why I am getting this exception. SEVERE: Null component Catalina:type=DataSource,path=/,host=localhost,class=java x.sql.DataSource,name=jdbc/oracle Thanks Joy Kenneth

DBCP Exception

2005-05-10 Thread Joy Kenneth Harry
Hi, Can anyone tell why I am getting this exception. SEVERE: Null component Catalina:type=DataSource,path=/,host=localhost,class=javax.sql.DataSourc e, name=jdbc/oracle Thanks Joy Kenneth - To unsubscribe, e-mail: [EMAIL

RE: Problem with Log4J starting TOMCAT 5.5.9

2005-05-06 Thread Joy Kenneth Harry
Remove the commons-logging.jar from WEB-INF\lib and place log4j.jar in it And Place log4j.xml in WEB-INF\classes folder Joy Kenneth -Original Message- From: Alex Pure [mailto:[EMAIL PROTECTED] Sent: Friday, May 06, 2005 8:41 PM To: Tomcat Users List Subject: RE: Problem

Re: Consecutive threads

2005-04-21 Thread Kenneth Jensen
a transaction and locks some DB-resources, and the following queries have to wait for them to become unlocked. --- Cheers, Kenneth - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

How to Switch of logging in Tomcat 5.5

2005-03-17 Thread Joy Kenneth Harry

Logging in Tomcat 5.5

2005-03-17 Thread Joy Kenneth Harry
. Is there any way to disable TOMCAT logs. Joy Kenneth

Logging in Tomcat 5.5

2005-03-17 Thread Joy Kenneth Harry
. Is there any way to disable TOMCAT logs. Joy Kenneth - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Fw: The value for the useBean class attribute com.company.product.thing is invalid.

2004-08-21 Thread Kenneth Ho \(IT Department Ltd\)
it difficult to change to report design to limit the search result. Is there any setting I can control Tomcat's memory usage or restart tomcat programmically when it is shut down? Thanks in advance. Kenneth - To unsubscribe, e

catalina.out - how to stop WarpEngine[Apache]: Mapping request messages

2004-07-23 Thread Brossard, Kenneth R.
For every request tomcat handles the message WarpEngine[Apache]: Mapping request is logged in my catalina.out file. I've tried setting all debug levels=0 in the server.xml file but this message continues to show up. Is there any way to stop this message? The rpm versions of apache and

RE: Log rotation HOWTO

2004-07-01 Thread Kwan, Kenneth Y
$! $CATALINA_PID fi fi Kenneth Kwan -Original Message- From: Frank Zammetti [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 29, 2004 10:04 PM To: [EMAIL PROTECTED] Subject: Log rotation HOWTO I haven't been able to find a clear answer to this anywhere online, hopefully you fine

RE: Apache http / mod_rewrite / mod_jk

2004-04-07 Thread Kwan, Kenneth Y
Instead of directly redirect to mod_jk, can you just use mod_write to insert a directory prefix which can trigger mod_jk? Kenneth -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Thursday, April 08, 2004 3:28 AM To: Tomcat Users List Subject: Apache http

Re: Application directory outside webapp in tomcat

2004-03-09 Thread Kenneth Ho \(IT Department Ltd\)
that but failed. Please help. Kenneth - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Application directory outside webapp in tomcat

2004-03-07 Thread Kenneth Ho \(IT Department Ltd\)
Is that possible to have application directory located outside the default webapp directory inside tomcat? How to configure the server.xml to do it? I've tried to do that but failed. Please help. Kenneth

Do servlet threads ever die?

2004-03-01 Thread Kenneth H. Cox
Problem: I call native code (Tcl) from my servlet. Tcl's thread model forces me to run Tcl only on the thread that created the Tcl interpreter. So now how do I cleanup these interpreters? The cleanup code needs to be run on the creating thread. I am using Tomcat 5. Do servlet threads ever

RE: Another Try at MySQL Connection Pooling

2004-02-11 Thread Kenneth
Well, it's not that I'm an expert... I actually have had that problem once or twice, and most of the time the problem was in the context.xml I've always specified my webapps' Context in a separated file (which I believe you're also doing), but when I messed up with server.xml I had some

Failure to load listener path dependent?

2003-11-17 Thread Kenneth LaFrance
Hi, I'm a new user using Tomcat 5.0 on W2K. I'm going through some tutorials and am having trouble adding listeners where I want them. Below my webapps/WEB-INF/classes directory I have a com/jspbook directory. I have a number of servlets in the jspbook directory that work fine. As soon as I add

RE: Failure to load listener path dependent?

2003-11-17 Thread Kenneth LaFrance
That was it - thank you. -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Monday, November 17, 2003 11:40 To: Tomcat Users List Subject: Re: Failure to load listener path dependent? Kenneth, As soon as I add a listener I get a NoClassDefFoundError. Here

Re: Réf. : RE: dbcp pool size

2003-11-08 Thread Kenneth
Sorry, but I'm quite new to this, and I'd like to know if I'm doing it OK. I'm using dbcp with mySQL and I always specify this parameter: parameter namefactory/name valueorg.apache.commons.dbcp.BasicDataSourceFactory/value /parameter Is this OK? Will I get the same error Meissa does?

Re: Tomcat 4.1.27 Running as a Service

2003-10-27 Thread Kenneth
Hi, check whether your Tomcat service is up or not. It happened something like that to me once, and when I checked (Control Panel-Tools-Computer Administration-Services Applications or something like that) mi service was always down when I started my computer. I re-configured it and it all

RNIF + Tomcat + Axis

2003-10-15 Thread Kenneth Westelinck
Hi all, Maybe this is a little off-topic, but here goes anyway. Does anyone in the list have experience with using Tomcat (together with Axis or something else) to implement the Rosetta Net Implementation Framework? regards, Kenneth

RE: RNIF + Tomcat + Axis

2003-10-15 Thread Kenneth Westelinck
Howdy, I personally don't, but that'd be a cool project ;) If you go down the path and reach something interesting, please feel free to share your experience with the list ;) Well is this combination the best way to go? From what I've read so far RNIF is a like ebXML, so I think I can use Axis

Re: ssl client authentication drives me crazy

2003-10-14 Thread Kenneth Westelinck
This article solved everything for me: http://ws.apache.org/soap/docs/install/FAQ_Tomcat_SOAP_SSL.html Follow it to the letter and you will get it to work. Trust me. From: Twan Munster [EMAIL PROTECTED] Reply-To: Twan Munster [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: ssl

Re: Tomcat 4 + ssl + client authentication

2003-10-10 Thread Kenneth Westelinck
in this keyStore). Using mozilla it is simple, he just asks which key to use. Thank you for your help. regards, Kenneth _ Mis onze Back To School special niet! http://www.msn.be/backtoschool

Tomcat 4 + ssl + client authentication

2003-10-09 Thread Kenneth Westelinck
no idea what is goin wrong. Can someone tell me how to make this work? MTIA regards, Kenneth _ Op zoek naar makkelijk recept? http://www.msn.be/culinair - To unsubscribe

[tomcat 4.1.2x] Bug in Response Header Encoding ???

2003-10-09 Thread Kwan, Kenneth Y
(e.g. Content-Disposition: filename=xxx) in UTF-8 irrespective the ContentType setting. The problem does not found in 4.0.6 Can anyone help? Kenneth - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

questions related to context root configuration on tomcat 4.1.27 ...

2003-09-08 Thread Kenneth Tang
Hi, I have questions related to context root configuration on tomcat 4.1.27. For our company's web application, we put our application specific files under WEB-INF. During startup, our application checks if those files are there and startup our application based on

questions related to context root configuration on tomcat 4.1.27 ...

2003-09-08 Thread Kenneth Tang
Hi, I have questions related to context root configuration on tomcat 4.1.27. For our company's web application, we put our application specific files under WEB-INF. During startup, our application checks if those files are there and startup our application based on

TC 4.1.24 can't find my servlet-classes?

2003-09-02 Thread Kenneth Ahn Jensen
details (at least thats what the teachers tell me, the sysadmin :-). I'm running Tomcat 4.1.24 with Sun Java 1.4.2 on Redhat 8.0 (and Mandrake 9.1). -- Mvh Kenneth - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: TC 4.1.24 can't find my servlet-classes?

2003-09-02 Thread Kenneth Ahn Jensen
Sonja Löhr wrote: sorry, I gave you a wrong path, I mean of course $CATALINA_HOME/conf/web.xml Thank you very much. That was exactly the answer I needed. :-) -- Mvh Kenneth - To unsubscribe, e-mail: [EMAIL PROTECTED

Re[2]: Servlets JSPs log to different files

2003-08-01 Thread Kenneth Brooks
I currently do the following. See the 3 or 4 sections of code below. I have a servlet that is loaded at the time tomcat starts. Pay no attention to the crap coding in this file, but you get the idea BEGIN EimplementLogger.java /// package

Re[2]: 500 Custom Error

2003-07-31 Thread Kenneth Brooks
We have a 2nd dev box that is 4.1.24 and QA will be 4.1.24 also. So that's why i was checking on all of this stuff before production. :) Thanks for the reply. Oh, btw. The 500 error page works under 4.1.24 just peachy. -ken Wednesday, July 30, 2003, 8:58:56 AM -\][/ SY Howdy, Are

Apache2/Tomcat 4.1.24 hang with ..%5c.. pattern !!!

2003-07-29 Thread Kwan, Kenneth Y
not occur in Apache2/Tomcat 4.0.6 and Tomcat 4.1.24 Alone Anyone found similar problem? Kenneth - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

500 Custom Error

2003-07-29 Thread Kenneth Brooks
Are Custom Error pages available for 500 errors? I can get custom 404 pages to show but cannot get 500 pages. I still get the same old 500 blue white screen. This is under tomcat 4.0.4. (Although production will be under 4.1.24) Kenneth mailto:[EMAIL PROTECTED

Re: How do I listen for threads starting and stopping?

2003-05-31 Thread Kenneth H. Cox
request.setAttribute(foo,bar). These will automatically be discarded (i.e. eligible for GC) at the end of the Request. If you need to do explicit cleanup, then you have to wait for TC 5.x, which has RequestListeners to tell you when the Request starts and ends. Kenneth H. Cox [EMAIL PROTECTED] wrote in message

How do I listen for threads starting and stopping?

2003-05-29 Thread Kenneth H. Cox
I have some per-thread data that I need to dispose of when Tomcat connector thread goes away. I'm using the Coyote Connector. Is there a way to do it? A Tomcat-specific mechanism is just fine for now, thank you. I found HttpConnector.addLifecycleListener(), but all the methods are marked

mod_jk2: Can't find child in scoreboard error msg

2003-02-24 Thread Kenneth Rothwell
I am using Apache/2.0.44 (Unix) mod_ssl/2.0.44 OpenSSL/0.9.6g mod_jk2/2.0.2 on a Solaris 8. Apache forwards requests to Tomcat , but I get suspicious messages in apache/logs/error_logs when a servlet is accessed... [Thu Feb 20 23:50:39 2003] [error] jk2_init() Can't find child 25336 in

mod_jk2 Can't find child in scoreboard

2003-02-21 Thread Kenneth Rothwell
I am using Apache/2.0.44 (Unix) mod_ssl/2.0.44 OpenSSL/0.9.6g mod_jk2/2.0.2 on a Solaris 8. Apache forwards requests to Tomcat , but I get suspicious messages in apache/logs/error_logs when a servlet is accessed... [Thu Feb 20 23:50:39 2003] [error] jk2_init() Can't find child 25336 in

War files / codeBase and security permissions (v4.0.4)

2003-02-08 Thread Kenneth J Baker
I'm deploying a war file with unpackWARs=false. I am trying to grant permissions to this war in 04webapps.policy. Here is what I've tried... Given the examples this is what I would expect to work but doesn't: grant codeBase file:${catalina.home}/webapps/iface.war!/- { permission

charset fail to set browser encoding

2002-06-14 Thread Kenneth Tang
something? Could any one give me a hand on it? Thanks in advanced! Regards, --kenneth -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Can anyone give me an idea of the maximum hit rate for Tomcat on a PC

2002-05-21 Thread Kwan, Kenneth Y
With simple JSP, a few hundreds per second on RH7.0, single PII400, tomcat 3.x, Apache 1.3.9, 128M RAM. Please test and advise your finding on 1GHz CPU -Original Message- From: Simon Crase [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 21, 2002 1:50 PM To: 'Tomcat Users List' Subject: Can

RE: Log4j initialization problem

2002-03-20 Thread Kwan, Kenneth Y
Title: RE: Log4j initialization problem I found the same problem as well. It seems that for the same JVM (even with different webapps) all use the same(i.e. the last initialized) config file. Kenneth -Original Message- From: James Adams [mailto:[EMAIL PROTECTED]] Sent: Thursday

How to obtain original request url?

2002-03-20 Thread Kwan, Kenneth Y
Title: How to obtain original request url? I have configured my webapp with customized error page for 404 error. Does anyone know how can I obtain the original requested URL? Thanks Kenneth Kwan -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL

Placing context root in public_html

2002-01-30 Thread Kenneth Johnson
I have tomcat installed as a standalone on my office computer and can successfully run servlets when they are installed with the context root under the web-apps directory with the standard deployment directory configuration. In Chapter SRV 9. of Sun's Web Application specs they say, A

RE: jkconf? Does it work in 4.0.1? Where's workers.properties?

2001-12-18 Thread Kwan, Kenneth Y
Just copy the workers.properties from 3.x Kenneth -Original Message- From: Scott Merritt [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 19, 2001 8:30 AM To: 'Tomcat Users List' Subject: RE: jkconf? Does it work in 4.0.1? Where's workers.properties? Is it possible to manually

RE: [ajp13]bad read -103

2001-12-12 Thread Kwan, Kenneth Y
Title: RE: [ajp13]bad read -103 It also exists in my Linux box RH 7.1 with Apache 1.3.2x and mod_jk Rgds -Original Message- From: Reto Badertscher [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 12, 2001 6:23 PM To: Tomcat Users List Subject: AW: [ajp13]bad read -103 Hi,

Jakarta-Tomcat 4.01 startup problem

2001-11-30 Thread Kenneth Fung
it as a daemon? Look forward to your message! Best regards! Kenneth _ Do you Yahoo!? ¦æ¸U¨½¸ô http://travel.yahoo.com.hk Comprehensive travel guide at http://travel.yahoo.com.hk -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional

RE: Tomcat 4.0 and Poolman

2001-11-22 Thread Kwan, Kenneth Y
Title: RE: Tomcat 4.0 and Poolman This also works on my TC4.0.1 Poolman 2.0.4 -Original Message- From: KL OOI [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 22, 2001 4:12 PM To: Tomcat Users List Subject: Re: Tomcat 4.0 and Poolman put all the Poolman related JAR files into

RE: Tomcat 3.2.3 and Linux JDK 1.3.1

2001-11-19 Thread Kwan, Kenneth Y
Title: RE: Tomcat 3.2.3 and Linux JDK 1.3.1 try ulimit -s 2048 -Original Message- From: Michael Weissenbacher [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 20, 2001 2:00 PM To: '[EMAIL PROTECTED]' Subject: RE: Tomcat 3.2.3 and Linux JDK 1.3.1 i've stopped using the sun jdk

Ho to change default ContentType ?

2001-08-27 Thread Kwan, Kenneth Y
in ContentType such that there is no need to setContentType manually? Kenneth

Re: Trouble running a servlet

2001-08-15 Thread Kenneth Litwak
I'm trying to run Tomcat on W2K disconnected from the Internet. In asking for help, I got one reply which said What solved the last of my disconnected-laptop issues (on Win98 at least) was adding a LOCALHOST entry in c:\windows\hosts (create it if needed): 127.0.0.1 localhost Win98

Newbie help needed: error running JSP

2001-08-15 Thread Kenneth Litwak
I just ran my first JSP that uses a form and got an error. Unfortunately, the stack trace doesn't tell me where in the JSP the error occured (that I can tell) or where in my helper bean the problem ight be. I'd heard that JSPs are hard to debug, and now I see why. The JSP engine is not very

RE: Newbie help needed: error running JSP

2001-08-15 Thread Kenneth Litwak
Rob S. wrote: ot to be a jerk or anything, your newbie help questions are fine and all, but the problem is that the only connection they have to Tomcat is that you're using the container. It's like if I emailed the GCC or Visual Studio lists saying, how come I'm getting all of these memory

RE: Newbie help needed: error running JSP

2001-08-15 Thread Kenneth Litwak
Thanks Jann for the help. That's what I ndeed to know: where to look for the error. Ken __ Do You Yahoo!? Make international calls for as low as $.04/minute with Yahoo! Messenger http://phonecard.yahoo.com/

Re: Trouble running a servlet

2001-08-14 Thread Kenneth Litwak
I'm afraid this it doens't work in ROOT or examples. How would I create a context for ROOT? Another pster told me I needed to look at my servlet.xml file which should be in the config directory. I don't know how the names difer between platforms, but my Conf directory under

Re: Trouble running a servlet

2001-08-14 Thread Kenneth Litwak
Well, I still haven't been able to make tomcat work for me on Win 2000. Interestingly, I went to a different machine, running Solaris 8. I downloaded Tomcat 3.2.3, instlaled it, put my code in the Root/classes, and ran it with http://localhost:8080/servlet/LibraryServlet and it worked like a

Re: Trouble running a servlet

2001-08-14 Thread Kenneth Litwak
Okay, I made my Win 2000 trouble go away by removing proxy settings in NetscRape and signing on to the Internet through my ISP. Now everything works fine. The question I have still, however, is: how can I avoid this? I should not have to tie up my phone line just to use Tomcat on my PC.

RE: Trouble running a servlet

2001-08-14 Thread Kenneth Litwak
Robb wrote: Are we talking about not being able to access localhost because you have a proxy setup? You can keep your proxy setup, just add an exception that tells Netscape not to go to the Internet for the host 'localhost'. I see the exception box, but I don't know what to put there.

Two configuration questions

2001-08-14 Thread Kenneth Litwak
1. Where do I put a JSP file? Where do I put associated helper beans and custom tags? 2. I want to access from a JSP's helper bean or a servlet running on Tomcat on one host an EJB running on the J2EE RI on another server on a separate host. If this were a standalone client I'd just give

Trouble running a servlet

2001-08-13 Thread Kenneth Litwak
I'm trying to run a basic servlet tutorial using tomcat on Win 2000 with Netscape. It doens't work. I start tomcat, and get 2001-08-13 03:34:12 - ContextManager: Adding context Ctx( /examples ) 2001-08-13 03:34:12 - ContextManager: Adding context Ctx( /admin ) Starting tomcat. Check

Re: Trouble running a servlet

2001-08-13 Thread Kenneth Litwak
I still make make this work. I've made sure my servlet class is in TOMCAT_HOME\webapps\ROOT\WEB-INF\clsses and get this Not Found (404) Original request: http://localhost:8080/servlet/LibraryServlet Not found request: http://localhost:8080/servlet/LibraryServlet This has to be something

Re: meta search

2001-08-07 Thread Kenneth Westelinck
Arik, Maybe you can use HTDig, from http://www.htdig.org/ hope this helps, Kenneth From: Arik Levin [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: meta search Date: Tue, 7 Aug 2001 13:35:26 +0200 I'm looking for an open source Meta Search

RE: Starting TOMCAT on Windows 98

2001-06-14 Thread Rowe, Kenneth
I had this problem and I added this line at the beginning of my startup.bat: SET JAVA_HOME=d:\jdk1.3.1 Ken -Original Message- From: Steffen Hainke [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 14, 2001 7:01 AM To: [EMAIL PROTECTED]%internet Subject: Starting TOMCAT on Windows 98

RE: IIS and Tomcat

2001-06-06 Thread Kenneth Westelinck
value=8080/ /Connector This works for 3.2.1 and 3.2.2 . Don't know about other versions though. hope this helps, Kenneth Westelinck From: Chris Faulkner [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: IIS and Tomcat Date: Tue, 5 Jun 2001 07:13:03 +0100 Hi Thanks

RE: ===Session Question===

2001-05-22 Thread Kwan, Kenneth Y
Anil Just on top of normal session validation, add 1 session attribute in servlet1 to indicate that this session is valid+ and remove this attribute in servlet2. So, after leaving serlvet2, the session is valid everywhere except servlet2. Kenneth Kwan -Original Message

Re: I am writing detailed documentation on virtual hosting...

2001-04-25 Thread Kenneth Westelinck
Scott, I'm very interested in this document and I would like to read it. Could you send a URL to this mailing list once you've finished a first version. regards, Kenneth Westelinck From: Scott Tatum [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: I am writing

Re: Memory buildup on Tomcat JVM

2001-04-23 Thread Kenneth Westelinck
Hi, What VM are you using? We had a similar problem when running our processes on 1.3 . When running them on 1.2.2 the problem seemed to be solved. Maybe you should try a different VM and check if your problem persists. hope this helps, Kenneth Westelinck From: Shravan Shashikant [EMAIL

Re: Tomcat default

2001-04-23 Thread Kenneth Westelinck
Hi, Check tomcat-users.xml file in tomcat home/conf . regards, Kenenth Westelinck From: yuzz [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Subject: Tomcat default Date: Tue, 24 Apr 2001 13:46:04 +0800 hello, anybody knows what is tomcat admin default

Re: Changing DocumentRoot

2001-04-23 Thread Kenneth Westelinck
Hi, Adding this to server.xml should solve your problem: Context path=/ docBase=/usr/local/www/data/ hope this helps, Kenneth Westelinck From: Christoph Kukulies [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Changing DocumentRoot Date: Mon, 23 Apr 2001 12:49

creating mod_jk.so on AIX

2001-04-19 Thread EXT-Chung, Kenneth
Hi my friends Problems: apxs:Break: Command failed with rc=255 Platform: AIX 4.3.3 Tomcat source: jakarta-tomcat-3.2.1-src Apache source: apache_1.3.19 I have gotten to the point of trying to creating mod_jk.so on AIX 4.3.3 I have sucessuflly compiling all *.c in ../jk and

Problems with creating mod_jk.so on AIX

2001-04-19 Thread EXT-Chung, Kenneth
Hi my friends Problems: apxs:Break: Command failed with rc=255 Platform: AIX 4.3.3 Tomcat source: jakarta-tomcat-3.2.1-src Apache source: apache_1.3.19 I have gotten to the point of trying to creating mod_jk.so on AIX 4.3.3 I have sucessuflly compiling all *.c in ../jk and

problems with creating mod_jk.so on AIX

2001-04-19 Thread EXT-Chung, Kenneth
Hi my friends Problems: apxs:Break: Command failed with rc=255 Platform: AIX 4.3.3 Tomcat source: jakarta-tomcat-3.2.1-src Apache source: apache_1.3.19 I have gotten to the point of trying to creating mod_jk.so on AIX 4.3.3 I have sucessuflly compiling all *.c in ../jk and

RE: creating mod_jk.so on AIX

2001-04-19 Thread EXT-Chung, Kenneth
Unfortunately, our AIX 4.3.3 box is not loaded with gcc. After I moved files to ../jk/. I ran bdvdc14i:xv042b: apxs -c -o mod_jk.so *.o -o mod_jk.so jk_ajp12_worker.o jk_ajp13.o jk_ajp13_worker.o jk_connect.o jk_jni_worker.o jk_lb_worker.o jk_map.o jk_msg_buff.o jk_pool.o jk_sockbuf.o

Re: Good book

2001-04-12 Thread Kenneth Westelinck
Hi, I'm not sure if there's a good book yet about Tomcat. I think some dudes on this mailing list are working on that. There is however a good website which is being updated frequently and describes everything you need to administer a Tomcat web site. hope this helps. Kenneth Westelinck

RE: Good book

2001-04-12 Thread Kenneth Westelinck
Hi, I'm sorry, I forgot to mention the URL (my mistake :-). It's on tomcat.mslinn.com . regards, Kenneth Westelinck From: Georges Boutros [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" [EMAIL PROTECTED] Subject: RE: Good book Date: Thu, 12 Apr 2001 11:2

Re: classpath question

2001-04-11 Thread Kenneth Westelinck
No. From: Chris Bailey [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: classpath question Date: 11 Apr 2001 11:00:00 -0700 [System: Linux, Tomcat 3.2.1, Apache 1.3.19, mod_jk] I have a web app that uses several jar files. I have these in a lib directory that has a

Re: /examples/servlet

2001-04-10 Thread Kenneth Westelinck
Hi, If you're trying to make the examples work with apache just include the tomcat-apache.conf file in httpd.conf . This always works for me. Hope this helps. regards, Kenneth Westelinck From: Kamesh J [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'&qu

Re: DirectoryIndex - /servlet/MyServlet

2001-04-09 Thread Kenneth Westelinck
Hi, You could place an index.html page with the following content in the htdocs directory of apache: html head meta http-equiv="refresh" content="0; url=http://www.mydomain.com/servlet/MyServlet" /head /html regards, Kenneth Westelinck From: Chris

Re: Urgent help

2001-04-09 Thread Kenneth Westelinck
-ftp. You can download this server from www.wuftpd.org . If you're using Windows you can search www.download.com for an FTP server to do the trick. Hope this helps. regards, Kenneth Westelinck From: "Suresh Krishna M (RBIN/DBA-JOT)" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED]

Re: WinME installation tip

2001-04-03 Thread Kenneth Westelinck
Hi, There's another way to do this, use this command to extend your environment space: c:\ COMMAND.COM /E:4096 /P regards, Kenneth Westelinck From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: WinME installation tip Date: Tue, 3 Apr 2001 00:56:26 -0700

Re: Tomacat

2001-03-30 Thread Kenneth Westelinck
Hi, I think this is enough: SET PATH=%PATH%;C:\DMI\WIN32\BIN;C:\JDK1.3\bin;C:\jdk1.3\lib SET TOMCAT_HOME=C:\jakarta-tomcat-3.2.1 SET JAVA_HOME=C:\jdk1.3 Instead of what you've written. hope it helps, Kenneth Westelinck From: "Sonia Sh" [EMAIL PROTECTED] Reply-To: [EMAIL

Re: chart in jsp

2001-03-26 Thread Kenneth Westelinck
Hi, Maybe you should use an applet. regards, Kenneth Westelinck From: Ludovic Maitre [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: chart in jsp Date: Mon, 26 Mar 2001 14:34:46 +0200 Altuð Altýntaþ (Koç.Net) wrote: are there any way to draw a dynamic

  1   2   >