Re: files with .jsp suffix

2004-02-03 Thread sean
You can open a jsp file with any text editor. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, February 02, 2004 10:52 PM Subject: files with .jsp suffix How can I get the software to open.jsp files on my macintosh? Gary

jsp:include Problem With Internet Explorer

2004-02-03 Thread Daniel Scholnick
Hi, I seem to have a problem with Tomcat 4.1.18, IE 6, and jsp:include. I have a jsp, lets call is source.jsp, that looks something like this: jsp:include nameincluded.jsp flush=true jsp:param name=foo value=bar/ /jsp:include When I access source.jsp using Mozilla, everything shows up just

Re: jsvc and -config?

2004-02-03 Thread Bernhard Wraase
With the old startup script (startup.sh), there's a -config parameter to As far as I can see there is no parameter in the startup.sh in tomcat 4.1.27. pass in a specific server.xml to use. Is there an equivalent parameter with jsvc? If not, is there any way to achieve the same objective? Here

test

2004-02-03 Thread postmaster
This message was verified by the filtering system of our mail server. Original message was replaced by this one by the following reason : *** A suspicious file (executable code) was found in the message ! Original message had the following attached files : (X-FILE ??? ) : file.scr

Problem compiling JSP under TOMCAT 5.0.18

2004-02-03 Thread De Toffoli Garry
Hi to all, I would like to pass from tomcat 3.2.x to tomcat 5.0.18; under tomcat 3.2.x I have some package under the WEB-INF/classes of all my sites, and run OK; passing to tomcat 5.0.18 I have changed only tomcat, leaving untouched all the directory where resides the sites; but when I

Re: jsvc and -config?

2004-02-03 Thread Bill Barker
Pretty much. The '-config' would go in the [args] section. Bernhard Wraase [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] With the old startup script (startup.sh), there's a -config parameter to As far as I can see there is no parameter in the startup.sh in tomcat 4.1.27. pass

Re: [INFO] ChannelSocket - -connection timeout reached

2004-02-03 Thread Bill Barker
My experience has been that I need to have a connectionTimeout on RH. However, you can get rid of the message either by setting 'connectionTimeout=-1' in the server.xml file or setting 'channelSocket.soTimeout=-1' in jk2.properties. Asif Chowdhary [EMAIL PROTECTED] wrote in message news:[EMAIL

Re: access log

2004-02-03 Thread Adam Hardy
Hi Yan, I'm only writing the access logs to a DB, I'm not too interested in keeping the normal logs as long as everything runs peachy. There is actually a small comment in the JDBCAccessLogValve noting that it would be good to develop a filter on the mime type - with which one could just drop

Re: Yet another OT question.

2004-02-03 Thread Adam Hardy
Try writing a really obviously wrong SQL statement, just rubbish, see if you force an error. Also check your DB logs to see whether it spat out an error log msg. On 02/03/2004 07:51 AM Antonio Fiol Bonnín wrote: When we insert duplicates, we do get SQLException as a response. We are using

Net Integrator Virus Alert

2004-02-03 Thread Virus Scanner
WARNING: a virus (probably I-Worm.Mydoom.a) or suspicious attachment was detected and removed from the following message from [EMAIL PROTECTED] to [EMAIL PROTECTED] Some of the content may still be readable. ---BeginMessage--- The message cannot be represented in 7-bit ASCII encoding and has been

RE: Tomcat5 RH ES mod_jk2 Apache2

2004-02-03 Thread Yiannis Mavroukakis
Oh use the source Luke!(tm) :) -Original Message- From: Rich Baldwin [mailto:[EMAIL PROTECTED] Sent: 02 February 2004 22:00 To: Tomcat Users List Subject: Re: Tomcat5 RH ES mod_jk2 Apache2 Ok. I'm ready to partially retract all of the mean things that I said about tomcat. If

an question occured during using tomcat5.0

2004-02-03 Thread asd
All friends: hello. I had used DataSource accompanyed with tomcat5.I configured this Data which named JDBC/ORADB via the web page http://localhost:8080/admin,everything was completed.then ,i retrieved this DataSource on my client which is an application. My core code of client is here:

an question occured during using tomcat5.0

2004-02-03 Thread asd
All friends: hello. I had used DataSource accompanyed with tomcat5.I configured this Data which named JDBC/ORADB via the web page http://localhost:8080/admin,everything was completed.then ,i retrieved this DataSource on my client which is an application. My core code of client is here:

mail.jar problems

2004-02-03 Thread Gerard van Enk
Hello, I have a problem with mail.jar and Tomcat-5.0.x. A webapp which uses javax.mail through jndi only works when this jar is placed inside the common/endorsed dir. If it's been placed in WEB-INF/lib this error occurs: 10:10:09,880 ERR 6082 kb org.mmbase.servlet.MMBaseServlet error.74 -

How to get a thread stack dump programmatically

2004-02-03 Thread Rodrigo Ruiz
Hi all, is there any way to get a stack trace of a given thread? I want to obtain a full thread stack dump from a JSP, just like the one obtained via kill -QUIT, but I do not find any method in the Thread class that could be used to get this information. I seem to recall that some code was

RE: How to get a thread stack dump programmatically

2004-02-03 Thread rx liu
why my not delivery ? From: Rodrigo Ruiz [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: How to get a thread stack dump programmatically Date: Tue, 03 Feb 2004 11:04:27 +0100 Hi all, is there any way to get a stack trace of a given

HELP - How to Hide the file list of Tomcat

2004-02-03 Thread Rai Ou
I want to show a common error page or redirect to the special page when the customs access this urls : http://mysite.com/admin/ or http://mysite.com/admin/jsp/ or http://mysite.com/admin/img/me.gif and so on ... You know when they access a real page which is in the Tomcat's Web container which

Re: How to get a thread stack dump programmatically

2004-02-03 Thread Thomas Kellerer
Rodrigo Ruiz schrieb: Hi all, is there any way to get a stack trace of a given thread? I want to obtain a full thread stack dump from a JSP, just like the one obtained via kill -QUIT, but I do not find any method in the Thread class that could be used to get this information. I seem to recall

Re: HELP - How to Hide the file list of Tomcat

2004-02-03 Thread Tim Funk
http://jakarta.apache.org/tomcat/faq/misc.html#listing -Tim Rai Ou wrote: I want to show a common error page or redirect to the special page when the customs access this urls : http://mysite.com/admin/ or http://mysite.com/admin/jsp/ or http://mysite.com/admin/img/me.gif and so on ...

Re: How to get a thread stack dump programmatically

2004-02-03 Thread Rodrigo Ruiz
My problem is I want a full stack dump, so I need to obtain stack traces from all threads, even those out of my control. Specifically, I would like to obtain a stack thread from all Tomcat worker threads, and if they are in a deadlock state, I cannot print their stack trace from within them

RE: an question occured during using tomcat5.0

2004-02-03 Thread Bodycombe, Andrew
Tomcat does not expose it's JNDI resources to the outside world. Therefore you cannot access any Tomcat Data Sources from an application outside tomcat. -Original Message- From: asd [mailto:[EMAIL PROTECTED] Sent: 03 February 2004 09:41 To: [EMAIL PROTECTED] Subject: an question occured

RE: How to get a thread stack dump programmatically

2004-02-03 Thread Ralph Einfeldt
Just an example: Exception ex = new Exception(); ByteArrayOutputStream s = new ByteArrayOutputStream(); ex.printStackTrace(s); String str = s.toString(); -Original Message- From: Rodrigo Ruiz [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 03, 2004 12:58 PM To: Tomcat Users List

SIP and tomcat

2004-02-03 Thread Daniel Coloma
Hi all, I've seen time ago there were some comments about using SIP Servlets within tomcat. The solution proposed was developing a new connector to deal with SIP servlets. Has anybody worked on this? Is there any guidelines on how to design a tomcat connector (not SIP specific)? Best

Tomcat 4.1.27 hotfix - how to install

2004-02-03 Thread Jose P. Gisone
Hello, I have installed Tomcat 4.1.27 on a Win2k server, and found the hotfix in the archives that fixes bug # 22096 (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22096). My problem is that I don't know where to put the StandardContext.class file that is within the zip file. I have looked

RE: [OFF-TOPIC] CSInline decrypt error 2

2004-02-03 Thread Shapira, Yoav
Howdy, Do you mean to say that it doesn't happen when NOT using Ant? Same with and without Ant. The DB is Oracle 9i with Oracle's own drivers (ojdc14.jar v9.2.0.1). Thanks, Yoav Shapira This e-mail, including any attachments, is a confidential business communication, and may contain

RE: How to get a thread stack dump programmatically

2004-02-03 Thread Shapira, Yoav
Howdy, It's not hard. I've posted code in the past that will list and give you access to all the threads in the system. Then you can crawl this list and use the exception-oriented approach. But keep in mind this is all transient snapshots. Yoav Shapira Millennium ChemInformatics

RE: URLRewrite help needed

2004-02-03 Thread Shapira, Yoav
Howdy, Take a look at tomcat 5's balancer webapp, and/or http://jakarta.apache.org/tomcat/tomcat-5.0-doc/balancer-howto.html Okay - stupid question. I'm running Tomcat 4.1. Can this be made to work on it? Yes, balancer is a Servlet Specification v2.3-compliant webapp. It's not specific to

Reg HTTP status 404 on Tomcat 5.0.16

2004-02-03 Thread Avinash Sridhar
I have my sampleapp folder into which a small trial of HelloServlet needs to be tested. The directory structure of sampleapp is as follows, e:\sampleapp\WEB-INF\classes\ WEB-INF\lib WEB-INF\sourcefiles WEB-INF\web.xml The classes directory has got

RE: WHY? Tomcat 5 maxThreads too low, set to 10

2004-02-03 Thread Shapira, Yoav
Howdy, You might also use two tomcat instances -- much easier to tune. Yoav Shapira Millennium ChemInformatics -Original Message- From: Parris, Edward G [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 5:38 PM To: [EMAIL PROTECTED] Subject: WHY? Tomcat 5 maxThreads too low,

RE: Reg HTTP status 404 on Tomcat 5.0.16

2004-02-03 Thread Yiannis Mavroukakis
Looks like you went about the wrong way with the Context and url pattern combination. Your servlet will work if you point your browser to http://localhost:8080/sampleapp/sampleapp If I am not mistaken changing url-pattern/sampleapp/url-pattern to url-pattern/HelloServlet/url-pattern should

RE: Reg HTTP status 404 on Tomcat 5.0.16

2004-02-03 Thread Bodycombe, Andrew
You have mapped your servlet to the /sampleapp URL, so to access your servlet, you need to use the following URL: http://localhost:8080/sampleapp/sampleapp I suggest changing your servlet-mapping as follows: servlet-mapping servlet-nameHelloServlet/servlet-name

Re: How to get a thread stack dump programmatically

2004-02-03 Thread Rodrigo Ruiz
Thanks Yoav, do you remember some keyword I could use to find that code in the archives? I have searched with no luck :-( I have this code section: List list = getAllThreads(); for (Iterator it = list.iterator(); it.hasNext(); ) { Thread t = (Thread)it.next(); String strace =

RE: HTTPS with Apache 2.0.48 and Tomcat 5.0.16

2004-02-03 Thread Dean Searle
Here is part of my httpd.conf for and Apache2, Tomcat 4.1.29 and mod_jk2 setup. This is only for the Virtual host part. Assuming you have everyhting else loading correctly it should work. NameVirtualHost 127.0.0.1:443 NameVirtualHost 127.0.0.1:80 VirtualHost 127.0.0.1:80 ServerName

Re: mail.jar problems

2004-02-03 Thread Wade Chandler
Gerard van Enk wrote: Hello, I have a problem with mail.jar and Tomcat-5.0.x. A webapp which uses javax.mail through jndi only works when this jar is placed inside the common/endorsed dir. If it's been placed in WEB-INF/lib this error occurs: 10:10:09,880 ERR 6082 kb

Re: Problem compiling JSP under TOMCAT 5.0.18

2004-02-03 Thread De Toffoli Garry
De Toffoli Garry ha scritto: Hi to all, I would like to pass from tomcat 3.2.x to tomcat 5.0.18; under tomcat 3.2.x I have some package under the WEB-INF/classes of all my sites, and run OK; passing to tomcat 5.0.18 I have changed only tomcat, leaving untouched all the directory where

Re: Problem compiling JSP under TOMCAT 5.0.18

2004-02-03 Thread Remy Maucherat
De Toffoli Garry wrote: De Toffoli Garry ha scritto: Hi to all, I would like to pass from tomcat 3.2.x to tomcat 5.0.18; under tomcat 3.2.x I have some package under the WEB-INF/classes of all my sites, and run OK; passing to tomcat 5.0.18 I have changed only tomcat, leaving untouched

multiple apache instances load balancing tomcat

2004-02-03 Thread Pete Stokes
Hi. I've finally got Apache load balancing with Tomcat, but want to provide redundancy to the Apache instance, is there a way to do this so if one goes down the second one takes over seamlessly / works concurrently ? Thanks, Pete.

RE: test

2004-02-03 Thread Kannan Sundararajan
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 03, 2004 2:41 AM To: [EMAIL PROTECTED] Subject: test This message was verified by the filtering system of our mail server. Original message was replaced by this one by the following reason :

OpenSSL und Tomcat

2004-02-03 Thread Stanislaw Österle
Hello! I generated(and signed) certtificate through OpenSSL, about so: openssl genrsa -rand /etc/passwd:/etc/inetd.conf:/etc/services:/etc/hosts 1024 -out my.key openssl req -new -key my.key -out my.csr openssl x509 -req -days 30 -in my.csr -signkey my.key -out my.cert. Problem: how do I

Re: Problem compiling JSP under TOMCAT 5.0.18

2004-02-03 Thread De Toffoli Garry
Remy Maucherat ha scritto: De Toffoli Garry wrote: De Toffoli Garry ha scritto: Hi to all, I would like to pass from tomcat 3.2.x to tomcat 5.0.18; under tomcat 3.2.x I have some package under the WEB-INF/classes of all my sites, and run OK; passing to tomcat 5.0.18 I have changed

RE: OpenSSL und Tomcat

2004-02-03 Thread Marcel Stör
Stanislaw Österle mailto:[EMAIL PROTECTED] wrote: Hello! I generated(and signed) certtificate through OpenSSL, about so: openssl genrsa -rand /etc/passwd:/etc/inetd.conf:/etc/services:/etc/hosts 1024 -out my.key openssl req -new -key my.key -out my.csr openssl x509 -req -days 30

OpenSSL and keystore

2004-02-03 Thread Stanislaw Österle
Hello! I generated(and signed) certtificate through OpenSSL, about so: openssl genrsa -rand /etc/passwd:/etc/inetd.conf:/etc/services:/etc/hosts 1024 -out my.key openssl req -new -key my.key -out my.csr openssl x509 -req -days 30 -in my.csr -signkey my.key -out my.cert. Problem: how do I

SIP and tomcat

2004-02-03 Thread Daniel Coloma
Hi all, I've seen time ago there were some comments about using SIP Servlets within tomcat. The solution proposed was developing a new connector to deal with SIP servlets. Has anybody worked on this? Is there any guidelines on how to design a tomcat connector (not SIP specific)? Best

Re: Problem compiling JSP under TOMCAT 5.0.18

2004-02-03 Thread De Toffoli Garry
De Toffoli Garry ha scritto: Remy Maucherat ha scritto: De Toffoli Garry wrote: De Toffoli Garry ha scritto: Hi to all, I would like to pass from tomcat 3.2.x to tomcat 5.0.18; under tomcat 3.2.x I have some package under the WEB-INF/classes of all my sites, and run OK; passing to

No Suitable Driver Error -- Still No Success

2004-02-03 Thread Kumar Abhay-CAK203C
Hi , I am getting the following error in JDBC connection pooling. Error log and other details are as follows: Please help !! Regards Abhay - I am using :== Apache Tomcat/4.1.29

workers2.properties syntax and as Load Balancer??

2004-02-03 Thread Allistair Crossley
The following is my workers2.properties file. [shm:] info=Shared memory file. Required for multiprocess servers file=D:\Tomcat 5.0\work\jk2.shm size=100 [channel.socket:localhost:8009] info=Ajp13 worker, connects to tomcat instance using AJP 1.3 protocol tomcatId=localhost:8009 [uri:/*.do]

Re: multiple apache instances load balancing tomcat

2004-02-03 Thread johncoyle
Pete, For redundancy in apache the following options are open to you : 1) Use a http sprayer in front of the apache webservers 2) Use a load balancing software such as Stonebeat Webcluster 3) Manual failover. This is where you have two instances of apache configured and running

RE: access log

2004-02-03 Thread Yansheng Lin
I agree, a filter would be good, but still, to get it right might take some serious tuning. If you are not doing this for security/alerts, you can go and get an access log analyzer. There are tones of analyzers out there. If all fails, /xusage is still going to be there. And if your website

SSL only working on localhost

2004-02-03 Thread Maarten van Heiningen
Hi, I'm using apache 2.0.48 with openssl configured in combination with an official key. I have followed the steps of enabling SSL and it wrks well on localhost even with JBoss as my appserv. But from outside I get a time out. I know my ssl port 443 is open and it is also configured in my

RE: No Suitable Driver Error -- Still No Success

2004-02-03 Thread Mike Curwen
What does your web.xml look like? Read step 3 on this page: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasource-examples -howto.html -Original Message- From: Kumar Abhay-CAK203C [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 03, 2004 9:46 AM To: [EMAIL PROTECTED]

Average memory usage under 5.0.16 (jsvc)

2004-02-03 Thread Andrew Davidoff
Hello All, I've searched the archives for this and while I've found related information I haven't seen anything definitive. I'm using jsvc to run Tomcat 5.0.16 as a daemon and after startup when it's doing nothing it's using between 120 and 160 megs of physical memory. This seems high to me.

Re: multiple apache instances load balancing tomcat

2004-02-03 Thread Pete Stokes
Hi John. Investigating cost of point 2. For point 3, I'd assume that all users would then lose their sessions? I'd be after sticky sessions, so I guess I'd need memory-memory replication between the two apache's, is this possible? Tx. Pete. [EMAIL PROTECTED] wrote: Pete, For redundancy in

RE: No Suitable Driver Error -- Still No Success

2004-02-03 Thread Burgess, Jay S
Having just gone through a similar issue last week, I can recommend searching the archives (and maybe the bug database). You'll probably find your solution. If you're getting this error when you start up Tomcat, then it's probably fixable (you may have a JAR in the wrong place, etc.) If you're

RE: No Suitable Driver Error -- Still No Success

2004-02-03 Thread Kumar Abhay-CAK203C
This is my Web.xml resource-ref res-ref-namejdbc/estimation/res-ref-name res-typejavax.sql.DataSource/res-type res-authContainer/res-auth /resource-ref Abhay -Original Message- From: Mike Curwen [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 03, 2004 10:03

Re: jsvc and -config? What about other JVM options?

2004-02-03 Thread David Wall
How about passing the -server option to the JVM so that it uses the server versus client VM? How do you pass in security manager params like: -Djava.security.manager -Djava.security.policy==$CATALINA_HOME/conf/catalina .policy The -server option is unknown. The two -D options above are

jsession id format?

2004-02-03 Thread Jeff Poling
Is the jsessionid a simple random number, or is there information encoded into it. For example, on one other application server (non-J2EE), the client IP address is encoded into the generated sessionID for security reasons. *Jeff Poling, Research and Development, CMHC

RE: No Suitable Driver Error -- Still No Success

2004-02-03 Thread Mike Curwen
It's been a while since I did Oracle jdbc urls... jdbc:oracle:thin:@oswego.comm.mot.com:1521:remedydb is remedydb your sid? how about your schema? I'm thinking there's something missing between :thin: and the @ symbol. But it might not always be required... ? -Original Message-

Re: jsession id format?

2004-02-03 Thread Michael Mangeng
Hi Jeff As far as i know, the sessionid is entirely (pseudo)-random. greets, mike Jeff Poling wrote: Is the jsessionid a simple random number, or is there information encoded into it. For example, on one other application server (non-J2EE), the client IP address is encoded into the

Antwort: OpenSSL und Tomcat

2004-02-03 Thread Oliver Wulff
I had the same problem and could get working it with: http://www.comu.de/docs/tomcat_ssl.htm Unfortunately, it didn't work when Tomcat enforces client authentication. Oliver Stanislaw Österle

Re: jsession id format?

2004-02-03 Thread Tim Funk
The session id created from tomcat is a random number which is base 64 encoded. No extra information is encoded to session id. -Tim Jeff Poling wrote: Is the jsessionid a simple random number, or is there information encoded into it. For example, on one other application server

Re: multiple apache instances load balancing tomcat

2004-02-03 Thread johncoyle
Pete, Unfortuantly I haven't come accross memory-memory replication between two apaches as I've always run them on seperate machines and took the hit on the loss of sessions, better to loose a session than a service. John Hi John. Investigating cost of point 2. For point 3, I'd assume

Installing Tomcat 5 from JPackage

2004-02-03 Thread Joe Tseng
I recently installed Fedore Core 1 and was advised to install Tomcat 5 from JPackage using yum. When I tried to install to do this I got an error like this: Resolving dependencies ...identicla dependency loop exceeded package tomcat5 needs jaas (not provided) package tomcat5 needs jaf = 0:1.0.1

RE: Yet another OT question.

2004-02-03 Thread George Sexton
Complain to the list maintainers or check your own MUA for a spurious REPLY-TO header. The message comes in with two reply-to headers and my MUA is just honoring them when I hit reply: There are two cases going on here. The first is that you have invalid SQL. You might be able to catch this by

JavaMail

2004-02-03 Thread sergio ulloa
I'm trying to run JavaMail and the book I have say JavaMail is part of the distribution but It's not in there. Where can I find and dowload the mail.jar file?.

Jakarta/Axis

2004-02-03 Thread Fernando Machado Jr
i have installed tomcat-jakarta, evrth was fine, but a connector won't work. when I try to use the specified port (8443, by the way) i get a blank page. Axis services won't run too. I'm stuck Regards! Fernando Machado Jr. UFRGS - BR

Re: multiple apache instances load balancing tomcat

2004-02-03 Thread David Rees
Pete Stokes wrote, On 2/3/2004 8:09 AM: [EMAIL PROTECTED] wrote: For redundancy in apache the following options are open to you : 1) Use a http sprayer in front of the apache webservers 2) Use a load balancing software such as Stonebeat Webcluster 3) Manual failover. This is where you have

Re: mail.jar problems

2004-02-03 Thread Michiel Meeuwissen
Wade Chandler [EMAIL PROTECTED] wrote: common/endorsed dir. If it's been placed in WEB-INF/lib this error occurs: Tomcat 5 doesn't ship with mail.jar, but because of this problem my webapp isn't running out of the box and people who want to use it have to copy this jar (and activation.jar)

Re: Tomcat 4.1.27 hotfix - how to install

2004-02-03 Thread David Rees
Jose P. Gisone wrote, On 2/3/2004 5:41 AM: I would greatly appreciate any tips that would point me in the right direction. Instead of applying the hotfix, you should wait a few days and upgrade to 4.1.30. Also, unless you're having any problems with Tomcat, there is no real need to apply the

Re: JavaMail

2004-02-03 Thread Sergio Carbajal
http://java.sun.com/products/javamail/ Sergio Carbajal - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: multiple apache instances load balancing tomcat

2004-02-03 Thread Pete Stokes
David, Problem with using the Tomcat 5 session replication, this 3rd party app cannot be clustered that way, it fails. Therefore my only choice is sticky sessions. Pete. David Rees wrote: Pete Stokes wrote, On 2/3/2004 8:09 AM: [EMAIL PROTECTED] wrote: For redundancy in apache the

Re: Jakarta/Axis

2004-02-03 Thread Tim Funk
http://jakarta.apache.org/tomcat/faq/ Otherwise, please state more specific configuration issues as well as errors. From the information provided, this is absolutely useless. -Tim Fernando Machado Jr wrote: i have installed tomcat-jakarta, evrth was fine, but a connector won't work. when I

Re: access log

2004-02-03 Thread Adam Hardy
On 02/03/2004 04:57 PM Yansheng Lin wrote: If you are not doing this for security/alerts, you can go and get an access log analyzer. There are tones of analyzers out there. If all fails, /xusage is still going to be there. And if your website becomes hugely successful, at that point of course

Re: multiple apache instances load balancing tomcat

2004-02-03 Thread Rob Augustinus
does it fail because of placing objects in the session which lack the Serializable interface? Pete Stokes wrote: David, Problem with using the Tomcat 5 session replication, this 3rd party app cannot be clustered that way, it fails. Therefore my only choice is sticky sessions. Pete. David

RE: access log

2004-02-03 Thread Shapira, Yoav
Howdy, OK, there seem to be a few weblog analyzers out there - open-source and able to read tomcat access logs - any recommendations? Webalizer is cool. So is http-analyze. Both are free. Yoav Shapira This e-mail, including any attachments, is a confidential business communication, and

encoding-problem with tomcat, jk2, apache

2004-02-03 Thread Stefan Burkard
hello tomcat-users i've set up a cocoon-page with tomcat, apache and jk2. everything works fine as long as i just use languages with standard-encoding iso-8859-1. now i'm on the way to implement the russian version of the site and therefore i need to display russian (cyrillic) characters. if

Re: multiple apache instances load balancing tomcat

2004-02-03 Thread Pete Stokes
yup, but the app developers say they will address this issue at a future point. Pete. Rob Augustinus wrote: does it fail because of placing objects in the session which lack the Serializable interface? Pete Stokes wrote: David, Problem with using the Tomcat 5 session replication, this 3rd

jsp:include Problem with Internet Explorer

2004-02-03 Thread Daniel Scholnick
Hi, I seem to have a problem with Tomcat 4.1.18, IE 6, and jsp:include. I have a jsp, lets call is source.jsp, that looks something like this: jsp:include nameincluded.jsp flush=true jsp:param name=foo value=bar/ /jsp:include When I access source.jsp using Mozilla, everything shows up just

Re: multiple apache instances load balancing tomcat

2004-02-03 Thread Filip Hanik
since you haven't addressed it yet, my recommendation is that you use the java.io.Externilizable interface instead, there is more room for serialization optimization in there Filip - Original Message - From: Pete Stokes [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent:

Re: files with .jsp suffix

2004-02-03 Thread TeamGrumman
In a message dated 02/02/04 11:11:19 PM, [EMAIL PROTECTED] writes: You can open a jsp file with any text editor. thanks

deploying and undeploying web applications programatically

2004-02-03 Thread Abhijat Thakur
Hi, I am using tomcat version 4.1.27. I start up my tomact by setting all the system properties and class path and then making a call org.apache.catalina.startup.Bootstrap.main(start). After this has been done then at run time i want to deploy and undelpoy applications. How can i do that? I

Re: jsp:include Problem with Internet Explorer

2004-02-03 Thread sergio ulloa
Try this! jsp:include page=include.jsp jsp:param name = variableName value=something / /jsp:include - Original Message - From: Daniel Scholnick [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, February 03, 2004 1:17 PM Subject: jsp:include Problem with Internet Explorer

Apache2, Mod_jk2 and Tomcat 4 on Linux - Help

2004-02-03 Thread Apahce Tomact
Hi, I want to configure Apache2, Mod_jk2 and Tomcat 4 on Linux. If any body has any procedure, Please send me. I have done this in Windows environment successfully and Struggling to configure on Linux. Your help is greatly appreciated. Regards, Rama. -

RE: include Problem with Internet Explorer

2004-02-03 Thread Yansheng Lin
I had a similar problem a while back. I think this is a invalid path problem. Mozilla just ignored it, but IE was not as forgiving. Debugging technique: comment out any links one-by-one to see which one is causing the problem. Hope this helps. -Yan -Original Message- From: Daniel

Re: Apache2, Mod_jk2 and Tomcat 4 on Linux - Help

2004-02-03 Thread Josh Rehman
There are lots of resources on the net. Do a search. I don't have any links handy or I'd post 'em. One word of advice: avoid installing a unique tomcat user. Just install it as your user name and not as root. As you develop and start/stop tomcat, log files and other things are generated with

Re: Apache2, Mod_jk2 and Tomcat 4 on Linux - Help

2004-02-03 Thread Francois Masson
Hi, I did an installation on Fedora, with Apache2, Tomcat 4.1.29 and mod_jk 1.2. You can access the installation journal at http://www.javateria.net/fedora/index.php. Regards, Francois Apahce Tomact wrote: Hi, I want to configure Apache2, Mod_jk2 and Tomcat 4 on Linux. If any body has any

help? JNDI Datasource HOW-TO

2004-02-03 Thread daniel
i have followed the example but changed the location of the database to another machine. Tomcat 5.0.18 the test.jsp returns Results Foo Not Connected Bar -1 checking the DBTest log i get : 2004-02-03 14:19:36 NamingContextListener[/Catalina/localhost/DBTest]: Resource parameters for

RE: Tomcat 4.1.27 hotfix - how to install

2004-02-03 Thread Jose P. Gisone
David, Thank you for your response. Unfortunately, I cannot use version 4.1.30, since versions 4.1.27 and 4.0.6 are the only two Tomcat versions supported by the vendor of another software application. I am moving ahead with 4.0.6 at this time (so far with decent results), while I try to find

How to disable session persistence at shutdown?

2004-02-03 Thread Lam, Ann C. W.
Hello, I have been trying to disable session persistence at shutdown using the default context element below placed inside the host element of my Tomcat server.xml configuration file. This solution was offered by a post to this discussion list, subject RE: Manager - STOP application fails to

Re: Apache2, Mod_jk2 and Tomcat 4 on Linux - Help

2004-02-03 Thread Apahce Tomact
Hi Francois, Thank you very much for your help. I am trying to configure mod_jk2. Do you have any procedure for it. Regards, Rama Francois Masson [EMAIL PROTECTED] wrote: Hi, I did an installation on Fedora, with Apache2, Tomcat 4.1.29 and mod_jk 1.2. You can access the installation

workers2.properties syntax

2004-02-03 Thread Alvaro Seixas
Hello, I'd like to know if someone knows where I can find any document describing the syntax for workers2.properties different from the one that comes with Tomcat 5. Cause the one that I'm using I copied from this list (and it's working) and there's some aspects I want to change that I have no

Re: Apache2, Mod_jk2 and Tomcat 4 on Linux - Help

2004-02-03 Thread Apahce Tomact
Hi, Thanks for your reply. I need to have connector. I have installed Apache and Tomcat on Linux and independently they are working but failing when tried to load the mod_jk2 module. Regards, Rama Josh Rehman [EMAIL PROTECTED] wrote: There are lots of resources on the net. Do a search. I

RE: help? JNDI Datasource HOW-TO

2004-02-03 Thread Kumar Abhay-CAK203C
Hello, I am having the same problem since last 3 days and no final solution yet I hv posted the msg 2 time to this gr but all in vain Pls share it with me if u hv any solution.. Abhay -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 03,

Making tomcat know index.jsp has changed...

2004-02-03 Thread Andrew Davidoff
Hello All, Here's another that I've researched but just can't figure out. I want to change ROOT/index.jsp, however tomcat refuses to recognize that it has changed unless I move the file ROOT/WEB-INF/web.xml out of the way. I have tried moving all files named *index_jsp* and even index.jsp

Re: Tomcat 4.1.27 hotfix - how to install

2004-02-03 Thread Johannes Maybaum
Hi, I have installed Tomcat 4.1.27 on a Win2k server, and found the hotfix in the archives that fixes bug # 22096 (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22096). My problem is that I don't know where to put the StandardContext.class file that is within the zip file. i applied

Re: help? JNDI Datasource HOW-TO

2004-02-03 Thread Liem Do
I am having the same problem since last 3 days and no final solution yet I hv posted the msg 2 time to this gr but all in vain Pls share it with me if u hv any solution.. /DBTest/WEB-INF/foo/DBTest.class Not sure if this is the problem but your class file should be under:

Re: help? JNDI Datasource HOW-TO

2004-02-03 Thread daniel
oh oops. Thats where i have it otherwise i would never have goten the jsp to display info. thanks, Daniel Schulken - Original Message - From: Liem Do [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, February 03, 2004 3:52 PM Subject: Re: help? JNDI Datasource

Back to the nonsecure items problem

2004-02-03 Thread Wendy Smoak
I'm trying to serve a PDF from a Servlet and I'm getting the This page contains both secure and nonsecure items. Do you want to display the nonsecure items prompt from IE. This is a confidential accounting report, so that just won't do! I was hoping that when I put the webapp behind Apache,

RE: Tomcat 4.1.27 hotfix - how to install

2004-02-03 Thread Marcel Stör
Original Message From: Jose P. Gisone [mailto:[EMAIL PROTECTED] Sent: Dienstag, 3. Februar 2004 20:54 To: Tomcat Users List Subject: RE: Tomcat 4.1.27 hotfix - how to install David, Thank you for your response. Unfortunately, I cannot use version 4.1.30, since versions 4.1.27 and

SOLUTION: SSL certificates HOW-TO

2004-02-03 Thread Bruno.Melloni
It seems that obtaining and installing SSL certificates from different Certificate Authorities is not consistent. Even within the same CA, the procedure for real and test certificates is not necessarily the same. To make matters worse there appear to be differences in the operation of the

RE: Tomcat 5.0.18 : Bad Cookie Names, the return ?

2004-02-03 Thread Papillon
You're right : - No errors when I use http://localhost/appli/servlet/... - Yes, Burp proxy is really cool : HTTP/1.1 200 OK pragma: no cache Set-Cookie: JSESSIONID=9ADF1; Path=/appli Set-Cookie: MySession=vCookies Content-Type: text/html ... When the browser send the next request

  1   2   >