Re: Character Encoding problem

2002-08-30 Thread Irina Lishchenko
On Wednesday 28 August 2002 13:17, you wrote: > Hi > > I am using tomact 4.0.4 and JDK1.3.1 > > I am trying to read parameter in hebrew from the URL but get '???' writing > Hebrew to the browser works fine > > I can not use req.setCharacterEncoding(java.lang.String env) (can not > compile the code

Re: admin page - username and password?

2002-08-30 Thread Eddie Bush
Go to http://localhost:8080/ Read the page They were nice enough to tell you exactly what you need to know in order to get it going. hugo wrote: > Hi > > Perhaps the problem that I cannot execute any jsp files from a > projects directory (see previous email) I made under webapps in tomcat >

Re: Best Connector for Apache 2x and Tomcat 4x

2002-08-30 Thread Eddie Bush
Try replacing libexec/mod_jk.so with modules/mod_jk.so. The "apache standard" seems to use the libexec directory, but, if you look in /etc/httpd/conf, you'll see there is no such directory - there is, however, a modules directory (link) which gets you to where you want to be. Regards, Eddie

[Fwd: Your Report: JDK 1.4 lacks provides for: jaxp_parser_impl andxml-commons-apis]

2002-08-30 Thread Eddie Bush
I posted on the JDC Installation board and also hit Bug Parade. Here's the auto-response for the feature request. I'm forwarding this because Henri Gomez expressed interest in what I did/found out and I figured others had interest too. Regards, Eddie Original Message Subj

Re: TC404: slightly changed struts-exercise-taglib doesn't execute ActionServlet.init()

2002-08-30 Thread David M. Karr
> "David" == David M Karr <[EMAIL PROTECTED]> writes: David> I'm using TC4.0.4 on Win2k, using JDK1.4. I've built Struts1.1b2 from source. David> I've deployed the "struts-exercise-taglib" to TC, and it works fine. In my David> debugger, I see it execute ActionServlet.init() an

Re: Bugs in Tomcat 4.1.9 Manager Servlet on Windows 2000

2002-08-30 Thread garrett smith
Hey, I too have tried: http://localhost:8080/manager/install?path=&war= And got the FAIL message. According to the instructions, leaving an empty string for the value of path (no value) will result in ROOT context. This never worked for me using tomcat 4.0.1 on Linux (my host hasn't upgraded).

Re: Bugs in Tomcat 4.1.9 Manager Servlet on Windows 2000

2002-08-30 Thread garrett smith
Hey, I too have tried: http://localhost:8080/manager/install?path=&war= And got the FAIL message. According to the instructions, leaving an empty string for the value of path (no value) will result in ROOT context. This never worked for me using tomcat 4.0.1 on Linux (my host hasn't upgraded).

Context reload trashes remote objects

2002-08-30 Thread Corbin, Ken
Interesting problem. I'm using Tomcat 4.0.4, have and have the application configured to reload automatically when something changes. Much to my surprise, a context reload does not destroy an existing session context. Both the session context and session attribute objects are still accessible.

RE: Simple WAR files

2002-08-30 Thread admin
I know just what you mean!!! I got round the problem by starting to use ant. Its war task is pretty straight forward Best Wishes John Burgess [EMAIL PROTECTED] Tel: 01865 718666 Fax: 01865 718600 -Original Message- From: James [mailto:[EMAIL PROTECTED]] Sent: Friday, August 30, 2002 4:2

RE: HELP! 3 days and still no go with Apache2 and TomCat 4.0.4

2002-08-30 Thread Ray Madigan
The Jk* directives do not go in httpd.conf. mod_jk2 uses two property files to accomplish the mapping. I used this page to tell me how to get it to work. http://www.pubbitch.org/jboss/mod_jk2.html After some trial and error and some great help from members of this list - i just got it to work.

RE: HELP! 3 days and still no go with Apache2 and TomCat 4.0.4

2002-08-30 Thread Ignacio J. Ortega
Pleas, dont send high priority signed messages they are cumbersome, thanks. > De: Peter T. Abplanalp [mailto:[EMAIL PROTECTED]] > Enviado el: 31 de agosto de 2002 1:29 > Para: [EMAIL PROTECTED] > Asunto: Re: HELP! 3 days and still no go with Apache2 and TomCat 4.0.4 > > On Fri, Aug 30, 2002 at 0

Re: HELP! 3 days and still no go with Apache2 and TomCat 4.0.4

2002-08-30 Thread Peter T. Abplanalp
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 please have your mua wrap lines at 72-80 cols. thanks. On Fri, Aug 30, 2002 at 07:04:38PM -0400, Dennis Megarry wrote: > I've been reading everything I can get my browser pointed at > and I must say, there is an extreme lack of documentation on > Ap

Re: HELP! 3 days and still no go with Apache2 and TomCat 4.0.4

2002-08-30 Thread Dennis Megarry
First off.. THANKS for replying so fast! I was actualy sitting here hitting the refresh button hoping.. I running jk2 My Apache Conf line is: LoadModule jk2_module modules/mod_jk2.so LoadModule perl_module modules/mod_perl.so LoadModule php4_module modules/libphp4.so I have attached my worker

RE: HELP! 3 days and still no go with Apache2 and TomCat 4.0.4

2002-08-30 Thread Ray Madigan
Are u using mod_jk or mod_jk2. workers2.properties are for mod_jk2. Send a copy of your workers2.properties and maybe we can find something. -Original Message- From: Dennis Megarry [mailto:[EMAIL PROTECTED]] Sent: Friday, August 30, 2002 4:05 PM To: [EMAIL PROTECTED] Subject: HELP! 3 da

HELP! 3 days and still no go with Apache2 and TomCat 4.0.4

2002-08-30 Thread Dennis Megarry
I've been reading everything I can get my browser pointed at and I must say, there is an extreme lack of documentation on Apache2 & Tomcat.. (or google can not find it) I've done every step in any doc I found, I startup (startup.sh) TomCat and then start apache2.. My log shows: [Fri Aug 30 2

RE: Best connector

2002-08-30 Thread Joseph Molnar
Depends really on what you are doing and what versions you are using. mod_jk is basically more difficult to get going but supports load balancing mechanisms and is easier to separate out the static content from the dynamic content (ie who serves it) when content is within the jsp/servlet virtual

Re: DB2 DataSources and Tomcat 4.0.4

2002-08-30 Thread Vance Christiaanse
Rick, I tried the following (all with db2java.zip renamed to db2java.jar and located in lib\common): WORKED: The Class.forName code using the DB2 app driver with Tomcat 4.0.4 FAILED: DataSource using the DB2 app driver with Tomcat 4.0.4 WORKED: DataSource using the Cloudscape driver with Tomcat

Tomcat: java.io.IOException: Premature packet header end

2002-08-30 Thread Guoben Li
Hi, I have Apache 1.3.26 and Tomcat 4.0.4 installed/configured on the same host. When I tried to access Tomcat's examples/jps/index.html from Apache my browser popped up: "The page cannot be displayed". I had a look of both logs: On Tomcat side logs/apache_log.2002-8-30.txt showed: 2002

Re: mod_jk2 - error on tomcat4.0.4 side?

2002-08-30 Thread Peter T. Abplanalp
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, Aug 30, 2002 at 02:50:39PM -0700, Ray Madigan wrote: > Peter - thanks for your help on this issue. welcome. well, this is gonna be like trying to find a needle in a haystack. let's try this, remove all tomcat and apache logs, start tomcat, w

Poor warp performance an Apache 1.3 with Catalina

2002-08-30 Thread Han Ming Ong
Dear all, Platform: Mac OS X, Jaguar Apache: 1.3.26 Catalina: 4.0.4 We have a simple Servlet application that is initially deployed in Standalone mode. That gives us excellent performance. We need to move the app into our deployment environment which has Apache 1

RE: mod_jk2 - error on tomcat4.0.4 side?

2002-08-30 Thread Ray Madigan
One more thing that may be different. I am not using it this way now - but root is the owner of both the Tomcat and the Apache components. I'm not sure it matters - but i hope to have the server come up in my /etc/rc.d/rc5.d daemon. -Original Message- From: Ray Madigan [mailto:[EMAIL PR

RE: mod_jk2 - error on tomcat4.0.4 side?

2002-08-30 Thread Ray Madigan
Peter - thanks for your help on this issue. I believe I have verified everything is correct. (ha ha - usually isn't the case, but can't find it now). Here is where things are on my machine: /usr/local/tomcat/lib/libjkjni.so diffed with the built versions from the connector source /usr/local/t

Index.html/default welcome file

2002-08-30 Thread carlos1 . rivera
We are running tomcat/catalina as a thread/embedded. For some reason even though we have in the web.xml(in both the conf directory and in the WEB_INF of out application) the definition of the "welcome-file-list", we cannot get the index.html when we type "http://myhost:8080"; in the browser, we h

Tomcat Version 4.0.4 Performance & Tuning Ques:

2002-08-30 Thread Mohbe, Sameer
HI Folks, I recently performed a Tomcat Upgrade to Version 4.0.4 from version 3. In version 3 the server.xml file I had added following entries as per our environment needs : My question is : Are these entries/Parameters still valid in Tomcat Version 4.0.4 .If yes where

Bugs in Tomcat 4.1.9 Manager Servlet on Windows 2000

2002-08-30 Thread stevem
I had some problems with the Tomcat 4.1.9 manager. Basically, it does not successfully install a new application for me. I had to do it manually. Note: I am using a JDBC Realm with MySQL. My ID has the manager and admin role assigned. The Manager servlet runs, the Admin servlet runs but blows

Re: mod_jk2 - error on tomcat4.0.4 side?

2002-08-30 Thread Peter T. Abplanalp
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, Aug 30, 2002 at 01:43:43PM -0700, Ray Madigan wrote: > I have made the same set of modifications and followed the advice on the > site you reference. I get the same catalina.out error messages. > > If anyone has this working, has looked at t

Re: Trouble configuring Tomcat 4.0.4 JNDI connection to MySQL ***PROBLEMSOLVED***

2002-08-30 Thread stevem
Thank you to everyone who helped with this. I am now able to use a JNDI MySQL DataSource. The last problem I had, after moving to 4.1.9, was caused by a typo in my closing tag. I do not know if that was the problem all along with 4.0.4. -- To unsubscribe, e-mail:

Re: DB2 DataSources and Tomcat 4.0.4

2002-08-30 Thread Rick Yoesting
Vance, We're using DB2 via DataSource with Tomcat 4.0.3 using Struts ( element in struts-config.xml), so I assume this means it should work without Struts also. Below is a JSP snippet that should tell you if you're driver is working or not outside of Tomcat's Resource Factory. From what I g

RE: [OT] DTD Validation -- Server.xml

2002-08-30 Thread Jacob Hookom
Thanks. From you comments, I believe I will have to opt out of DTD validation and just rely on Digester to map any attributes thrown in to the bean's properties. | -Original Message- | From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] | Sent: Friday, August 30, 2002 3:41 PM | To: Tomc

RE: mod_jk2 - error on tomcat4.0.4 side?

2002-08-30 Thread Ray Madigan
I have made the same set of modifications and followed the advice on the site you reference. I get the same catalina.out error messages. If anyone has this working, has looked at the recommendation on the site, some assistance would be appreciated. -Original Message- From: Branko Kanne

Re: [OT] DTD Validation -- Server.xml

2002-08-30 Thread Craig R. McClanahan
On Fri, 30 Aug 2002, Jacob Hookom wrote: > Date: Fri, 30 Aug 2002 14:20:40 -0500 > From: Jacob Hookom <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: [OT] DTD Validation -- Server.xml > > For container/realm based defi

Tomcat 4.0.4 shutdown problems

2002-08-30 Thread Anand Parikh
I am using Tomcat 4.0.4 with JDK 1.3 on Debian Linux 2.2.6. I can start Tomcat OK with startup.sh. On shutdown with shutdown.sh, I do not get any error message on the xterm. Subsequent startup does not succeed. After the first shutdown I see 15 processes like the one below still running: aaptwo

Re: Best Connector for Apache 2x and Tomcat 4x

2002-08-30 Thread Ben Souther
John, I've followed the directions in your howto and the two don't seem to be connecting. The only clue I can find is in the Catalina.out log: mod_jk location: libexec/mod_jk.so Make sure it is installed corectly or set the config location Using Starting service Tomcat-Standalone Apache Tomcat

Re: Trouble configuring Tomcat 4.0.4 JNDI connection to MySQL

2002-08-30 Thread stevem
Thanks, Vance. Actually, the parameter above that is "driverClassName" the one you are looking at use to be "url", but in some server.xml files the second parameter is "driverName" instead of "url". If you look at the 4.0 JNDI how-to it uses the "driverName" parameter below "driverClassName"; h

IIS Tomcat Integration Problem

2002-08-30 Thread Richard Elsberry
Hello all, I am "yet again" another one of many having difficulties integrating iis and Tomcat. I've been trying for over two days now and have searched all through the tomcat users list service and have read the recommended documentation such as: http://members.ozemail.com.au/~lampante/howto/t

Re: Trouble configuring Tomcat 4.0.4 JNDI connection to MySQL

2002-08-30 Thread Vance Christiaanse
You need to set "driverClassName" to the proper value, com.mysql.jdbc.Driver, not "driverName". - Original Message - From: <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Cc: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Friday, August 30, 2002 12:20 PM Subject: Re: Troubl

Using Tomcat as a server application framework

2002-08-30 Thread Sam Cheung
Hi, I am going to a server application which listens on a known port, take a client's request and then response it , I would like to know if it is a good idea to use Tomcat as the server framework? If the protocol between client and server is HTTP on top of TCP, then my appication can be just a

Tomcat running cgi?

2002-08-30 Thread Joseph Lupo
We currently run our application on Tomcat 4, but we also are running an application (Big Brother) that needs to run CGI scripts. I want to try to drop Apache entirely since it is only there to handle the Big Brother semi-static pages. Is it possible to run these from Tomcat? By the way, I am t

[OT] DTD Validation -- Server.xml

2002-08-30 Thread Jacob Hookom
For container/realm based definitions in the server.xml, I notice that the Attributes are really fly-by-wire as to the implementing object [MemoryRealm vs. JDBCRealm]. If I were to use the Struts Digester and include a DTD for validation, would any extra Attribute not specified in the DTD be igno

Error: 500

2002-08-30 Thread Arturo Koosau
Hello, I am using Apache 1.3.14 and Tomcat as a Servlet Server and I am getting the following error: Error: 500 Location: /servlet/What Internal Servlet Error: java.lang.NoClassDefFoundError: org/apache/xerces/dom/NamedNodeMapImpl at java.lang.Class.forName0(Native Method)

Re: session tracking using URL rewriting & META=refresh

2002-08-30 Thread Srinadh Karumuri
It looks like no one had to deal with this earlier. I made a work around, not fancy but works. I used: and in this page for etc., I used: > -Sri At 10:27 AM 8/29/2002, Srinadh Karumuri wrote: >Hi, > >I know there are two ways of session tracking in Tomcat 3. >1. Cookies based: This is out of

Can tomcat 3.3 run cgi scripts

2002-08-30 Thread Kajen, Michael
Hi, I see that Tomcat 4.0 has CGIServlet. At the moment I'm stuck on tomcat 3.3. Is there a way to configure it to run CGI scripts? Thanks for any help. Michael Kajen -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: DistributedManager Qustion

2002-08-30 Thread Craig R. McClanahan
On Fri, 30 Aug 2002, Wagoner, Mark wrote: > Date: Fri, 30 Aug 2002 13:22:31 -0400 > From: "Wagoner, Mark" <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: 'Tomcat Users List' <[EMAIL PROTECTED]> > Subject: RE: DistributedManager Qustion > > >> Server A has a catastrop

RE: DistributedManager Qustion

2002-08-30 Thread Wagoner, Mark
>> Server A has a catastrophic failure and dies (or some idiot unplugs it). ROTFL - I was doing a customer install once and left for the night. When the cleaning lady came in she needed to plug in her vacuum cleaner. Guess where she found the outlet. Oddly enough, this was at a hospital. Sorr

RE: Database write delay?!?!?!?

2002-08-30 Thread Mike Jackson
There's either a memory leak or a connection leak in the ODBC bridge. I'm not sure which. I have a site using sql server w/jrun and prior to switching to a new interface (other than the odbc-jdbc bridge) I was seeing my handles increasing (and connections) but never subsiding. Eventually after

RE: mod_jk and EAPI

2002-08-30 Thread Jill Veronda
The problem had to do with having old jar files on my classpath. Thanks for your help! -jill -Original Message- From: Bill Barker [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 29, 2002 11:38 PM To: [EMAIL PROTECTED] Subject: Re: mod_jk and EAPI If I had to guess, I'd say that you

RE: RE: RE: Problems with class loader

2002-08-30 Thread Craig R. McClanahan
On Fri, 30 Aug 2002, Cox, Charlie wrote: > Date: Fri, 30 Aug 2002 11:24:14 -0400 > From: "Cox, Charlie" <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: 'Tomcat Users List' <[EMAIL PROTECTED]> > Subject: RE: RE: RE: Problems with class loader > > I guess I wouldn't co

DistributedManager Qustion

2002-08-30 Thread Jim Urban
We have a client who is interested in running a cluster of Tomcat servers. Since our applications are mission critical healthcare systems, one of the primary concerns is fail over. We need to set up Tomcat to handle this scenario: A user logs on to server A and establishes session. User uses the a

Re: Simple WAR files

2002-08-30 Thread James
Thanks Randall :) Actually I have got the connectors now, all to do is now compile them :( hahaha... you may be able to hear me scream from all the way over your at place. I also downloaded the taglibs, interesting things they are! I tried a servlet with the web.xml for the root directory, in W

RE: Connector examples?

2002-08-30 Thread Turner, John
For the auto conf files to be generated, you need to add Listener directives to server.xml and restart tomcat. See step #10 in my HOWTO: http://www.johnturner.com/howto/apache-tomcat-howto.html Even though it is for RedHat, the tomcat configuration is the same. No, tomcat doesn't integrate w

Connector examples?

2002-08-30 Thread James
The Tomcat 4.0.4 docs say that a sample apache configuration file will be written to tomcat-dir/conf/auto and also for IIS4/5. But these are not there... how do I get them? Also, is it possible to connect Tomcat and PWS4 on Win98? It doesn't have the configuration thingies of IIS, so can it still

Re: DBCP: optimum settings

2002-08-30 Thread Craig R. McClanahan
On Thu, 29 Aug 2002, neal wrote: > Date: Thu, 29 Aug 2002 21:40:24 -0700 > From: neal <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: DBCP: optimum settings > > Im wondering what the maximum active conn objects is in a

Re: Simple WAR files

2002-08-30 Thread Randall R Schulz
James, At 08:49 2002-08-30, you wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA1 > >On Fri, Aug 30, 2002 at 11:41:19AM -0400, Wagoner, Mark wrote: > > I would use an IDE like Netbeans or Forte to get started. It will do most > > of this for you, including packaging the entire app into a WA

Re: Trouble configuring Tomcat 4.0.4 JNDI connection to MySQL

2002-08-30 Thread Craig R. McClanahan
On Fri, 30 Aug 2002, Martin Jacobson wrote: > > At this point, Craig will probably come in and say to move to tc 4.1, > and I'd say, 'fine, as long as you don't use SSL with a standalone > tomcat, because the Coyote connector is broken in this respect.' > I hope you've reported your issues to

SSL troubles ..

2002-08-30 Thread Eriam Schaffter
Hello all .. I'm getting real confusing problems trying to setup SSL, I have an error telling me that tomcat connot find a private key in the file. Would you have any tips ? Eriam -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: Simple WAR files

2002-08-30 Thread Peter T. Abplanalp
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, Aug 31, 2002 at 02:06:07AM +1000, James wrote: > Thanks Peter. Now that I know how to make WAR files, is there a tutorial on > writing the bits and pieces of web.xml? well, there are many. you can go through the tutorials at java.sun.com or

RE: tomcat & XML

2002-08-30 Thread Barney Hamish
If you put them somewhere in accessible to your class path you can load them as resources. ie /foo/my.xml classpath= /foo/ etc > -Original Message- > From: Mubaraka Arif [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 30, 2002 12:23 PM > To: [EMAIL PROTECTED] > Subject: tomca

Re: Trouble configuring Tomcat 4.0.4 JNDI connection to MySQL

2002-08-30 Thread stevem
Martin's advice made a difference. When I pulled in the tc 4.1 common/lib jars to my tc 4.04 common/lib I got past my problem for the first time. The new contents of common/lib are: activation.jar, commons-collections.jar, commons-dbcp.jar, commons-pool.jar, jdbc2_0-stdext.jar, jndi.jar, jta-spe

tomcat & XML

2002-08-30 Thread Mubaraka Arif
hi , I have created a couple of xml files and I need to know in which directory of Tomcat 4.0 I need to place these xml files , from where Java Beans can use them. Mubaraka Arif Database software developer St Mary's University , San Antonio, TX -- To unsubscribe, e-mail:

RE: tomcat & apache - need help

2002-08-30 Thread Turner, John
Hi Suzanne - mod_jserv is pretty old. You might be better off with mod_jk, especially with apache 2.0.39 (incidentally, 2.0.40 is out). The source for the most recently supported connectors is here: http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.4/src/ John Turner [EMAIL PRO

tomcat & apache - need help

2002-08-30 Thread Suzanne Palmer
Hi. I am trying to get tomcat 3.3.1 working with apache 2.0.39 on a Solaris 7 system and I am encountering a lot of difficulties, not the least of which is my complete cluelessness with regards to all things java (for which I heartily apologize in advance). I am led to understand that I need to h

Re: Processor Availability

2002-08-30 Thread Rodrigo Ruiz
Thank you very much! - Original Message - From: "Randall R Schulz" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Friday, August 30, 2002 6:02 PM Subject: Re: Processor Availability > Rodrigo, > > CTRL-D doesn't send a signal on any OS I've ever worked with, inclu

Re: Processor Availability

2002-08-30 Thread Randall R Schulz
Rodrigo, An addendum to my previous message: >CTRL-D doesn't send a signal on any OS I've ever worked with, including >Windows. > >Use CTRL-BREAK. You'll get a nice, verbose thread dump. Make sure you've >configured your console window for at least a few hundred lines of >scroll-back, because

Re: Processor Availability

2002-08-30 Thread Peter T. Abplanalp
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, Aug 30, 2002 at 09:02:30AM -0700, Randall R Schulz wrote: > CTRL-D doesn't send a signal on any OS I've ever worked with, including > Windows. you mean signal in the real sense, right? because in the general sense on any unix system, ctrl-d

Re: Simple WAR files

2002-08-30 Thread James
Thanks Peter. Now that I know how to make WAR files, is there a tutorial on writing the bits and pieces of web.xml? Also... I see this is a popular question, (I was also going to ask) where is mod_jk in binary for Win32? Do you have one in a package with docs that you can send me? :-) Sorry! I ca

Re: Apache and Tomcat

2002-08-30 Thread Peter T. Abplanalp
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, Aug 30, 2002 at 12:01:17PM -0400, Turner, John wrote: > > Agreed. I am actually in the process of creating an FAQ, and hopefully > others will contribute to it as time goes on. Hopefully we can all someday > just point them there. very goo

Re: Processor Availability

2002-08-30 Thread Randall R Schulz
Rodrigo, CTRL-D doesn't send a signal on any OS I've ever worked with, including Windows. Use CTRL-BREAK. You'll get a nice, verbose thread dump. Make sure you've configured your console window for at least a few hundred lines of scroll-back, because the dump comes very fast. On my system wit

RE: Apache and Tomcat

2002-08-30 Thread Turner, John
Agreed. I am actually in the process of creating an FAQ, and hopefully others will contribute to it as time goes on. Hopefully we can all someday just point them there. John > -Original Message- > From: Peter T. Abplanalp [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 30, 2002 11:5

Re: Apache and Tomcat

2002-08-30 Thread Peter T. Abplanalp
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, Aug 30, 2002 at 11:45:51AM -0400, Turner, John wrote: > > Nope, just trying to pay it forward. I've gotten countless amounts of help > from mailing lists in the past, and have been using open source software > since the earliest, but have ne

RE: Simple WAR files

2002-08-30 Thread Wagoner, Mark
Personal preference I suppose. I, personally, almost gave up trying to teach myself Java using the notepad/javac/System.out.println routine. Once I was able to step through the code in the debugger (and get something to actually work) I started to appreciate Java. I guess I need that instant gr

RE: Where to obtain mod_jk

2002-08-30 Thread Turner, John
There aren't any on the official site. You will have to build from source, or see if anyone else has it and wants to send it to you. Source is here: http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.4/src/ John Turner [EMAIL PROTECTED] > -Original Message- > From: [EM

RE: need a clue brick: where is mod_jk

2002-08-30 Thread Turner, John
Thanks to a kind soul I've never met: http://www.acg-gmbh.de/mod_jk/ John Turner [EMAIL PROTECTED] > -Original Message- > From: Wise, Bowden (Research) [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 30, 2002 11:50 AM > To: 'Tomcat Users List' > Subject: RE: need a clue brick: where i

Where to obtain mod_jk

2002-08-30 Thread Michael Timpe
Hi, I need a mod_jk binary for a SuSE Linux 7.3. All the folders in the download area of the jakarta project are empty (release, nightly, ...) Where can I download a stable version of mod_jk for use with Apache2. -- To unsubscribe, e-mail: For additional command

RE: need a clue brick: where is mod_jk

2002-08-30 Thread Wise, Bowden (Research)
Ditto where are binaries for mod_jk for Windows?? >-Original Message- >From: Vincent Stoessel [mailto:[EMAIL PROTECTED]] >Sent: Friday, August 30, 2002 11:46 AM >To: Tomcat Users List >Subject: need a clue brick: where is mod_jk > > >I am trying to find a copy of mod_jk. >Anyone know the

RE: need a clue brick: where is mod_jk

2002-08-30 Thread Turner, John
Source is here: http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.4/src/ (the file that has "connectors" in the name) Linux binaries are here (tomcat 3 mod_jk binaries work with tomcat 4 and apache 1.3): http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.3.1/bin/linux/i38

Re: Simple WAR files

2002-08-30 Thread Peter T. Abplanalp
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, Aug 30, 2002 at 11:41:19AM -0400, Wagoner, Mark wrote: > I would use an IDE like Netbeans or Forte to get started. It will do most > of this for you, including packaging the entire app into a WAR file. no offense but i recommend /not/ doing

RE: Servlet Instances

2002-08-30 Thread Rui Fernandes
This was the problem! Thanx for the solution! - Original Message - From: Cox, Charlie <[EMAIL PROTECTED]> To: 'Tomcat Users List' <[EMAIL PROTECTED]> Sent: Friday, August 30, 2002 3:18 PM Subject: RE: Servlet Instances > any webapp whose physical location is a subdirecty of the 'appBase

RE: Apache2/Tomcat4

2002-08-30 Thread Turner, John
Sounds good, though don't take my word that you need mod_jk2. I've never tried it with mod_jk. Let us know how it goes. John > -Original Message- > From: Ray Madigan [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 30, 2002 11:43 AM > To: Tomcat Users List > Subject: RE: Apache2/Tomc

Re: Simple WAR files

2002-08-30 Thread Peter T. Abplanalp
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, Aug 31, 2002 at 01:28:16AM +1000, James wrote: > Hi, > > I have read the documentation for writing web applications and distributing > them in WAR files, but now I am just more confused than ever. I'm looking > for a simple step by step tutor

need a clue brick: where is mod_jk

2002-08-30 Thread Vincent Stoessel
I am trying to find a copy of mod_jk. Anyone know the location, src, binary or cvs location of mod_jk? I've followed a wild goosechase in the http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/ directory structure. Thanks in advance. -- Vincent Stoessel Linux Systems Developer vincen

RE: Apache and Tomcat

2002-08-30 Thread Turner, John
Nope, just trying to pay it forward. I've gotten countless amounts of help from mailing lists in the past, and have been using open source software since the earliest, but have never really been in a position to devote time and effort to contributing what I can. I'm in that position now, sort o

RE: Simple WAR files

2002-08-30 Thread Wagoner, Mark
I would use an IDE like Netbeans or Forte to get started. It will do most of this for you, including packaging the entire app into a WAR file. Once you go through the process within the IDE it starts to make much more sense. -Original Message- From: James [mailto:[EMAIL PROTECTED]] Sent

RE: Apache2/Tomcat4

2002-08-30 Thread Ray Madigan
I was reading a post by Luminous Heart who used mod_jk and his post indicates that it worked. The date of the post was July 25, 2002. I will try mod_jk2. Thanks -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Friday, August 30, 2002 8:31 AM To: 'Tomcat Users List

Re: Apache and Tomcat

2002-08-30 Thread Peter T. Abplanalp
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, Aug 30, 2002 at 11:28:15AM -0400, Turner, John wrote: > > There is quite a bit of documentation, especially in the list archives. > > First, which platform are you on? > > Second, what connector do you want to use? There are three: mod_jk,

RE: Apache and Tomcat

2002-08-30 Thread Turner, John
Well, hold on...which platform are you on? mod_jk doesn't use AddHandler, it has it's own directives, like "JkMount". You can actually skip configuring httpd.conf except to add in a single Include directive, like this: Include /usr/local/tomcat/conf/auto/mod_jk.conf and, with a properly config

Re: Apache and Tomcat

2002-08-30 Thread James
Thankyou John, I will get myself a mod_jk and install it. So it seems then that I will need to write some configuration lines such as: AddHandlermod_jk.jsp And directory configurations, like maybe: ... something with mod_jk... I should install mod_jk now and read the docs to see if I

Re: Servlet

2002-08-30 Thread Tom Oinn
Um, have you actually read the documentation? If you had then you would have seen references to WEB-INF directories, web.xml files and suchlike. I strongly suggest that you go read the docs that came with tomcat before asking questions to the list. Cheers, Tom Jaicey Ouseph wrote: > I have

RE: Apache2/Tomcat4

2002-08-30 Thread Turner, John
Don't you need mod_jk2, not mod_jk, to enable in-process features? John > -Original Message- > From: Ray Madigan [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 30, 2002 11:24 AM > To: Tomcat Users List > Subject: RE: Apache2/Tomcat4 > > > My platform is RH Linux 7.3 > I am using Ja

RE: Apache and Tomcat

2002-08-30 Thread Turner, John
There is quite a bit of documentation, especially in the list archives. First, which platform are you on? Second, what connector do you want to use? There are three: mod_jk, mod_webapp, and mod_jk2. Most people seem to be using mod_jk, it's the oldest and is, in my experience, the most stable

Simple WAR files

2002-08-30 Thread James
Hi, I have read the documentation for writing web applications and distributing them in WAR files, but now I am just more confused than ever. I'm looking for a simple step by step tutorial on making WAR archives and making them redistributable. I know this so far: - Directory structure; WEB-INF,

RE: RE: RE: Problems with class loader

2002-08-30 Thread Cox, Charlie
I guess I wouldn't consider it a bug, but rather a consequence of how classes are loaded and which class loader holds the files in question. But I see your point in that you don't want Hashtable(and more) in all your webapps... you can open a bug for this and one of the developers(I'm not a devel

RE: Apache2/Tomcat4

2002-08-30 Thread Ray Madigan
My platform is RH Linux 7.3 I am using Java 1.4 and mod_jk 1.2.0 built from the download site. I am attempting to connect Apache 2.0.40 with Tomcat 4.0.4 in httpd.conf I made the following changes LoadModule module_jk modules/mod_jk.so JkWorkersFile conf/workers.properties JkLogFile

Apache and Tomcat

2002-08-30 Thread James
Hi, I can't find any documentation on making Apache 2.0.40 work with Tomcat 4.0.4. I would like to be able to use my Apache web server as usual with CGI, mod_perl, PHP, etc, but also have it serve JSP pages and Servlets as well. Do I need to add anything to httpd.conf to make Tomcat take care of

Re: Tomcat shutdown does not kill java process

2002-08-30 Thread Srinadh Karumuri
I saw similar problem when my DB process is locked due to lock on resources. This is not a fancy way but we gave work around to make sure we don't end up with two servers. This can be done easily by checking for 'java' process running for this user in the start/stop scripts (and show error

compiling webapp/APR

2002-08-30 Thread Vincent Stoessel
I have downloaded mod_webapp from cvs, did the ./buildconf thing as well as ./configure --enable-dso --enable-other-child --disable-ipv6 on my redhat 7.3 box. I get this error from make: Making all in dso/unix make[1]: Entering directory `/usr/local/jakarta/apr/dso/unix' make[2]: Entering dir

RE: Compiling mod_jk, mod_jk2 on Solaris

2002-08-30 Thread Ignacio J. Ortega
Saludos , Ignacio J. Ortega > -Mensaje original- > De: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] > Enviado el: 30 de agosto de 2002 16:59 > Para: [EMAIL PROTECTED] > Asunto: Compiling mod_jk, mod_jk2 on Solaris > > > Sorry, > the two lines > > > > are missing the closing slas

Compiling mod_jk, mod_jk2 on Solaris

2002-08-30 Thread gabriele . garuglieri
For anyone who may be interested, i have managed to compile mod_jk and mod_jk2 of jakarta-tomcat-connectors-4.1.9 for apache 2.0.39 under Solaris 2.8, using both configure and ant methods. The tools used were: ant 1.5 gcc 2.95.2 libtool 1.4.2 Autoconf 2.53 automake 1.6

Solved my problem (was RE: 4.0.2 Form Based Login Problem)

2002-08-30 Thread Noah Green
I upgraded to 4.0.4 and everything works. I think this was related to BUG 5422. Good luck everyone! -noah -Original Message- From: Noah Green Sent: Friday, August 30, 2002 10:22 AM To: '[EMAIL PROTECTED]' Subject: 4.0.2 Form Based Login Problem Hi all, I'm having a very strange prob

CPU 100% usage in applet

2002-08-30 Thread Sanjay Bahal
Hi, I am running my applet on IE 5.5 not using any plugin, on a NT heavy duty machine. The applet takes up 100% CPU. The applet does not have any GUI component but launches JSP pages. The applet connects to backend resources using socket, uses threads etc. The bulk of the code is in Java classes-

Re: Where should i put dynamically generated graphics

2002-08-30 Thread Joel Sather
If you want a servlet to write out a GIF stream take a look at this: http://www.javaworld.com/javaworld/jw-05-2000/jw-0505-servlets.html Basically, you have a seperate servlet that generates the GIF. Then your real page has a tag that references the image display servlet which sends back a GI

  1   2   >