Re: User Interface To Tomcat User List

2003-03-19 Thread Bill Barker
As you might have noticed from this reply, it is currently possible to access this list from the unsupported by, and in no way connected to or endorsed by Jakarta/Apache news group news://news.gmame.org/gmane.comp.jakarta.tomcat.user. NormW [EMAIL PROTECTED] wrote in message news:[EMAIL

Re: Can't connect to X11 window server using '0:0' as the value ofthe display

2003-03-19 Thread Bill Barker
Zsolt Koppany [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, does it need modifications in the application or it will work with every AWT dependent application? Depends what you want to do basically. Running headless causes the JVM to replace most of the basic functions that

Re: Tomcat 3.3.1a - NoClassDefFoundError using service

2003-03-19 Thread Bill Barker
I'm not really a Windows user, but I believe that you want to use 'wrapper.jvm.options' in place of 'wrapper/jvm/options' in your wrapper.properties file. Maurício [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, I have a problem running Tomcat 3.3.1a with JavaSDK1.3. When I

mbeans-descriptors.xml

2003-03-19 Thread Uddhav Shirname
Hi, I have a customised implementation of JDBCRealm. I am encoutering the following exception at start up. ServerLifecycleListener: createMBeans: MBeanException java.lang.Exception: ManagedBean is not found with TomcatJDBCRealm at

Re: TOMCAT + MYSQL need help

2003-03-19 Thread Martin Jacobson
Anthony Roque Adriano wrote: Sorry, i meant JDBC, all my configuration is default except for the polling i've added at server.xml and set debug level to 9. anyway here a sniff of the log file when i place the connector/j under my APPLICATION/WEB-INF/lib directory or at $CATALINA_HOME/common/lib

tomcat 4.1.18, apache 2.0.43, mod_jk 2.0.43

2003-03-19 Thread Marion McKelvie
Hi, I have an installation using Tomcat 4.1.18, Apache 2.0.43 and mod_jk 2.0.43 running on Redhat 8, all installed from rpms as executables (no building from source). Everything works fine for a while until I get the following error in catalina.out 19-Mar-2003 10:00:20

Problem with Tomcat 4.x and SSL

2003-03-19 Thread Lazaros Zachariadis
Hello Tomcat team, i will use Tomcat 4.x or Tomcat 5.x with J2SDK 1.2.2. I have download and installed JSSE 1.0.3 as installed extension by copying the tree JAR-Files into my %JAVA_HOME%\jre\lib\ext directory. I have done all the points of your how to ssl with tomcat of your site of

JNDI Database conn., .war not exploding.

2003-03-19 Thread Andoni
Hello, Trying to implement a test app. with Database connection pooling. When I start up my Tomcat (4.0.4) the .war file will not even explode. I have included the relevant chunck of the log file at the end of this mail. I have removed Tyrex from /common/lib as the classes12.jar in there has a

Re: Can't connect to X11 window server using '0:0' as the value ofthedisplay

2003-03-19 Thread Georges Roux
Thanks, I put System.setProperty(java.awt.headless, true); in my servlet init method and it's ok now. Georges Bill Barker wrote: Zsolt Koppany [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, does it need modifications in the application or it will work with every AWT

RE: JNDI Database conn., .war not exploding.

2003-03-19 Thread Nandish A
[Nandish S Angadi] Hello, Trying to implement a test app. with Database connection pooling. When I start up my Tomcat (4.0.4) the .war file will not even explode. I have included the relevant chunck of the log file at the end of this mail. I have removed Tyrex from /common/lib as the

UTF-8 help needed -EURO problem.

2003-03-19 Thread tito santini
Hi all, We're actually having the following problem with our application (which runs in IE 6.0, Apache 1.3.19 - Tomcat 3.2.2): the application provides user with a HTML input form that allows him to send text to a JSP in the query string (i.e. it calls

Re: UTF-8 help needed -EURO problem.

2003-03-19 Thread Andoni
It's a simple translation: try{ byte[] stringBytesISO = strTestString.getBytes(ISO-8859-1); strTestString = new String(stringBytesISO, UTF-8); }catch(UnsupportedEncodingException e){System.out.println(e.getMessage());} Use this to convert strTestString from what is received in the

Admin

2003-03-19 Thread José Moreira
hello i have tomcat 4.1.21 and i get this message in the admin application: 2003-03-19 12:31:35 StandardWrapperValve[jsp]: Servlet.service() for servlet jsp threw exception org.apache.jasper.JasperException: Missing message for key application.title at

Oracle - JNDI - Pooling - classes12.zip

2003-03-19 Thread Andoni
Hello, Could someone please post a chunck of their server.xml and web.xml where they are using tomcat 4.0 and classes12.jar and Oracle and have successfully implemented connection pooling. I have a huge history of postings to this group and many questions on this subject but no right answers!

Datasource Problem - NameNotFoundException

2003-03-19 Thread Perez Pola, Jorge
Hello all, I got a problem trying to configure tomcat in order to use a Datasource. The server is running SunOs 5.8. with tomcat 4.1.18 I have this context defined in the server.xml !--=== TEST CONTEXT --

Re: Oracle - JNDI - Pooling - classes12.zip

2003-03-19 Thread Peter Lin
I think I've mentioned this before. In the sample webapp I posted, it includes a stand alone class that uses classes12.zip and a jsp version using a bean. It may not be exactly what you're looking for, but it does work with tomcat 4.1.19 peter --- Andoni [EMAIL PROTECTED] wrote: Hello,

Concurrent users accesing JSP application

2003-03-19 Thread Sudhir Kumar
hello, I am running a JSP application with tomcat 4.1.12. It works fine when accessed individually. But when more than 3 users try to access the same page or link simultaniously,it behaves abnormally, sometimes the tomcat crashes, sometimes i get some JParser exception. I

Help with tomcat/j2se install on linux RH7.3

2003-03-19 Thread Chris Hale
Looking for assistance getting Tomcat and J2SE installed on my Linux = RH7.3 system. I think I got J2SE 1.4.1_02 installed, as well as Tomcat = 4.1.18. But when I open my browser for the system and look at port 8080, = nothing. I also don't see anything running as far as a process. As you can

Help with tomcat/j2se install on linux RH7.3

2003-03-19 Thread Chris Hale
Looking for assistance getting Tomcat and J2SE installed on my Linux = RH7.3 system. I think I got J2SE 1.4.1_02 installed, as well as Tomcat = 4.1.18. But when I open my browser for the system and look at port 8080, = nothing. I also don't see anything running as far as a process. As you can

Re: Concurrent users accesing JSP application

2003-03-19 Thread Tim Funk
All tomcat binaries are free and there are no evaluations. Make sure someone isn't swindling you. As for concurrent access, tomcat can handle many concurrent users. The only restriction is your code (or code your using) must be thread safe. If you are using ODBC (JDBC-ODBC bridge) - you will

Re: Help with tomcat/j2se install on linux RH7.3

2003-03-19 Thread Mark Pease
Try going to the command line and typing: service tomcat4 start Mark - Original Message - From: Chris Hale [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, March 18, 2003 8:34 PM Subject: Help with tomcat/j2se install on linux RH7.3 Looking for assistance getting Tomcat and

Error pages not showing when using RDispatcher.forward

2003-03-19 Thread Madocke TomCat users
Hey gang, I've created a Controller servlet which has a servlet-mapping capturing all requests to /mirakel.do. This servlet determines based on the querystring/session/etc where it should send the request and then does a request.getRequestDispatcher(some JSP page).forward(req,resp). When my

Tomcat crashing down on production

2003-03-19 Thread Raja Sekhar
Hi, I am using Tomcat 4.0.6 on a Solaris box with 4 CPU processor. The system crashed down with the following error. Can any one please let me know what the error can be ??? Unexpected Signal : 11 occurred at PC=0xfb29fe8c Function name=setAttribute (compiled Java code) Library=(N/A) Current

RE: Tomcat 3.3.1a - NoClassDefFoundError using service

2003-03-19 Thread Larry Isaacs
This typically happens when the value for one of the parameters, such as wrapper.java_home, contains a space. The parsing of this file always assumes a space separates individual values, and surrounding the parameter value with quotes isn't supported. Make sure the parameters that specify a

JSTL ForEach tag - Memory Leak with Tomcat

2003-03-19 Thread Gareth Hall
I seem to have a memory leak in my Web Application which occurs when using the JSTL c:forEach tag. More specifically I'm using the tag to iterate through an ArrayList of objects. The contents of the ArrayList are the result of a query. The arraylist is added to the session by a servlet using

RE: Help with tomcat/j2se install on linux RH7.3

2003-03-19 Thread Chris Hale
I get a error message stating the service isn't found - no man entry for service either. How do I add the tomcat4 to a possible service? Chris -- Chris Hale Peak Networks 16 Cassie Lane Merrimack, NH 03054 http://www.peaknetworks.com 800-PEAK-987

Re: JSTL ForEach tag - Memory Leak with Tomcat

2003-03-19 Thread Tim Funk
What happens if enablePooling==false? You can set this in $CATALINA_HOME/conf/web.xml. -Tim Gareth Hall wrote: I seem to have a memory leak in my Web Application which occurs when using the JSTL c:forEach tag. More specifically I'm using the tag to iterate through an ArrayList of objects. The

Re: Help with tomcat/j2se install on linux RH7.3

2003-03-19 Thread Mark Pease
When I installed Tomcat, it installed the service for me, I think (I'm no expert on Linux). Were you logged in using an account that had the administrative rights to install a service when you installed Tomcat? If not, maybe try reinstalling it, but under the root account or an administrator

java.lang.IllegalArgumentException: 0111111Englishm%2Fd%2Fyy%2E,,

2003-03-19 Thread Jackson, Stephen
I am using tomcat 4.1.18 on a Linux machine. I seem to be having a problem with cookies. The object that is throwing the exception is org.apache.coyote.tomcat4.CoyoteResponseFacade and the stack trace is as follows: java.lang.IllegalArgumentException: 011Englishm%2Fd%2Fyy%2E,, at

Re: java.lang.IllegalArgumentException: 0111111Englishm%2Fd%2Fyy%2E,,

2003-03-19 Thread Tim Funk
I think your cookie has commas (other illegal characters) in it from the looks of the dump below. I think 4.1.24 handles this condition a little better. -Tim Jackson, Stephen wrote: I am using tomcat 4.1.18 on a Linux machine. I seem to be having a problem with cookies. The object that is

RE: java.lang.IllegalArgumentException: 0111111Englishm%2Fd%2Fyy%2E ,,

2003-03-19 Thread Jackson, Stephen
Thanks Tim. This cookie comes from a 3rd party product that I have not control over or I would just mod the cookie. I will give 4.1.24 a try and let you know. -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 10:05 AM To: Tomcat Users List

Tomcat Config Problem

2003-03-19 Thread Barthmaier, Eric
Trying to get 4.1.18 running under W2K Server and j2re-1.4.1_02. Getting the following error on startup... Eric Barthmaier Systems Engineer Pennsylvania State University 814-865-4073

Tomcat 4 load balancing

2003-03-19 Thread Rastislav Vasil
Hi all, I'm trying to configure 2 Tomcat (4.1.12) instances on different hosts to serve under single IIS 5 web server. I defined 2 workers uriworkermap.properties: ### default.worker=lb /examples=$(default.worker) /examples/*=$(default.worker) workers.properties:

RE: Tomcat 4 load balancing

2003-03-19 Thread Jackson, Stephen
I don't know if this will help you but I am using apache to load balance and it works using the following config. # # workers.properties # # In Unix, we use forward slashes: ps=/ # list the workers by name worker.list=tomcat1, tomcat2, loadbalancer # # First tomcat

jsp:getProperty converts null to

2003-03-19 Thread Morten Primdahl
Why? I have a bean with the method: public String getEep() { return null; } A jsp:getProperty ... property=eep/ returns rathern than null. I've browsed the JSP 1.2 spec but could not find any reason for this. Tomcat 4.1.17, anyone? Thanks, Morten

RE: Tomcat 4 load balancing

2003-03-19 Thread Rastislav Vasil
Hi, I' sorry, my mystake - lb is a type of the worker, while it's name is loadbalancer, I changed following: default.worker=lb -- default.worker=loadbalancer worker.list=lb -- worker.list=loadbalancer Now it works, but I have a question for one of my next steps: For some

RE: JSTL ForEach tag - Memory Leak with Tomcat

2003-03-19 Thread Gareth Hall
Unfortunately it doesn't seem to have any obvious effects on the memory leak. The loitering object is still persisting. Gareth J Hall [EMAIL PROTECTED] mobile: +447971037081 MSN: [EMAIL PROTECTED] AOL: gaz207 -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: 19 March

RE: Tomcat 4 load balancing

2003-03-19 Thread Jackson, Stephen
There are lots of solutions for stuff like this. You can get complicated or very simple. The simple answer is create a common 0 byte file when writing to the file and delete it when you are finished. Simply check for the existence of the file. A more complete solution would be to use an ejb or

RE: java.lang.IllegalArgumentException: 0111111Englishm%2Fd%2Fyy%2E ,,

2003-03-19 Thread Jackson, Stephen
Tomcat 4.1.24 does not work. I get the same exception. Any other ideas? -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 10:05 AM To: Tomcat Users List Subject: Re: java.lang.IllegalArgumentException: 011Englishm%2Fd%2Fyy%2E ,, I think

Re: User Interface To Tomcat User List

2003-03-19 Thread Erik Price
Having this resource available as a mailing list makes it better-accessible in the long run to the most people. Unlike an eforum or ecommunity, there is a standard storage format for all of the posts made to this list, which can be programmatically accessed and parsed by many email-specific

Possible to have default classes and taglib includes in JSPs?

2003-03-19 Thread Gavin, Rick
Hi all, Does anyone know if you can include classes and taglibs in all jsp pages in a webapp by default, instead of having to import and reference them on each page? I didn't see it in the servlet or jsp spec. Thanks for the help, Rick

Re: java.lang.IllegalArgumentException: 0111111Englishm%2Fd%2Fyy%2E ,,

2003-03-19 Thread Tim Funk
I'm out of real solutions. You could always try a hack and reinvent the wheel by parsing the request headers. (*shudders*) Another hack is could be to use a decorator(like a filter) around the third part app which mangles and unmangles the cookies. -Tim Jackson, Stephen wrote: Tomcat 4.1.24

Re: Possible to have default classes and taglib includes in JSPs?

2003-03-19 Thread Tim Funk
No - you have to explicitly import the classes and/or taglibs. -Tim Gavin, Rick wrote: Hi all, Does anyone know if you can include classes and taglibs in all jsp pages in a webapp by default, instead of having to import and reference them on each page? I didn't see it in the servlet or jsp

Error starting Tomcat 3.2.4 on W2K from command line

2003-03-19 Thread Iddings, Carl (SAA)
I received the following error when issuing the batch command tomcat.bat run: FATAL:java.net.BindException: Address in use: JVM_Bind java.net.BindException: Address in use: JVM_Bind at java.net.PlainSocketImpl.socketBind(Native Method) at

RE: java.lang.IllegalArgumentException: 0111111Englishm%2Fd%2Fyy %2E ,,

2003-03-19 Thread Jackson, Stephen
I fixed it. I downloaded the src and corrected it there. -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 10:45 AM To: Tomcat Users List Subject: Re: java.lang.IllegalArgumentException: 011Englishm%2Fd%2Fyy %2E ,, I'm out of real solutions.

Netscape navigator

2003-03-19 Thread Susan Hoddinott
Does anyone know if there is a problem using Netscape Navigator with servlet pages generating their own html using the println function. Whenever I attempt to access servlets of this kind (which work fine under Explorer) I just get the HTML text (e.g. HTML etc.) displayed on the screen

Re: Possible to have default classes and taglib includes in JSPs?

2003-03-19 Thread Jon Wingfield
You can do a static include of a page which has your default imports: %@ include file=/a_load_of_imports.jsp % Tim Funk wrote: No - you have to explicitly import the classes and/or taglibs. -Tim Gavin, Rick wrote: Hi all, Does anyone know if you can include classes and taglibs in all jsp

RE: Possible to have default classes and taglib includes in JSPs?

2003-03-19 Thread Gavin, Rick
Thanks Tim and Jon Rick -Original Message- From: Jon Wingfield [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 8:09 AM To: Tomcat Users List Subject: Re: Possible to have default classes and taglib includes in JSPs? You can do a static include of a page which has your default

Re: Netscape navigator

2003-03-19 Thread Erik Price
Susan Hoddinott wrote: Does anyone know if there is a problem using Netscape Navigator with servlet pages generating their own html using the println function. Whenever I attempt to access servlets of this kind (which work fine under Explorer) I just get the HTML text (e.g. HTML etc.)

Re: Netscape navigator

2003-03-19 Thread Larry Meadors
Are you setting the content type? [EMAIL PROTECTED] 03/19/03 08:58 AM Does anyone know if there is a problem using Netscape Navigator with servlet pages generating their own html using the println function. Whenever I attempt to access servlets of this kind (which work fine under Explorer) I

AIX 4.3.3 JK2 (mod_jk) ? (help !)

2003-03-19 Thread TURI Francois Ext GC EUR
Hi, My need is to connect Apache 1.3 (with SSL) with tomcat 4.1.18. So far I only founded mod_jk avalaible for aix. In fact I don't manage to run mod_jk on my aix box (4.3.3, apache 1.3.22, tomcat 4.1.18 xlc). Did you manage to make it work on AIX ? The mod_jk available for aix (version

Re: Netscape navigator

2003-03-19 Thread Jake Robb
In order to be HTML 4.01 compliant, you need to specify a charset and content type. I find that the easiest way to do that is to include the following on all my pages (I typically make a common include page to generate it for me). meta http-equiv='Content-Type' content='text/html;

Re: 1,900 webapp contexts?

2003-03-19 Thread Craig R. McClanahan
On Tue, 18 Mar 2003, David Boyer wrote: Date: Tue, 18 Mar 2003 14:56:04 -0600 From: David Boyer [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: 1,900 webapp contexts? We have about 1,900 students and faculty, and we create web space for all

TC 4.1.18 Can't upload files ??

2003-03-19 Thread Yoav
Hi, We're using com.oreilly.servlet (cos.jar) to upload binary images. Running windowsXP, jdk1.3, and the latest cos.jar from servlets.com. Since migrating to TC 4.1.18 we keep getting some weird runtime error when uploading: javax.servlet.ServletException: javax/servlet/ServletRequest

Re: AIX 4.3.3 JK2 (mod_jk) ? (help !)

2003-03-19 Thread Ramsay Domloge
Finding the right mod_jk is a real pain, unless you use the link in the mod_jk documentation. I looked for hours for the correct binary, but got nowhere looking through the various links on jakarta.apache.org. If you look at http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk/aphowto.html

Re: Possible to have default classes and taglib includes in JSPs?

2003-03-19 Thread Craig R. McClanahan
On Wed, 19 Mar 2003, Gavin, Rick wrote: Date: Wed, 19 Mar 2003 07:20:55 -0800 From: Gavin, Rick [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Possible to have default classes and taglib includes in JSPs? Hi all, Does anyone know if you

Tomcat/Apache Connector does not work?

2003-03-19 Thread Wey Hueymeei
hello, I have configured tomcat 4.1.12 and Apache 2.0.43 connection using mod_jk-2.0.43.so on solaris 8. In catalina.out file, I found the following: Mar 19, 2003 11:25:18 AM org.apache.jk.server.JkMain start INFO: Jk running ID=0 time=9/97 config=/usr/local/jakarta-tomcat-4.1.12/conf/jk

Re: 1,900 webapp contexts?

2003-03-19 Thread David Boyer
I was unaware of the feature you mentioned; I'll check it out. Thanks! - Original Message - From: Craig R. McClanahan [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 10:56 AM Subject: Re: 1,900 webapp contexts? snip - db I've never tried it

RE: Tomcat/Apache Connector does not work?

2003-03-19 Thread Marion McKelvie
Sylvia Have you set up the context for the examples in the mod_jk.conf file? Apache needs to know to send port 80 requests to Tomcat for this context. Marion -Original Message- From: Wey Hueymeei [mailto:[EMAIL PROTECTED] Sent: 19 March 2003 17:07 To: [EMAIL PROTECTED] Subject:

tomcat stops when logout

2003-03-19 Thread Wey Hueymeei
Hello, I am new to tomcat. I manually start tomcat from $CATALINA_HOME/bin/startup.sh as root from ssh terminal. I found everytime I logout, tomcat stops. Am I missing anything? Thanks, Sylvia - To unsubscribe, e-mail: [EMAIL

RE: tomcat stops when logout

2003-03-19 Thread Jackson, Stephen
Windows or Unix/Linux If you are a Windows user then goto www.redhat.com/mirrors.html and get Linux :-} If you are a Unix/Linux user just us the command - nohup ./startup.sh and it should work. The startup.sh script backgrounds the process so no worries there. HTH -Original Message-

Re: Tomcat/Apache Connector does not work?

2003-03-19 Thread Wey Hueymeei
Marion, No I didn't. Isn't mod_jk.conf automatically generated everytime tomcat starts? Should I edit it? I found the following line in my server.xml !-- Tomcat Root Context -- !-- Context path= docBase=ROOT debug=0/ -- !-- Tomcat Examples Context --

Re: tomcat stops when logout

2003-03-19 Thread NormW
Good morning. I read in my Tomcat book that shutdown on exit was a known problem with JRE 1.3 on Windows and it recommends upgrading to 1.4 (now 1.4.1). HTH Norm - Original Message - From: Wey Hueymeei [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 20, 2003 4:17 AM Subject:

Re: UTF-8 help needed -EURO problem.

2003-03-19 Thread tito santini
Hi , thanks a lot for your help. We followed your advice, but we're still having trouble. Here you are what we did and the results we obtained. Client side: 1. user inserts into html form the following string : euro . 2. the javascript which manages the form converts, using function

RE: Tomcat/Apache Connector does not work?

2003-03-19 Thread Jackson, Stephen
Some step-by-step instructions. http://raibledesigns.com/tomcat/index.html -Original Message- From: Wey Hueymeei [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 12:36 PM To: Tomcat Users List Subject: Re: Tomcat/Apache Connector does not work? Marion, No I didn't. Isn't

Re: Tomcat/Apache Connector does not work?

2003-03-19 Thread wfung
I just got the same problem and posted the same question to the user-group! I hope someone would answer that, William Fung Unix Product Architect Castel Inc. Phone: 978-236-1000 x604 Email: [EMAIL PROTECTED] Wey Hueymeei [EMAIL PROTECTED] 03/19/2003 12:06 PM Please respond to Tomcat Users

Can't access JSP pages from Windows XP through APACHE 2.0.44+Tomcat 4.1.18on Redhat 7.3

2003-03-19 Thread wfung
Hi: I am running APACHE 2.0.44 +Tomcat 4.1.18 on Redhat 7.3 and use the mod_jk to route JSP pages to tomcat server. I have no problem to access JSP examples by using http://localhost/examples from the browser on the LINUX server. However, I encountered HTTP 404 (File not found) errors when

Re: UTF-8 help needed -EURO problem.

2003-03-19 Thread Andoni
Forget any other manipulation. Just take the string from the parameter. No encoding changes on the form etc. Just plain simple one line change. I'll forward you my example servlet tomorrow if you wish but must go now. Sorry, Andoni. - Original Message - From: tito santini [EMAIL

RE: Tomcat/Apache Connector does not work?

2003-03-19 Thread Marion McKelvie
Leave the server.xml as it is. You can edit mod_jk.conf - it is not generated by tomcat. Check that your mod_jk.conf contains something like: # # The following line makes apache aware of the location of the /examples context # Alias /examples /var/tomcat4/webapps/examples Directory

RE: Tomcat not sending session cookies to IE

2003-03-19 Thread hegerich, mike
Ian, I actually have the same exact problem, except the scenario only seems to occur when the hostname specified in the request is that for a cluster. If I use the IP it works fine. It also works fine if I access the actual cluster machines, whether I specify the IP or the hostname. The only

Re: tomcat stops when logout

2003-03-19 Thread David Boyer
Actually, there's a simpler solution than changing OSs; I'll try to offer a suggestion that actually addresses your need rather than a self-serving elitist agenda:-} Send the -Xrs switch to the JVM when you start Tomcat. This should work regardless of your OS. If you're using Windows, run Tomcat

Re: User Interface To Tomcat User List

2003-03-19 Thread NormW
Good morning Eric. I wasn't 'pushing' for a change as I will go back to just viewing the Archives until I need to pose another question; that's why I mentioned that I'm only new to TC and not even close to being able to help with 99% of what comes in my Inbox. That's what I liked with the

RE: Tomcat not sending session cookies to IE

2003-03-19 Thread Filip Hanik
hi Mike, a nice way to debug this would be to print out the data being sent back and forth. If you want, you can put my java loadbalancer in front, and set it to debugString and it will print out the HTTP packages being sent. http://www.filip.net/tomcat-clustering.html at the end of the page,

Re: User Interface To Tomcat User List

2003-03-19 Thread NormW
Good morning Bill. No, I hadn't noticed. (Can't sleep and up early). Will check it out. Thanks for the feedback. Norm - Original Message - From: Bill Barker [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 7:17 PM Subject: Re: User Interface To Tomcat User List

Missing Log file..

2003-03-19 Thread John B. Moore
Folks, I had previously posted this in the Log4j list but no one there had any suggestions of what might be happening.. Basically I have discovered that in the latest Tomcat I am running (4.1.18 both Linux and WinXP) the log file for Log4j (v1.2.3) is nowhere to be found. The

Do not understand tomcat-apache autoconfiguration

2003-03-19 Thread Vincent Panel
Hi ! I've set up tomcat 1.4.1 and apache 1.3 to work together via autoconfiguration (generating a mod_jk.conf file). Here is the beginning of my server.xml file : Server port=8005 shutdown=SHUTDOWN debug=0 !-- Autoconfiguration of Apache - vpanel see

Ant Install Task: Context Startup Failed

2003-03-19 Thread Arun Horne
Hi all, I have configured Apache Tomcat/4.1.18 an Redhat 7.3 and it works fine with a simple test application. However, I am now trying to develop as per the Application developers Guide (directory structure with Ant controlling build/deploy) and am having some problems with the Ant install

Re: User Interface To Tomcat User List

2003-03-19 Thread Craig R. McClanahan
On Thu, 20 Mar 2003, NormW wrote: Date: Thu, 20 Mar 2003 04:56:23 +1100 From: NormW [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: User Interface To Tomcat User List Good morning Eric. I wasn't 'pushing' for a change as

Re: tomcat stops when logout

2003-03-19 Thread Wey Hueymeei
sorry.. It's Solaris 8 and java version 1.4.1_02 I tried -nohup ./startup.sh and it still dies after I log out of the terminal. Sylvia Windows or Unix/Linux If you are a Windows user then goto www.redhat.com/mirrors.html and get Linux :-} If you are a Unix/Linux user just us the command -

System.out.println?

2003-03-19 Thread Amitabh Shukla
Hi, I am using System.out.println on my servlet. I am using Apache Tomcat server. I want to know where does the System.out.println output goes? Does it write to some file- stderr or stdout? Please let me know, Thanks, Amit. __ Do you Yahoo!?

RE: tomcat stops when logout

2003-03-19 Thread Filip Hanik
what about if your do ./catalina.sh run Filip -Original Message- From: Wey Hueymeei [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 10:14 AM To: Tomcat Users List Subject: Re: tomcat stops when logout sorry.. It's Solaris 8 and java version 1.4.1_02 I tried

RE: tomcat stops when logout

2003-03-19 Thread Jackson, Stephen
nohup ./startup.sh switch to ksh first. do am man on nohup, It is used for this very purpose. I do the same thing on the same platform you are using. -Original Message- From: Wey Hueymeei [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 1:14 PM To: Tomcat Users List Subject:

RE: System.out.println?

2003-03-19 Thread Jackson, Stephen
logs/catalina.out -Original Message- From: Amitabh Shukla [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 1:15 PM To: [EMAIL PROTECTED] Subject: System.out.println? Hi, I am using System.out.println on my servlet. I am using Apache Tomcat server. I want to know where does the

RE: tomcat stops when logout

2003-03-19 Thread Jackson, Stephen
That is already in the catalina script 21 merges the sterr and stout streams to catalina.out file. -Original Message- From: Filip Hanik [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 1:16 PM To: Tomcat Users List Subject: RE: tomcat stops when logout what about if your do

Re: tomcat stops when logout

2003-03-19 Thread Dov Rosenberg
It sounds like you are running on a Unix platform. If so, you need to run from a c shell and use nohup. Bash seems to terminate the process started whereas c shell will allow it to continue. $ csh mycomputer.com % nohup ./startup.sh the puts the process in the background HTH Dov Rosenberg

Filter setup problem

2003-03-19 Thread mike jackson
I'm having a problem with the initial parameter options with filters. My setup is as follows: I've got a filter that I wrote SecurityFilter. I setup the web.xml file to contain: filter filter-nameSecurityFilter/filter-name filter-class

Re: System.out.println?

2003-03-19 Thread Mark Pease
If you are running under windows, stdout - Original Message - From: Jackson, Stephen [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 1:17 PM Subject: RE: System.out.println? logs/catalina.out -Original Message- From: Amitabh

compiling from source: error on jasper...

2003-03-19 Thread Matt . Gregory
I'm seting up a build environment for jakarta-tomcat and the build process is blitzing as follows: BUILD FAILED file:/usr/local/java/apache/jakarta/jakarta-tomcat-4.1.18-src/build.xml:68: Basedir /usr/local/java/apache/jakarta/jakarta-tomcat-jasper/jasper2 does not exist I was under the

RE: Filter setup problem

2003-03-19 Thread mike jackson
Nevermind I found it. Stupidness strikes again. --mikej -Original Message- From: mike jackson [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 10:24 AM To: 'Tomcat Users List' Subject: Filter setup problem I'm having a problem with the initial parameter options with

Re: tomcat stops when logout

2003-03-19 Thread Wey Hueymeei
Stephen, Thanks a lot! It works!!! Sylvia - Original Message - From: Jackson, Stephen [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 1:16 PM Subject: RE: tomcat stops when logout nohup ./startup.sh switch to ksh first. do am man on

Re: User Interface To Tomcat User List

2003-03-19 Thread Erik Price
NormW wrote: While pulling down particular threads is feasible, my knowledge isn't that 'compartmentalised'; I might know 4 facts on advanced config and 100 on where to find docs; AIX, Linux, Solaris, Windows 2K, etc I can provide a cup of coffee for. Oh, what I meant was that an option would

RE: tomcat stops when logout

2003-03-19 Thread Jackson, Stephen
Your very welcome. -Original Message- From: Wey Hueymeei [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 1:32 PM To: Tomcat Users List Subject: Re: tomcat stops when logout Stephen, Thanks a lot! It works!!! Sylvia - Original Message - From: Jackson, Stephen [EMAIL

RE: compiling from source: error on jasper...

2003-03-19 Thread Filip Hanik
do a ant download download the connector source from the same location you got the tomcat source there is a build.properties.sample file that you need to rename to build.properties then you need to uncomment the following properties base.path jtc.home. something jasper.home then it should build

Re: Tomcat/Apache Connector does not work?

2003-03-19 Thread Wey Hueymeei
Marion, Yes I do have those lines in my mod_jk.conf file... localhost:/webdav # Static files Alias /webdav /usr/local/jakarta-tomcat-4.1.12/webapps/webdav Directory /usr/local/jakarta-tomcat-4.1.12/webapps/webdav Options Indexes

changes in the tomcat 4.1 service installer ?

2003-03-19 Thread Gattaz, Olivier
Bonjour, What did it change in the tomcat service installer between the version 4.0.4 and version 4.1.18 ? To set up TomCat 4.0.4 to run as an NT Service, I launch tomcat.exe like this, and the installed service Adonix_x3web starts well. C:\Program Files\Apache Tomcat 4.0\bin\tomcat.exe

Re: Arbitrary Tomcat mounting in Apache

2003-03-19 Thread Aaron Paetznick
I didn't have any luck at all with this. I'm going to give up and make the Tomcat side match what I want on the Apache side. It's far less convienient for me, but so be it. I propose a new feature that takes care of this issue, maybe called uriAlias? Opinions? --Aaron Chris Dodunski

Upgrading j2sdk on Windows/2000 running Tomcat as a service

2003-03-19 Thread Mark Eggers
Folks, I don't know if this has been discussed before, but I ran into this issue the other day. I am running Tomcat 4.1.18 on a Windows/2000 Pro machine as a service. Everything works well (integrated with Apache 2.0.43 or IIS 5 via mod_jk2). I was running j2sdk 1.4.1_01 and decided to do the

Re: JNDI Database conn., .war not exploding.

2003-03-19 Thread Jacob Kjome
The .war file will not explode if you speciffy a Context entry for the webapp. For instance... myapp.war Context path=/myapp docBase=myapp /* all your stuff below here */ /Context In this case, you have to expand the .war file to a directory on your own. Why Tomcat behaves like this is

RE: java.lang.IllegalArgumentException: 0111111Englishm%2Fd%2Fyy %2E ,,

2003-03-19 Thread Jacob Kjome
What is your fix? You should post it to bugzilla so that, if the fix makes sense, it gets applied to Tomcat. This would benefit everyone. Jake At 10:52 AM 3/19/2003 -0500, you wrote: I fixed it. I downloaded the src and corrected it there. -Original Message- From: Tim Funk

Re: JNDI Database conn., .war not exploding.

2003-03-19 Thread Andoni
Thanks a million for that explanation. I had been using the .war file in the docBase since this morning but it was a niggling wonder of mine!! ;-) thanks again, Andoni. - Original Message - From: Jacob Kjome [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday,

  1   2   >