Re: Re: mod_jk: ajp13: cpu load problem with apache

2002-05-02 Thread csterg
First of all thank you for your interest. I will download the latest code and try this out. I do have the debug mode enabled so I will sent you any errors (although I have not noticed anything special). I don't think though that I can reproduce the problem myself. About the gdb, I have no

How to redirect the log file from the command window to a file?

2002-05-02 Thread Louis Voo
Hi, I'm using tomcat 4.04b2 for window. After I start my tomcat, all the system.out log will print out in that command window, can I redirect it to a file? Please tell me how to do that. Thank you Louis -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands:

what is needed to connect to mysql

2002-05-02 Thread # Lalit Nagpal #
hello, plz can anybody tell me how to connect to a mysql database through a servlet. i know how to prepare a connection etc through code but what other settings are needed. i am using tomcat 4 as a standalone. The error i get is Class not found org.gjt.mm.mysql.Driver plz help ... #

digested passwords: using RealmBase.Digest() in a jsp

2002-05-02 Thread Ralf Baumert
Hi Folks, please help me out of this one... I´ve set up a tomcat with JDBC Realm Authentication and MD5 Digest. So far, it works fine, but I somehow don´t manage to use the Method org.apache.catalina.realm.RealmBase.Digest() in one of my JSPs. I need this Feature to let my Users change their

R: what is needed to connect to mysql

2002-05-02 Thread Gianluca Gravina
-Messaggio originale- Da: # Lalit Nagpal # [mailto:[EMAIL PROTECTED]] Inviato: giovedì 2 maggio 2002 11.09 A: [EMAIL PROTECTED] Oggetto: what is needed to connect to mysql hello, plz can anybody tell me how to connect to a mysql database through a servlet. i know how

Receipt of 02/05/102 10:31 message

2002-05-02 Thread Andrew . Bate
Re:R: what is needed to connect to mysql ** This message has been sent via the Internet. Internet communications are not secure against interception or modification. Severn Trent Systems therefore can not

web application using implementation Sun's JSSE

2002-05-02 Thread Richard Wooding
Hi all, I have following configuration: 1. Local Web server: * A web application written using JSP 1.2 * IBM Java SDK 1.3 (for Linux) * Tomcat 4 * Sun's JSSE 1.0.2 (as an SSL Implementation) 2. Remote Web Server * Black box with a servlet which accepts requests via HTTPS The local web

Problem while retreiving Client Certificate

2002-05-02 Thread Raja Sekhar
Hi, I am using Tomcat 4.0.3 with Apache 1.3.24 on Redhat Linux 7.1. For SSL, I have configured Apache with mod_ssl the connector I am using is mod_webapp. The SSL Connection is successfully done. I have a servlet on Tomcat which is expecting a Client Certificate. I have made SSLVerifyClient

Re: R: what is needed to connect to mysql

2002-05-02 Thread # Lalit Nagpal #
thanx man, it works if u keep the extracted package in the lib directory, and if u keep the jar file ... i wonder why it wont get the necessary classes. # Lalit Nagpal # - Do You Yahoo!? Yahoo! Health - your guide to health and wellness

RE: How to redirect the log file from the command window to a file?

2002-05-02 Thread Jon Wingfield
1) alter the catalina.bat file: ... extract ... %_EXECJAVA% %JAVA_OPTS% %CATALINA_OPTS% %DEBUG_OPTS% -Djava.endorsed.dirs=%JAVA_ENDORSED_DIRS% -classpath %CLASSPATH% -Dcatalina.base=%CATALINA_BASE% -Dcatalina.home=%CATALINA_H OME% -Djava.io.tmpdir=%CATALINA_TMPDIR% %MAINCLASS% %CMD_LINE_ARGS%

ideas invited

2002-05-02 Thread # Lalit Nagpal #
hi, i want tomcat 4 to startup up auto whenever the machine is rebooted so i have put the entry tomcat_path/startup.sh. As suggested by some i have set the java path and tomcat home also in rc.local file before running the startup.sh file. still it does not seem to work. any bright ideas on

Re: ideas invited

2002-05-02 Thread David Kavanagh
What I've done is to insert some commands at the top of tomcat.sh, then link it from /etc/rc2.d/S99tomcat to tomcathome/bin/tomcat.sh (if on solaris). on Linux, I put it in /etc/rc5.d David # Lalit Nagpal # wrote: hi, i want tomcat 4 to startup up auto whenever the machine is rebooted so i

How to add a throw exception to a servlet

2002-05-02 Thread Raphael
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The doPost method of a servlet looks like this : public class selectdetail extends HttpServlet { public void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {

Re: ideas invited

2002-05-02 Thread # Lalit Nagpal #
so sorry, i did not understand what u meant ... where did rc5.d come from David Kavanagh [EMAIL PROTECTED] wrote: What I've done is to insert some commands at the top of tomcat.sh, then link it from /etc/rc2.d/S99tomcat to /bin/tomcat.sh (if on solaris). on Linux, I put it in /etc/rc5.d

Re: ideas invited

2002-05-02 Thread David Kavanagh
Well, it sounds like you are running on some flavor of unix. I've set up tomcat servers on solaris and linux. For Solaris you can put the startup script in /etc/rc2.d or /etc/rc3.d. If you run on Linux. I found you need to put it in /etc/rc5.d. If you don't use linux, don't worry about rc5.d.

Re: ideas invited

2002-05-02 Thread PChaganti
If you set the java path and tomcat home in rc.local, what user are these env variables being set for?? prabhakar hi, i want tomcat 4 to startup up auto whenever the machine is rebooted so i have put the entry tomcat_path/startup.sh. As suggested by some i have set the java path and tomcat

Re: ideas invited

2002-05-02 Thread David Cassidy
following in the standard 'and here's one I made earlier' line here's one that works - really rather well ! Install it in /etc/rc.d/init.d then ( if you have linux ) run chkconfig --add tomcat or if you use some other unix varient see what run level you are running at ( have a look in

urgent : treeview...

2002-05-02 Thread Jean Fotovat
hello community, is there someone who has tested successfully the tree implementation sample on http://www.keyboardmonkey.com/pilotlight with tomcat 3.2.1, or better with jbuilder 5.

Is the list administrator blocking people who come back

2002-05-02 Thread snodx
Is the list administrator blocking mails from subscribed participants who come back after 6 months to participate in the list -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Processing JSPs from stand-alone Java App

2002-05-02 Thread Klaas_Bals
Hi, I have JSP pages that I want to process in an offline mode from with my Java application. I've been able to compile it with Jasper JspC, but now I need to execute them. I've started doing this, but I can't get the environment (Contexts, Response and Request...) set up properly for the JSP

RE: Which Connector for Tomcat 4.0.3 - mod_webapp or mod_jk

2002-05-02 Thread Noel J. Bergman
For example, mod_jk won't know that we want Tomcat to process a filter chain against a directory unless we've done a JkMount for that tree, whereas it would know that Tomcat needs to process a JSP page. On the other hand, mod_webapp would know about the filter chain because the resources

Please Help The New Bie For Virtual Hosting

2002-05-02 Thread Designing Department
Hello, I am using Tomcat 3.3.1 on my unix server now want to use it for Virtual Hosting also. I have done everything as suggested at http://jakarta.apache.org/tomcat/tomcat-3.3-doc/tomcat-apache-howto.html but when restarting Tomcat with the -f command line option I receive the following errors

A bit off topic

2002-05-02 Thread Richard Johnstone
I know this is a bit off topic but I can't seem to get an answer from anywhere. Has anyone been able to load a Java array from a servlet into a javascript array within the HTML page generated by the servlet? Is it possible? The information contained in this communication is intended solely for

Tomcat 4 Configuration help needed!!!

2002-05-02 Thread Mikael Helbo Kjær
Hi all. I am in need of the help of a clever soul from this list. I have a tomcat 4 running a major web application based on struts and several internal developed classes, which needs to assume some control of the virtual hosting on the server. See in our application we have a framework based

RE: A bit off topic

2002-05-02 Thread Mikael Helbo Kjar
I know this is a bit off topic but I can't seem to get an answer from anywhere. Has anyone been able to load a Java array from a servlet into a javascript array within the HTML page generated by the servlet? Is it possible? I have just written out the initialization of the JavaScript array

RE: A bit off topic

2002-05-02 Thread Wagoner, Mark
You can't do it directly, but using a loop and JavaScript's literal initializer you can create the JS code to do it. (Note: this is not the most efficient way to do it, you should use a StringBuffer to build the variable.) String jsVar = [ + array[0]; for (int i = 1; i

Re: OutofMemoryError

2002-05-02 Thread Jari Ikavalko
Hi Matthew and co., have you tried to examine tomcat -behaviour with a profiler? I tried with OptimizeIt, and it seems to me that the Garbage Collector doesn't free memory that is reserved for sessions. I mean that session itself ends ok, but the gc just won't free the memory. Does anyone else

Re: How to redirect the log file from the command window to a file?

2002-05-02 Thread Louis Voo
Hi Jon Thanks for your tip, but I still got problem, the start-server.log file is created, but no content in it, there are many print out from the command window, but the file is still empty. Somewhere goes wrong? Louis - Original Message - From: Jon Wingfield [EMAIL PROTECTED]

Maximum user with Tomcat

2002-05-02 Thread paolo ciao
I have a question: which is the maximum load of user with tomcat? There is a documentation to find ansewer to this question? Thanks, bye __ Con Yahoo! vinci viaggi per i Mondiali FIFA 2002

Could'nt connect to X11 window server

2002-05-02 Thread snodx
Greetings everybody, The list administrator may please pardon me for my earlier excesses. I was repeatedly getting [EMAIL PROTECTED] so I had to resort to messages like the earlier one. To begin with I may mention that I am posting this question here because the JServ list has been discontinued

Re: RE: email servlet not working on TOMCAT

2002-05-02 Thread Vibha . Mullick
Great!!! This worked!!! From Ignacio J. Ortega [EMAIL PROTECTED] on 1 May 2002 3:31:51 PM To : 'Tomcat Users List' [EMAIL PROTECTED] Subject : RE: email servlet not working on TOMCAT De: [EMAIL

mod_jk performance optimization

2002-05-02 Thread M. Serrano
Hi. I've got installed in my box Linux, Apache 1.3.19, JDK 1.3.1 and TC 3.3.1 working with ajp13. The following error appeard in my mod_jk.log after a bit of continuous utilisation: [jk_ajp13_worker.c (203)]: connection_tcp_get_message: Error - jk_tcp_socket_recvfull failed

List manager busted?

2002-05-02 Thread Dave North
I've sent an email to the list owner, but no reply yet. It seems the unsubscribe function isn't working. Can anyone here help out? Thanks Dave -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 01, 2002 5:26 PM To: Dave North Subject: failure

java.lang.IllegalAccessException

2002-05-02 Thread Edam Cheeseman
Hi list, I'm having a very odd problem with tomcat 3.3.1 on windows today, suddenly, and for no apparent reason, tomcat's classloader is having problems accessing (public) methods in any of my beans. All the code I'm working on has been running fine for over a month. here's the stacktrace:

Re: How to redirect the log file from the command window to a file?

2002-05-02 Thread David Rault
you still have output on the console because you redirect the standard output to your file (see the ' %ACTION%-server.log' ?) the remaining output is most surely the error output which you might also want to redirect to your file i don't know the windows command for linux, i add '21' before the

Re: OutofMemoryError

2002-05-02 Thread Matthew Boeckman
We have figured this out, although for the life of me I can't understand why. We had been running with java -server -Xms128m -Xmx256m -Xincgc and saw the VM climb way up to 2GB, then drop the tomcat process. By removing the -server flag, everything is fine. I realise this means that the

RE: A bit off topic

2002-05-02 Thread Richard Wooding
Yes I've done it and it is possible. -Original Message- From: Richard Johnstone [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 02, 2002 15:02 To: [EMAIL PROTECTED] Subject: A bit off topic I know this is a bit off topic but I can't seem to get an answer from anywhere. Has anyone been

Re: OutofMemoryError

2002-05-02 Thread David Cassidy
I found exactly the same thing ( memory usage climbing) but when I removed the -Xincgc it's all OK memory useage fine etc etc etc ... D Matthew Boeckman wrote: We have figured this out, although for the life of me I can't understand why. We had been running with java -server -Xms128m

JSP's GzippedOutputStream

2002-05-02 Thread Ivan Balashov
Hi! Afaik servlets may produce Gzipped template output something like this: ... OutputStream out1 = response.getOutputStream(); out = new PrintWriter(new GZIPOutputStream(out1), false); response.setHeader(Content-Encoding, gzip); . But how we can do that with JspWriter? Is

Can I switch XML Parser with Tomcat 3.2.4

2002-05-02 Thread Brandon Cruz
I am using Tomcat 3.2.4, can I switch from using parser.jar to using crimson.jar instead? One of our web applications requires the use of some classes that are in Crimson, but not parser. Thanks! Brandon -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL

RE: OutofMemoryError

2002-05-02 Thread Laurent Féral-Pierssens
Matthew, We are using JDK 1.3.1_02. And yes we do see the process climbs very high (past the Xms) but it goes back down after without Tomcat dying. Laurent -Original Message- From: Matthew Boeckman [mailto:[EMAIL PROTECTED]] Sent: May 1, 2002 4:22 PM To: Tomcat Users List Subject:

Re: Problem while retreiving Client Certificate

2002-05-02 Thread Raja Sekhar
Hi Christian, I have added this line in my httpd.conf file. It is as follows : SSLVerifyClient require SSLVerifyDepth 10 SSLOptions +StdEnvVars +ExportCertData But still my problem remains the same. Is it this way I should do or any other way. I have seen the link what you referred. But

Re: List manager busted?

2002-05-02 Thread Milt Epstein
On Thu, 2 May 2002, Dave North wrote: I've sent an email to the list owner, but no reply yet. It seems the unsubscribe function isn't working. Can anyone here help out? [ ... ] I haven't been very active on the tomcat-user list for a while, but I do recall that the list owner (if there ever

Re: java.lang.IllegalAccessException

2002-05-02 Thread Edam Cheeseman
we'll, I've looked a little further into my problem. It turns out that its only within this webapp's context I'm getting the error (sorry - should have checked further the first time). I reinstalled my most recent backup of the webapp and it found the beans ok. I didn't alter the code in any

Extension Mechanism Architecture JSSE

2002-05-02 Thread Richard Wooding
Hi all, I'm still struggling to use HTTPS as a client (from classes within) a web application on: Redhat Linux 7.2 IBM JDK 1.3.1 Tomcat 4 JSSE 1.0.2 I think the fact that it uses the Extension Mechanism at URL: http://java.sun.com/j2se/1.3/docs/guide/extensions/spec.html has a bearing on

Re: Problem while retreiving Client Certificate

2002-05-02 Thread Christian Bockermann
Hi ! On Thu, 2002-05-02 at 17:03, Raja Sekhar wrote: Hi Christian, I have added this line in my httpd.conf file. It is as follows : SSLVerifyClient require SSLVerifyDepth 10 SSLOptions +StdEnvVars +ExportCertData But still my problem remains the same. Is it this way I should do

Tomcat issue on SOAP

2002-05-02 Thread Martin Mauri
H, I'm trying to make some classes available to access them through SOAP. After following the installation steps, I try to run an example that has a readme file that says: To install this service on an Apache-SOAP listener, you need to make the samples.addressbook package available on the

Re: OutofMemoryError

2002-05-02 Thread Matthew Boeckman
I noticed something about this on the tomcat 4.0 download site : IMPORTANT NOTE: Virtual machine crashes have been reported when using Linux 2.4 with Sun JVM version 1.2.x and 1.3.x. See the release notes below for more details. (the release notes simply restate this rather useless paragraph)

Re: Problem while retreiving Client Certificate

2002-05-02 Thread Raja Sekhar
Hi Christian, I will try configuring mod_jk now. But I would request you to try the same at your convinience. This has become a show stopper for me. Thanks in advance. Regards, ..Raj -- On 02 May 2002 17:18:18 +020 Christian Bockermann wrote: Hi ! On Thu, 2002-05-02 at 17:03, Raja Sekhar

Re: Can I switch XML Parser with Tomcat 3.2.4

2002-05-02 Thread PChaganti
Add crimson.jar to the the WEB-INF/lib in your webapp. That will make the classes from crimson.jar available to only your webapp while Tomcat and other apps will use the one shipped with Tomcat. -prabhakar chaganti I am using Tomcat 3.2.4, can I switch from using parser.jar to using

A Question

2002-05-02 Thread Hiroshi Ito
Hello Tomcat, I am a beginner-user of Tomcat and have a question. I am developing an embedded data-measurement system. This system is running under LinuxOS and equipped with many scientific measurement apparatus, such as the Temperature measurement, Frequency/Spectrum measurement inside the

JSP's GzippedOutputStream

2002-05-02 Thread Ivan Balashov
Hi! Afaik servlets may produce Gzipped template output something like this: ... OutputStream out1 = response.getOutputStream(); out = new PrintWriter(new GZIPOutputStream(out1), false); response.setHeader(Content-Encoding, gzip); . But how we can do that with JspWriter? Is

Re: Problem while retreiving Client Certificate

2002-05-02 Thread Christian Bockerman
On Thu, May 02, 2002 at 03:03:16AM -0700, Raja Sekhar wrote: Hi, I am using Tomcat 4.0.3 with Apache 1.3.24 on Redhat Linux 7.1. For SSL, I have configured Apache with mod_ssl the connector I am using is mod_webapp. The SSL Connection is successfully done. I have a servlet on Tomcat

OutOfMemoryError and static pages

2002-05-02 Thread bf
hi, I'm experiencing memory problems with Tomcat as a Standalone Server. (this must have popped up somewhere before, but I could not find it in the bugbase or mailing archives.) I see the problem under those settings: Linux / Sun JVM 1.2.2_06 / Tomcat 4.0.1 rel. Linux / Sun JVM 1.4.0 / Tomcat

Re: what is needed to connect to mysql

2002-05-02 Thread Christian Bockerman
Hi ! On Thu, May 02, 2002 at 02:09:09AM -0700, # Lalit Nagpal # wrote: hello, plz can anybody tell me how to connect to a mysql database through a servlet. i know how to prepare a connection etc through code but what other settings are needed. i am using tomcat 4 as a standalone. The

Using the precompiled jsps with tomcat 4.0.x

2002-05-02 Thread Dmitri Lysenko
Hi, I'm using the tomcat 4.0.3 and I'm looking for the way to avoid the jsp page compilation in runtime. I was about to use the supplied jspc compiler that's included in the distribution. However I shortly found out that it generates the classnames that are different from those generated by

RE: Can I switch XML Parser with Tomcat 3.2.4

2002-05-02 Thread Brandon Cruz
I think I was told a while back that there is no way to be sure which classes will be used first. In fact, I think that with Tomcat 3.2.x the files inside tomcat/lib are used before the files in WEB-INF/lib. Is this correct? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

java.lang.VerifyError while using struts with Tomcat 4.0.x

2002-05-02 Thread Dmitri Lysenko
Hi, I'm using tomcat 4.0.3 integrated with JBoss 2.4.4 (they run in the same JVM). Struts framework is used to handle the presentation logic. This combination works fine with Tomcat 3.x. However after I upgrated to the Tomcat 4.0.3 I'm experiencing the java.lang.VerifyError (Incompartible

RE: what is needed to connect to mysql

2002-05-02 Thread Mardones Francisco-afm009
Did you put the driver in the /var/tomcat/lib/common? regards Francisco Mardones -Original Message- From: # Lalit Nagpal # [mailto:[EMAIL PROTECTED]] Sent: Jueves, 02 de Mayo de 2002 5:09 To: [EMAIL PROTECTED] Subject: what is needed to connect to mysql hello, plz can anybody tell

Re: How to add a throw exception to a servlet

2002-05-02 Thread Larry Meadors
You can wrap almost any exception in a ServletException and rethrow it that way. The ServletException class allows you to call one of four constructors: 1) no parameters 2) String 3) String, Throwable 4) Throwable === try{ //some code here that may throw a SQLException...

Re: JSP's GzippedOutputStream

2002-05-02 Thread Larry Meadors
I do not think so. The JSPWriter is not able to send a byte array (something I found while trying to output a pdf 2 weeks ago...the hard way). It converts byte values to char values which are double bytes in java. Your byte array may look like this {01 02 03}, but the JSPWriter sends out

Re: JSP's GzippedOutputStream

2002-05-02 Thread David Cassidy
You can always use mod_gzip on apache to send compressed data... I take it you're trying to reduce your bandwidth usage ? PS mod_gzip does very well :) Larry Meadors wrote: I do not think so. The JSPWriter is not able to send a byte array (something I found while trying to output a pdf 2

RE: db connections and Abusive refresh

2002-05-02 Thread Laurent Féral-Pierssens
Jay, From what we do in the page, it is hardly possible to actually do that. But we'll try to make some example and compare both methods. Thanks, Laurent -Original Message- From: Jay Gardner [mailto:[EMAIL PROTECTED]] Sent: May 1, 2002 6:33 PM To: Tomcat Users List; Jacob Kjome

Does the HTTPConnector not follow the virtual hosting part of the spec

2002-05-02 Thread Abraham Fathman
All, I appologize for asking this question again, however I haven't gotten a response and I was hoping to get some of your thoughts ... I have noticed a difference between the HttpConnector and the WarpConnector while using tomcat 4.0.2. From the 2.3 spec: SRV.3.6 Multiple Hosts and

Re: db connections and Abusive refresh

2002-05-02 Thread Eddie Bush
Use MVC - Struts works good. Make life easier on yourself. http://jakarta.apache.org/struts/index.html - Original Message - From: Laurent Féral-Pierssens [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, May 02, 2002 10:41 AM Subject: RE: db

Name java:comp is not bound in this Context???

2002-05-02 Thread Alvin Wang
Hi! I have an urgent question. Could any guru help me to diagnosis it? I'm using tomcat 4.0. My servlet gets the DataSource from JNDI. However, it raise the following exception: javax.naming.NameNotFoundException: Name java:comp is not bound in this Context at

RE: Can I switch XML Parser with Tomcat 3.2.4

2002-05-02 Thread PChaganti
I am using Tomcat 4.0.3. The way Tomcat4.x classloaders work, your webapp will look for a class first in your WEB-INF/lib and WEB-INF/classes directory before going up the chain of classloaders. Tomcat 3.2 may handle things differently like you said. prabhakar chaganti I think I was told

TC41 Test Drop

2002-05-02 Thread Anthony W. Marino
I would like to run TC41 with however I have some questions I need answered. 1) Do I need to (should I) update the coyote connectors available in this drop with a more recent drop found somewhere else? 2) What mod_jk2 drop should I use to test TC41/Apache2 integration? Thank You, Anthony

Re: java.lang.VerifyError while using struts with Tomcat 4.0.x

2002-05-02 Thread Craig R. McClanahan
Don't know if this is exactly the same issue, but some class loader bugs in 4.0.3 have been fixed in 4.0.4-b2 -- you should give that a try instead. Craig On Thu, 2 May 2002, Dmitri Lysenko wrote: Date: Thu, 2 May 2002 10:43:54 +1000 From: Dmitri Lysenko [EMAIL PROTECTED] Reply-To: Tomcat

Invalid virtual host name

2002-05-02 Thread Kaveh
I followed the steps outlined on the pubbitch.com article and everything is fine until I add this line to my httpd.conf: WebAppConnection warpConnection warp localhost:8008 WebAppDeploy examples warpConnection /examples At that point I get the follwing error when I try to start apache: Syntax

Re: JSP's GzippedOutputStream

2002-05-02 Thread Craig R. McClanahan
On Thu, 2 May 2002, Ivan Balashov wrote: Date: Thu, 2 May 2002 17:38:27 +0400 From: Ivan Balashov [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED], Ivan Balashov [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: JSP's GzippedOutputStream Hi! Afaik servlets may

Re: java.lang.IllegalAccessException

2002-05-02 Thread Edam Cheeseman
Hi again, sorry for the repeat postings, but I'm getting a bit further every time I've discovered that if I instantiate my classes without using the jsp:Usebean tag ( i.e. DbUtilities db = new DbUtilities(); ) the jsp's run fine. If I try to instantiate them with the useBean tag I get

XML and JSP

2002-05-02 Thread Wiwi Wiwi
Hello... buddies. Can somebody tell me the websites regarding the tutorials/guidelines on how to use XML and JSP. THanks. :) _ Send and receive Hotmail on your mobile device: http://mobile.msn.com -- To unsubscribe:

catalina.out rotation.

2002-05-02 Thread Edward Broustinov
Hello, I have tomcat-4.0.3, solaris sparc 8. Well, as the topic says I need to know how to rotate catalina.out log file, without restarting the tomcat. It's created in bin/catalina.sh and every time catalina starts the logs are just appended to it with no rotation. The problem is that file

Re: digested passwords: using RealmBase.Digest() in a jsp

2002-05-02 Thread Rick Fincher
Hi Ralph, Have you tried putting catalina.jar in common/lib/ or /java/jre/lib/ext/ or even WEB-INF/lib? I don't know if Tomcat can get by without it in tomcat/server/lib, but you may need to move it to prevent multiple class loading, but I doubt it. Rick - Original Message - From:

Upgrading to 4.1.x (I hope)

2002-05-02 Thread Eddie Bush
I've been looking on the Tomcat site to determine where I should download the version I desire - I see the 3.x and 4.0.x sections, but nothing for 4.1.x. Am I blind? If someone could be generous and either give me explicit navigational instrutions or (ideally) a link to the nightly builds

RE: Can I switch XML Parser with Tomcat 3.2.4

2002-05-02 Thread Brandon Cruz
Does anyone know if Tomcat 3.2.4 can use crimson.jar instead of parser.jar successfully? It seems to work, but am I going to cause problems down the road? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 02, 2002 10:52 AM To: Tomcat Users List

RE: Which Connector for Tomcat 4.0.3 - mod_webapp or mod_jk

2002-05-02 Thread costinm
On Thu, 2 May 2002, Noel J. Bergman wrote: AIUI, mod_webapp has been easier to configure; mod_jk offers load balancing, The configuration is the same, for the 'basic' things: WebAppDeploy examples /examples is arguably as easy as: JkMount /examples/* tomcat And has the same effect (i.e.

Re: Re: mod_jk: ajp13: cpu load problem with apache

2002-05-02 Thread costinm
On Thu, 2 May 2002 [EMAIL PROTECTED] wrote: First of all thank you for your interest. I will download the latest code and try this out. I do have the debug mode enabled so I will sent you any errors (although I have not noticed anything special). I don't think though that I can reproduce

Re: XML and JSP

2002-05-02 Thread PChaganti
Try the JSP spec. It details how the xml version of the jsps work. It is available at the sun site. -prabhakar chaganti Hello... buddies. Can somebody tell me the websites regarding the tutorials/guidelines on how to use XML and JSP. THanks. :) -- To unsubscribe: mailto:[EMAIL

Re: mod_jk performance optimization

2002-05-02 Thread costinm
On Thu, 2 May 2002, M. Serrano wrote: Hi. I've got installed in my box Linux, Apache 1.3.19, JDK 1.3.1 and TC 3.3.1 working with ajp13. The following error appeard in my mod_jk.log after a bit of continuous utilisation: [jk_ajp13_worker.c (203)]: connection_tcp_get_message: Error -

Anyone out there who knows hot to link apache 2.0.x with tomcat 4.0.x?

2002-05-02 Thread Cheng Yan
If you know, could you please share your experiences with me? I know how to link apache 1.3.x with tomcat using mod_webapp. But the mod_webapp binary I found is for apache 1.3.x ONLY. Where can I find a similar module for apache 2? Thank you for your reply. -- To unsubscribe: mailto:[EMAIL

Tomcat 4.0.2 and JDK1.4

2002-05-02 Thread yinglcs
In tomcat 4.0.2-b2 release note, it said tomcat has issues with Jdk1.4 beta3. I would like to know if Tomcat 4.0.2 works with the Jdk1.4 final release? Thanks. - Tomcat 4.0 and Sun JDK 1.4 beta 3: - Some unpredictable

404 HELP HELP! this is driveing me NUTS

2002-05-02 Thread Jason Wood
i am receiving a 404 error for a servlethttp://localhost/servlet/vm.admin.servlet.Login situation all class files are under d:\webapps\vmonitor\ this is my server.xml Server port=8005 shutdown=SHUTDOWN debug=0 Service name=Tomcat-Standalone Connector

how do I redirect the generated files?

2002-05-02 Thread Mike Davis
We're trying to redirect the automatically generated files like tomcat-apache.conf, obj.conf-auto, mod_jk.conf-auto, ... because we don't have write permission to the /usr/local/tomcat/conf directory. We have successfully redirected the log files to /var/log by editing the server.xml file. Can we

RE: how do I redirect the generated files?

2002-05-02 Thread Larry Isaacs
mod_jk.conf-auto suggests you are using a version of Tomcat 3.2.x. The generated files are not configurable in in 3.2.x. These are configurable in Tomcat 3.3.x, with slightly different defaults. The generated files for 3.3.x all default to being written to the conf/auto directory instead of into

Re: Tomcat 4.0.2 and JDK1.4

2002-05-02 Thread Joseph Molnar
Not sure about 4.0.2, but I am using 4.0.3 with JDK 1.4 and haven't had any problems thus far (been running that config for about a month). Joseph Molnar http://www.codesta.com/ - Original Message - From: [EMAIL PROTECTED] To: [EMAIL

R: problem with mod_jk

2002-05-02 Thread Christian
I check in to the freebsd ports but I not find jdk 1.3.1, for freebsd 4.5 I find only jdk1.1.8. I try to your configuration the error not change: Syntax error on line 1 of /usr/local/apache/conf/httpd.conf: Cannot load /usr/local/apache/libexec/apache/mod_jk.so into server: Cannot open

HELP !!!! PLEASE !!!!! RE: JAAS inside of a Servlet

2002-05-02 Thread Marcio Adriano Oliveira
Repost !!! -Original Message- From: Marcio Adriano Oliveira [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 01, 2002 2:43 PM To: [EMAIL PROTECTED] Subject: JAAS inside of a Servlet Hi there, I'm trying to run the simple authentication inside a Servlet and I'm getting a security

Loadbalancing....please Help!

2002-05-02 Thread Gabriel Maffia
Hello all: I´ve been struggling with this issue for quite a long time now, and I can´t seem to find a solution. I´m actually using this configuration: Apache 1.3.23 Tomcat 4.0.1 Jboss 4.2.3 I´ve used mod_jk and the loadbalancer connector to connect my web server with two other tomcat

RE: Tomcat 4.0.2 and JDK1.4

2002-05-02 Thread Whitcomb, Roger
I have been running both Tomcat 4.0.2 and 4.0.3 with Sun JDK 1.4 on Win NT 4.0 and Win 2000 (not heavy loads, but constantly) for about a month now also with no problems. Roger Whitcomb Computer Associates Senior Software Engineer Development Phone: +1 408 965 8653 FAX: +1 408 965 8805 [EMAIL

Re[4]: Where do I edit /etc/tomcat4/conf/tomcat4.conf in Windows 2000? Want to edit LANG setting

2002-05-02 Thread Jacob Kjome
Hello Tom, Well, how about here: http://www.alexandriasc.com/software/JavaService/source.html Tomcat.exe is simply a program called JavaService: JavaService is a Win32 executable that allows any Java class to be run as an NT service. It uses JNI's invocation API to create a Java Virtual

Re: port 80 !!?? Running !

2002-05-02 Thread Lauren Commons
--- adrianthiele [EMAIL PROTECTED] wrote: The Process must run as root, If you can see it on yours , you should be able to see it from others. If I start the whole tomcat process as another user it can start on any port over 1024. Do you use localhost to see the servlet on your

mod_webapp !!!!!!!

2002-05-02 Thread Kaveh
I followed the steps outlined on the pubbitch.com article and everything is fine until I add this line to my httpd.conf: WebAppConnection warpConnection warp localhost:8008 WebAppDeploy examples warpConnection /examples At that point I get the follwing error when I try to start apache:

Re: mod_webapp !!!!!!!

2002-05-02 Thread Oktay Altunergil
Make sure there is a ServerName hostname statement before those lines. You might also need to specify the port number ( I didn't have to ) as ServerName localhost:80 Oktay On Thu, 02 May 2002 15:36:54 -0400 Kaveh [EMAIL PROTECTED] wrote: I followed the steps outlined on the

ApacheConfig for Windows2000

2002-05-02 Thread Helferty, Richard (FUSA)
Hello, I need help configuring Apache and Tomcat. Here are my versions. j2sdk1.4.0 tomcat-3.3a Apache 2.0.35 on Windows2000 Professional Basically I have tomcat and Apache both installed and running but can't run both. I got a little lost following Tomcat-Apache HOWTO instructions on

RE: mod_webapp !!!!!!!

2002-05-02 Thread Kaveh
Thanks Oktay I think I was too tired last night and overlooked that in the instructions. It actually works now. -Original Message- From: Oktay Altunergil [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 02, 2002 3:51 PM To: Tomcat Users List Subject: Re: mod_webapp !!! Make sure

RE: mod_webapp !!!!!!!

2002-05-02 Thread Ziyun Tao
Kaveh, Could you send me the article's URL you mentioned inthe email, I tried pubbitch.com, It doesn't work. Thank, Ziyun From: Kaveh [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: RE: mod_webapp !!! Date: Thu, 2 May

RE: ApacheConfig for Windows2000

2002-05-02 Thread Tim Cronin
this is for tomcat 4.0.x http://www.acg-gmbh.de/mod_jk/ you may want to upgrade tomcat -Original Message- From: Helferty, Richard (FUSA) [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 02, 2002 3:27 PM To: '[EMAIL PROTECTED]' Subject: ApacheConfig for Windows2000 Hello, I need help

Re: R: what is needed to connect to mysql

2002-05-02 Thread Jacob Kjome
Hello Gianluca, Or use: Thread.currentThread().getContextClassLoader().loadClass(dbDriver); Instead of: Class.forName(dbDriver); The latter won't find the driver if it isn't immediately within the same classloader as the class calling Class.forName where the first one will find it in parent

  1   2   >