Re: tomcat hangs, top displays 99%

2004-07-20 Thread Hans Wichman
Hi, sorry for the late reply, I've been allocated to other projects in the meantime. Nope it doesn't have the header included, but it was worth a shot. Does anybody know where can I find information on how tomcat will respond when the load gets to high? Will it start throwing exceptions, or is t

Re: Request for an Immediate Solution

2004-07-20 Thread shiv juluru
i think that is the problem with ur jdk1.3,better to install another jdk or jdk131_03, i think this may solve ur problem shiva Sayeed <[EMAIL PROTECTED]> wrote: dear Shiv wish your good health. I have a question: when i run Tomcat4.1.3, the following error message comes, can you plz let me kn

RE: Request for an Immediate Solution

2004-07-20 Thread Caldarale, Charles R
> From: Sayeed [mailto:[EMAIL PROTECTED] > Subject: Re: Request for an Immediate Solution > > Using JAVA_HOME: D:\JDK1.3 > [ERROR] Digester - -Begin event threw exception > on: Invalid index!>sun.misc.InvalidJarIndexException: Invalid index! The Sun 1.3 JDK has known problems in handling i

Re: Request for an Immediate Solution

2004-07-20 Thread Sayeed
dear Shiv wish your good health. I have a question: when i run Tomcat4.1.3, the following error message comes, can you plz let me know where the things are wrong and how i can rectify: C:\Apache\Tomcat\bin>catalina.bat run Using CATALINA_BASE: D:\Apache\Tomcat Using CATALINA_HOME: D:\Apach

Re: Request for an Immediate Solution

2004-07-20 Thread shiv juluru
it's very simple, verify the tomcat-users.xml file in conf directory.u can find the user names and passwords, other wise copy ur jsp files in ROOT directory and create one web-inf folder in that ROOT directory,and copy ur web.xml in that ROOT/WEB-INF directry,create one more classes directory i

Re:

2004-07-20 Thread Nikola Milutinovic
Joel wrote: What are these BMP files coming from this guy? Well, Craig is not the kind of guy to let a virus run on his machine very long in the first place, and most viruses these days spoof the sender, so it's hard to tell where the compromised machine is. Zou can lookup IP address of the sender

Re: Request for an Immediate Solution

2004-07-20 Thread Sayeed
which version of tomcat u installed? and which operating system u are using? Saeed - Original Message - From: "Sridharan Rajagopalan" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, July 21, 2004 10:55 AM Subject: Request for an Immediate Solution > > H

Request for an Immediate Solution

2004-07-20 Thread Sridharan Rajagopalan
Hi All, My Name is Rajagopalan. Iam doing MCA final year. I have to do a mini project now. For the same I have installed TomCat server in my house. But when I type the following in Internet Explorer after installing the Server: http://localhost:8080/index.html or any jsp file it asks me "user

Win2K, ApacheHTTPD2.0.5, Tomcat5 and JK2

2004-07-20 Thread Andrew Pealing
Hello all I've got a win2k server running Apache2.0.5, mod_jk2/2.0.2 and tomcat4.1, using the inprocess worker I am trying to upgrade to Tomcat 5 and mod_jk2/2.0.4 If I start Tomcat5 manually, then ApacheHTTPd and mod_jk2 succesfully pass the requests through and jsp and servlets work. However

Error Starting Tomcat

2004-07-20 Thread Sayeed
Dear Shapira Yoav Regarding tomcat installation: I download tomcat 4.1.30 Exe file and install the same by clicking the application at my Win98 OS. In the mid of installation it gives me a message that it had found Java (JDK1.3) and will use it. I click okay. then the installation complete with su

[SPOOFS] Re:

2004-07-20 Thread Joel
> There was one a couple of days ago that was "key:#" but I don't remember > what the number was. Still the emails are strange, but don't appear to be a > virus that I know about. Well, I've heard of some viruses that grab random files from the compromised machine and spread them far and wide

RE:

2004-07-20 Thread Mike Jackson
There was one a couple of days ago that was "key:#" but I don't remember what the number was. Still the emails are strange, but don't appear to be a virus that I know about. --mikej -=- mike jackson [EMAIL PROTECTED] > -Original Message- > From: Joel [mailto:[EMAIL PROTECTED] >

not getting connection leak stacktraces

2004-07-20 Thread E
Tomcat's reporting some connection leaks in my application...but I can't figure out where they're coming from. The only output i see in my logs is: AbandonedObjectPool is used ([EMAIL PROTECTED]) LogAbandoned: true RemoveAbandoned: true RemoveAbandonedTimeout: 60 I'm running Tomcat 5.

Re:

2004-07-20 Thread Joel
> What are these BMP files coming from this guy? Well, Craig is not the kind of guy to let a virus run on his machine very long in the first place, and most viruses these days spoof the sender, so it's hard to tell where the compromised machine is. But, since you ask, I just checked, and the file

Re: Setting up mod_jk for Tomcat 5.0.27 under Apache 1.3.x

2004-07-20 Thread Wendy Smoak
From: "Michael Mehrle" <[EMAIL PROTECTED]> > Okay, I can't believe how lousy the documentation for this is on the jakarta > site: It might help to provide a link to the docs you're trying to work from, and ask specific questions if something is unclear. At some point in the distant past, I did ma

Re: Setting up mod_jk for Tomcat 5.0.27 under Apache 1.3.x

2004-07-20 Thread Michael Mehrle
In case I didn't make this clear before: 1) I'm running Apache 1.3 (NOT APACHE2) on RedHat 9.0 2) I cannot find the right mod_jk module Now, I downloaded some rpm for Redhat 9 and the mod_jk.so I have configured in httpd.conf seems to have a problem - when I call httpd configtest I get: Cannot l

Re: CRUD Operations using Tomcat

2004-07-20 Thread Wendy Smoak
From: "Valter G. Nogueira Jr." <[EMAIL PROTECTED]> > I am looking for good ways to implements CRUD ops using Tomcat > Having handcrafted jsp/servlets almost identicals seems to be not only > boring, but an error prone aproach. How are you doing it now? Do you have JDBC code inside your Servlets?

Re: CRUD Operations using Tomcat

2004-07-20 Thread Graham Leggett
Valter G. Nogueira Jr. wrote: I am looking for good ways to implements CRUD ops using Tomcat We use Apache Struts to implement the CRUD approach, along with it's DynaActionForms feature. Regards, Graham -- smime.p7s Description: S/MIME Cryptographic Signature

CRUD Operations using Tomcat

2004-07-20 Thread Valter G. Nogueira Jr.
Hi, I am looking for good ways to implements CRUD ops using Tomcat Having handcrafted jsp/servlets almost identicals seems to be not only boring, but an error prone aproach. Thanks for any advice Valter

Re: Setting up mod_jk for Tomcat 5.0.27 under Apache 1.3.x

2004-07-20 Thread Michael Mehrle
Sorry, but I don't understand your question. I am myself SOL on this and am seeking help from someone Michael - Original Message - From: "Aristides Burke" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, July 20, 2004 2:55 PM Subject: Re: Setting up mod

java.lang.ThreadDeath

2004-07-20 Thread Sasha Borodin
I have an Action that uses some business classes that in turn use the BouncyCastle encryption libraries; everything works fine until I restart the web application context, at which point this Action's execute method throws a ThreadDeath exception. In searching this list's archives I saw some refer

RE: Problem with jdbc:odbc in Tomcat 5.025

2004-07-20 Thread Iván Escobedo
Ok, thanks for replying, First, both tomcats are running on the same machine, but not at the same time, i just wanted to prove to myself that something's changed in Tomcat 5. Second, Tomcat 4 is running as a standalone, and the other one as a service, and at first I was using a user level DNS,

Re: Setting up mod_jk for Tomcat 5.0.27 under Apache 1.3.x

2004-07-20 Thread d_l
On 20 Jul 2004 at 12:43, Michael Mehrle michael-at-datasaur.com |T wrote: > Okay, I can't believe how lousy the documentation for this is on the jakarta > site: > - Where do I find the latest connector (mod_jk) for Apache 1.3.x (I can't > run Apache 2 because my hosting provider doesn't support it

Re: Setting up mod_jk for Tomcat 5.0.27 under Apache 1.3.x

2004-07-20 Thread Aristides Burke
Hi Michael. I have Apache 2 and Tomcat 4.1.30, I cannot compile the donwload file of internet. I down of the internet both file, Mod_jk and Mod_jk2 but out the same error. You can Send me the Mod_jk2 for Apache 2 and Tomcat 4.1.30? - Original Message - From: "Michael Mehrle" <[EMAIL PRO

RE: Apache + Tomcat socket error

2004-07-20 Thread McClure, James
John, >From what you've said, I don't believe this is a Tomcat issue, but rather an Apache configuration problem. Make sure that your mod_proxy module is being loaded in the httpd.conf file ( see document: http://httpd.apache.org/docs-2.0/mod/mod_proxy.html#proxypass ) james -Original Mes

Re: Problem with jdbc:odbc in Tomcat 5.025

2004-07-20 Thread Wade Chandler
Iván Escobedo wrote: Hello guys I have a question, I have two tomcats. 4.1.30 and 5.0.27, both with the same application, they are both similar and connect to a MSAccess database thru Jdbc Odbc bridge, however, in 4.1.30 everything works, but in 5.0.27 i have this message when I try to connect t

Re: AW: Tomcat 4.1.24 + Security Manager + weird Exceptions

2004-07-20 Thread Joshua Szmajda
I'm experiencing this same issue. I've got Tomcat 5.0.27, Apache 2.0.46, and jk2 version 2.0.4. Has there been any solution? It occurs primarily under heavy load. -Joshua Szmajda We've got a similar issue, though this in on Linux and using channelUnix/JNI instead of normal tcp channelSocket. We

Re: mod_jk2: .so versus .dll

2004-07-20 Thread Stephen Souness
If the naming of these files follows the usual conventions - mod_jk2.dll is a library for Windows, mod_jk2.so is a library for unix/linux. They're probably equivalents to eachother but will not be interchangable. -- Stephen Hirode, Kartheek V. wrote: Hello all We have the following config workin

Problem with jdbc:odbc in Tomcat 5.025

2004-07-20 Thread Iván Escobedo
Hello guys I have a question, I have two tomcats. 4.1.30 and 5.0.27, both with the same application, they are both similar and connect to a MSAccess database thru Jdbc Odbc bridge, however, in 4.1.30 everything works, but in 5.0.27 i have this message when I try to connect to the database. I ha

RE: Setting up mod_jk for Tomcat 5.0.27 under Apache 1.3.x

2004-07-20 Thread Iván Escobedo
Hello guys I have a question, I have two tomcats. 4.1.30 and 5.0.27, both with the same application, they are both similar and connect to a MSAccess database thru Jdbc Odbc bridge, however, in 4.1.30 everything works, but in 5.0.27 i have this message when I try to connect to the database. I ha

Setting up mod_jk for Tomcat 5.0.27 under Apache 1.3.x

2004-07-20 Thread Michael Mehrle
Okay, I can't believe how lousy the documentation for this is on the jakarta site: - Where do I find the latest connector (mod_jk) for Apache 1.3.x (I can't run Apache 2 because my hosting provider doesn't support it and needs 1.3 to run cPanel). - How do I reliably install that module for Tomcat

Re: Apache + Tomcat socket error

2004-07-20 Thread John Archbold
Hi James thaanks for your help to begin with. I forgot to mention im using apache2 and tomcat5, i tried what u said and it came back with invalid command proxypass have you got any other ideas? On Mon, 19 Jul 2004 16:35:56 -0500, McClure, James <[EMAIL PROTECTED]> wrote: > Hi John, > > Give thi

Re: address is already in use

2004-07-20 Thread Betto McRose G,
Steve! did you leave Maiden ? (je je je, sorry) - Original Message - From: "Steve Harris" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, July 20, 2004 2:55 PM Subject: Re: address is already in use > Hi, > > If your running on Solaris install a utility

Re: address is already in use

2004-07-20 Thread Steve Harris
Hi, If your running on Solaris install a utility called lsof and use the command, lsof -i :8080 This will list all processes using that port. I have had instances where 8080 has got 'stolen' by another process that started up and used that port. Once you've identified the process then

checking headers

2004-07-20 Thread Didier McGillis
anyway to check headers and get information other then just Etag: W/"18796-1089327349000" Last-Modified: Thu, 08 Jul 2004 22:55:49 GMT Content-Type: text/html;charset=ISO-8859-1 Content-Length: 18796 Date: Tue, 20 Jul 2004 12:04:20 GMT Server: Apache-Coyote/1.1 and is Apache-Coyote/1.1 the Tomcat i

Re: RE : RE : RE : how to access Subject after authentification

2004-07-20 Thread Jeanfrancois Arcand
LERBSCHER Jean-Pierre wrote: Could you tell me what is the correct configuration to access the jaas login file with this security manager. You need to start Tomcat using the -security ./catalina.sh start -security -- Jeanfrancois Thanks -Message d'origine- De : Jeanfrancois Arcand [mai

RE : RE : RE : how to access Subject after authentification

2004-07-20 Thread LERBSCHER Jean-Pierre
Could you tell me what is the correct configuration to access the jaas login file with this security manager. Thanks -Message d'origine- De : Jeanfrancois Arcand [mailto:[EMAIL PROTECTED] Envoyé : mardi 20 juillet 2004 18:42 À : Tomcat Users List Objet : Re: RE : RE : how to access Subjec

Having web. app. in custom medium, not in FileSystem

2004-07-20 Thread Viktor Malytskyy
Hi All! I'm trying to use this feature http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/resources.html in order to have my web. app inside custom medium, not in File System. During the startup of the Tomcat I'm getting this exception. I checked the implementation of TldConfig and it seems th

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 ha

Re: RE : RE : how to access Subject after authentification

2004-07-20 Thread Jeanfrancois Arcand
Are you both running with the security manager on? I think that's the problem... -- Jeanfrancois LERBSCHER Jean-Pierre wrote: Matt I am ok with you! I try the two methods and I have the same results (null) ! Perhaps we have to configure properly tomcat (?) so that it can record the subject in the

RE: Error Starting Sample Tomcat Webapps

2004-07-20 Thread Shapira, Yoav
Hola, How did you install tomcat? Yoav Shapira Millennium Research Informatics >-Original Message- >From: Sayeed [mailto:[EMAIL PROTECTED] >Sent: Tuesday, July 20, 2004 12:40 PM >To: Tomcat Users List >Subject: Re: Error Starting Sample Tomcat Webapps > >Dear Filip >thanx for the advice

Re: Error Starting Sample Tomcat Webapps

2004-07-20 Thread Sayeed
Dear Filip thanx for the advice - i put the same command and it gives these message : Dispatcher.dispatch(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Un known Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)

JK2 possible JNI problem? nativeDispatch exceptions

2004-07-20 Thread Joshua Szmajda
Hi All, I've got Tomcat 4.1.20 and Apache 2.0.46 running on Red Hat Enterprise Linux AS 3. I'm using the jk2 connector (connectors version 2.0.4) with a unixSocket channel. My problem is that the catalina.out file constantly gets the following two entries: this one comes constantly.. [Mon Jul 1

RE: Error Starting Sample Tomcat Webapps

2004-07-20 Thread Dale, Matt
You need to put the run arguement -Original Message- From: Sayeed [mailto:[EMAIL PROTECTED] Sent: 20 July 2004 17:17 To: Tomcat Users List Cc: [EMAIL PROTECTED] Subject: Re: Error Starting Sample Tomcat Webapps Dear Filip if I issues catalina.bat in DOS then this is all: C:\Apache\Tomca

RE: IIS Tomcat Web Log Error 500 Misleading?

2004-07-20 Thread Januski, Ken
This may not be the answer but I've always read that there's a limit on the number of characters in a GET request. I don't use many GETS so have never run into it. But that's the first thing I thought of when I saw the length of the query string... Ken -Original Message- Fro

Re: Error Starting Sample Tomcat Webapps

2004-07-20 Thread Filip Hanik - Dev
> type > > catalina.bat run RTFM - Original Message - From: "Sayeed" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, July 20, 2004 11:16 AM Subject: Re: Error Starting Sample Tomcat Webapps Dear Filip if I issues catalina.bat in D

RE:

2004-07-20 Thread Mike Jackson
What are these BMP files coming from this guy? --mikej -=- mike jackson [EMAIL PROTECTED] > -Original Message- > From: Craigmcc [mailto:[EMAIL PROTECTED] > Sent: Monday, July 19, 2004 11:33 PM > To: Tomcat-user > Subject: Re: > > > -

Re: Error Starting Sample Tomcat Webapps

2004-07-20 Thread Sayeed
Dear Filip if I issues catalina.bat in DOS then this is all: C:\Apache\Tomcat\bin>catalina Using CATALINA_BASE: C:\APACHE\TOMCAT Using CATALINA_HOME: C:\APACHE\TOMCAT Using CATALINA_TMPDIR: C:\APACHE\TOMCAT\temp Using JAVA_HOME: C:\jdk1.3 Usage: catalina ( commands ... ) commands: deb

RE : RE : how to access Subject after authentification

2004-07-20 Thread LERBSCHER Jean-Pierre
Matt I am ok with you! I try the two methods and I have the same results (null) ! Perhaps we have to configure properly tomcat (?) so that it can record the subject in the session. Perhaps an authenticator ? Jean François ! any ideas ? The second method is Subject.getSubject(java.security.AccessCo

Re: Error Starting Sample Tomcat Webapps

2004-07-20 Thread Nicolas PEREZ
Return Receipt Your Re: Error Starting Sample Tomcat Webapps document:

Re: Error Starting Sample Tomcat Webapps

2004-07-20 Thread Filip Hanik - Dev
in your dos window, instead of typing startup.bat type catalina.bat run and tomcat will run in the same window, and show you the error Filip - Original Message - From: "Sayeed" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, July 20, 2004 10:50 AM Subje

RE: Error Starting Sample Tomcat Webapps

2004-07-20 Thread Shapira, Yoav
Hi, Try using "catalina.bat run" or "catalina.bat start" instead of "startup.bat" -- one of those will keep the DOS window open so you can see error messages (if any). Also check c:\apache\tomcat\logs\catalina.out to see what the error is. BTW, unless you have a good reason not to, consider using

RE: RE : how to access Subject after authentification

2004-07-20 Thread Matt Harrison
I have tried both of these and they both return null! > -Original Message- > From: Jeanfrancois Arcand [mailto:[EMAIL PROTECTED] > Sent: 20 July 2004 16:30 > To: Tomcat Users List > Subject: Re: RE : how to access Subject after authentification > > > Two ways: > > httpSession.getAttribu

Re: Error Starting Sample Tomcat Webapps

2004-07-20 Thread Sayeed
DEAR Yoav Shapira I have a question for you sir. I start learning JSP and ohter J2EE tools recently. I buy a book of "Professional JSP 2nd Edition". Sir i am facing a problem: I dowload jakarta_tomcat 4.1.30.exe from the website. I already do have jdk1.3 at my PC ( iam using win98 OS). Now a

Tomcat fails to start

2004-07-20 Thread Andrew Janian
I am using Eclipse with MyEclipseIDE to run Tomcat. If I use the startup.bat for tomcat everything works fine. However, if I use eclipse to start tomcat i get the error below. Any ideas? The version of server.xml that you see below is near identical to server-minimal.xml. This has been happe

Re: RE : how to access Subject after authentification

2004-07-20 Thread Jeanfrancois Arcand
Two ways: httpSession.getAttribute("javax.security.auth.subject") or Subject.getSubject(AccessControl.getContext()) -- Jeanfrancois Matt Harrison wrote: Sorry for mis-reading your email If anybody out there knows how to retrieve the Subject, Jean-Pierre and I would most appreciate it! But, if, as I

Re:

2004-07-20 Thread Craigmcc
Norton AntiVirus excluído1.txt Description: plain/text - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: RE : how to access Subject after authentification

2004-07-20 Thread Matt Harrison
Sorry for mis-reading your email If anybody out there knows how to retrieve the Subject, Jean-Pierre and I would most appreciate it! But, if, as I suspect, this is not part of the current servlet spec, and thus not part of Tomcat, can I make a request for this to be included next time round? I w

RE : how to access Subject after authentification

2004-07-20 Thread LERBSCHER Jean-Pierre
Thanks Matt ! My problem is that have to call EJB deployed in Weblogic application server from servlet components. I use the weblogic api to propagate the security information from tomcat to WLS. This api uses the subject! Thus it is necessary that I can reach it. -Message d'origine- De :

RE: Embedded Tomcat with no war or webapps

2004-07-20 Thread Shapira, Yoav
Hi, Yeah, you'd use StandardContext#createWrapper, set the class on the Wrapper object, and StandardContext#addServletMapping. There might also be a JMX way to do this. Yoav Shapira Millennium Research Informatics >-Original Message- >From: Michael Banks [mailto:[EMAIL PROTECTED] >Sent:

Embedded Tomcat with no war or webapps

2004-07-20 Thread Michael Banks
I have successfully embedded Tomcat 5 into an application, but I would like to be able to load servlets without using a .war file or a webapps directory and no web.xml file. In Jetty I can do the following: ServletHolder holder = handler.addServlet( "MYSERVLET", "/myservlet/*

RE: how to access Subject after authentification

2004-07-20 Thread Matt Harrison
Hi I had a similar question a while back and never really got it fully resolved, but I found that Tomcat doesn't save the subject as a session attribute. However in your case you don't need to access the subject. In the web.xml file for your app, you can define what roles have access to each reso

how to access Subject after authentification

2004-07-20 Thread LERBSCHER Jean-Pierre
Hi, I am using JAAS authentification module to authenticate user within tomcat 5.0.27. After the authentification, I want to control access to resources (like ejb deployed in weblogic application server). To control access, I have to use weblogic api with the Subject instance delivred by authent

Re:

2004-07-20 Thread Craigmcc
<>- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Tomcat 5 drops remote user ?

2004-07-20 Thread Bjoern . Andersen
Hello, is it true that TC5 drops the remote user info from the Webserver ? with IIS->JK->TC4 remote user appears in "snoop.jsp" with IIS->JK->TC5 it's gone (NULL). Any way to bring it back? Where (in which source-file) is it dropped? -- Björn Andersen Webservices ---

AW: Tomcat and openSSL

2004-07-20 Thread Nagel, Andre
I'm currently working on the same thing, (Solaris: Apache, SSL, Tomcat, mod_jk...), and found while reading "BUILDING" this part for configure - options for mod_jk: --enable-EAPI This parameter is needed when using Apache-1.3 and mod_ssl, otherwise you will get the error message: "this module

Re: Tomcat and openSSL

2004-07-20 Thread Daniel J. Obregon
I would recommend using Apache to handle the ssl connections for you. I've been using apache as the ssl connection point in our production environment and using mod_jk to send things on to tomcat. I had tried using the ssl connector bundled with tomcat, but after awhile, it just seemed to reach a

Makefile for jakarta-tomcat-connectors-jk-1.2.5-src

2004-07-20 Thread Nagel, Andre
Hello! This is my first time ever being on a mailing list, so please forgive me mistakes, if I do some... I nearly got crazy while compiling "jakarta-tomcat-connectors-jk-1.2.5-src" to get mod_jk.so on my Solaris 8 SPARC. I found many HowTo's, but none did work, I always got following error mes

RE: where to put config.xml

2004-07-20 Thread Shapira, Yoav
Hi, The META-INF/context.xml file is only consulted if inside a WAR. Otherwise, put the config.xml file in the webapps directory itself (if your autodeploy is on, which is the default), or whatever directory you designate as the Host's appBase (tomcat4), or the conf/[engine name]/[host name] direc

RE: simple HelloWorld example -> 404

2004-07-20 Thread Shapira, Yoav
Hi, Good answer -- and it's gratifying to see formerly new/novice users now helping others ;) Yoav Shapira Millennium Research Informatics >-Original Message- >From: Wendy Smoak [mailto:[EMAIL PROTECTED] >Sent: Monday, July 19, 2004 6:15 PM >To: Tomcat Users List >Subject: Re: simple He

RE: Error Starting Sample Tomcat Webapps

2004-07-20 Thread Shapira, Yoav
Hi, Make sure the java installations are clean, i.e. there are no extra xml API or parser implementations (or Digester, come to think of it) in your jre/lib/ext directory (off $JAVA_HOME). Yoav Shapira Millennium Research Informatics >-Original Message- >From: Debra Bartling [mailto:[EM

Re:

2004-07-20 Thread Nikola Milutinovic
Sternbergh, Cornell wrote: Craigmcc, Are you trying to unsubscribe? No, it is a virus/trojan that is faking Craig's address. Nix. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE:

2004-07-20 Thread Sternbergh, Cornell
Well... Looking more closely at craigmcc's address, I should've guessed that he'd know how to unsubscribe, assuming that there's actually a craigmcc at apache.org. Maybe folks on the list should check if they've a virus, particularly if they have craigmcc's email address. Or maybe, I should stop

Re:

2004-07-20 Thread Craigmcc
<>- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: where to put config.xml

2004-07-20 Thread Nicolas PEREZ
Return Receipt Your Re: where to put config.xml document:

RealmBase NullPointerException from a filter

2004-07-20 Thread Zsolt Koppany
Hi, from a Filter class I want to add a RealmBase object but I get the following exception. From the source I think that I should set the container variable of the Realm object but I don't know how I can figure out the correct container. ERROR catalina.realm.RealmBase - Can't register null j

Re: where to put config.xml

2004-07-20 Thread Sayeed
there is nothing in Error/general Logs ? what i can do and how i can find where is fault? Saeed - Original Message - From: "Schalk Neethling" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, July 20, 2004 5:01 PM Subject: Re: where to put config.xml > You ca

Re:

2004-07-20 Thread David Smith
It's a virus from someone's infected system. Ignore the message. --David Sternbergh, Cornell wrote: Craigmcc, Are you trying to unsubscribe? If so, send an email to: [EMAIL PROTECTED] NOT to [EMAIL PROTECTED] -Original Message- From: Craigmcc [mailto:[EMAIL PROTECTED] Sent: Tuesday, July

Re: where to put config.xml

2004-07-20 Thread Schalk Neethling
You can find out more info on the exact cause of the error by looking at Tomcat's error/general log located at: TOMCAT_HOME/logs/ Sayeed wrote: Dear Sir/Madam I do not know much about the Question - so sorry sir/madam as i am new to this thing. I do have however question from you. I start learnin

RE:

2004-07-20 Thread Sternbergh, Cornell
Craigmcc, Are you trying to unsubscribe? If so, send an email to: [EMAIL PROTECTED] NOT to [EMAIL PROTECTED] -Original Message- From: Craigmcc [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 20, 2004 02:33 To: Tomcat-user Subject: Re: -

Re: where to put config.xml

2004-07-20 Thread Nicolas PEREZ
Return Receipt Your Re: where to put config.xml document:

Re: where to put config.xml

2004-07-20 Thread Sayeed
Dear Sir/Madam I do not know much about the Question - so sorry sir/madam as i am new to this thing. I do have however question from you. I start learning JSP and ohter J2EE tools recently. I buy a book of "Professional JSP 2nd Edition". Sir i am facing a problem: I dowload jakarta_tomcat 4.1.

Extending the standard webdav app

2004-07-20 Thread Michel Bertrand
Hi ! I would like to extend the standard Webdav app of Tomcat. I have already coded my own servlet extending WebdavServlet, but I cannot deploy my application correctly. The extension uses the libraries "servlets-common", "servlets-default" and "servlets-webdav". And so when running my app I h

where to put config.xml

2004-07-20 Thread John Hill
Hi can anyone tell me where I should put the config.xml file for a web application. IF I put it under META-INF , tomcat doesnt seem to find it. Does it need to be in a WAR file for this to occur ? - To unsubscribe, e-m

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: EJB Support

2004-07-20 Thread Nikola Milutinovic
R K Singh wrote: Hi All, I have been using tomcat-4.1.29 for JSP & Servlets. Now I need to use EJB in my JSP pages. How can I do it with Tomcat? Well, you can't. Tomcat is not an EJB container. You must get a hold of some EJB container or full J2EE server. Thses I know of: - JBoss (FREEWARE, inc

Re: EJB Support

2004-07-20 Thread Koon Yue Lam
Hi, Tomcat is a web container, so it can't handle EJB in normal case unlesss you use some 3rd party program. If you need EJB, the most obvious way is to get a J2EE Application Server like JBOSS, WebSphere, WebLogin... Regards - T

Tomcat and openSSL

2004-07-20 Thread david.brossard
Hi all, I'm new to this list and although I read the instructions on how to use the list, I'd like to apologize in advance if I ever misuse the list! - |Question| - I'm currently working on security with Apache Tomcat and openssl under Windows 2000. I'd like to set up Tomcat t

Problem in ConnectionPooling

2004-07-20 Thread N Tapas Kumar Choudhury
Hi All, We are using a connection pool in Tomcat using commons dbcp classes DriverAdaperCPDS (with com.sybase.jdbc2.jdbc.SybDriver class from sybase) and SharedPoolDataSource. If there is some network problem between tomcat 4.x and sybase 12.5., the code hangs at this line: Connection con = data

RE: jsp precompiling using staging server

2004-07-20 Thread Flisch, Alan
Apparently this is resolved in Tomcat 5.0.27 - it detects and reloads modified class files in the work directory. cheers! -Original Message- From: Robert Krüger [mailto:[EMAIL PROTECTED] Sent: 19 July 2004 15:25 To: Tomcat Users List Subject: Re: jsp precompiling using staging server

address is already in use

2004-07-20 Thread Nicolas PEREZ
Return Receipt Your address is already in use document:

AW: Logging with mod_jk

2004-07-20 Thread Jens . Mueller
Hello Tim, I have not read your answer correctly, sorry. The (%a) was ignored by my eyes... 8-) Is it possible to use the Apache-Log-Variables for the mod_jk-log? I tried this, but then the apache says, that there is an error in that directive. JkRequestLogFormat "%a ." --> Syntax error on