Re: No Suitable Driver Error -- Still No Success

2004-02-03 Thread fachhochschule.burkhart
> Hi , > > I am getting the following error in JDBC connection pooling. Error log > and other details are as follows: > > Please help !! > > Regards > Abhay > > Caught while creating a connection in EPP > dB:=org.apache.commons.dbcp.SQLNestedException: Cannot create JDBC > driver of class '' fo

RE: Servlets won't load after deployment

2004-02-03 Thread Filip Hanik \(lists\)
remove all that stuff from your classpath. do this export CLASSPATH="" ./startup.sh and it should work, the startup scripts are setting the classpath, and so does tomcat when it startup, you placing stuff in the system classpath will only mess things up :) Filip -Original Message- From:

Servlets won't load after deployment

2004-02-03 Thread Phil Campaigne
MY webapp works on my localhost but after deployment I get an error instantiating HttpServlet class even though I have the servlet.jar in the CLASSPATH. Here are the CLASSPATH and catalina.out. Does anyone know what I am doing wrong? thanks, Phil CLASSPATH=:.:/usr/java/mysql-connector-java-2.0.

RE: need help adding classpath to Tomcat 5.0.18 NT Service

2004-02-03 Thread Filip Hanik \(lists\)
why don't you just add the files to /common/endorsed/ that way they will get automatically added to the tomcat classpath without you setting any variables. also, setting up tomcat in a file system with spaces in the paths, can be a debug pain in the butt, I would try to avoid doing that Filip --

need help adding classpath to Tomcat 5.0.18 NT Service

2004-02-03 Thread Robert Ensinger
Hi Folks, I'm working with an app that needs a classpath "kickstart" to run properly. The jar is deployed to %CATALINA_HOME%\shared\lib\. When starting the server via the startup.bat, the app works properly when the set classpath variable in the setclasspath.bat is defined as: set

Fail to perform "ant install" with Tomcat 5.0.18

2004-02-03 Thread Tony Yat-Tung Cheung
Hi All, I am trying the "ant install" on the Tomcat 5.0.18 with the included sample application (jakarta-tomcat-5.0.18/webapps/tomcat-docs/appdev/sample). The "ant install" seems to work fine. However, I found that the service is not started properly. When I look at tomcat's log files, I found

Re: Simple security - or "Why is HttpJspBase.service final?"

2004-02-03 Thread Josh G
At 11:27 AM 4/02/2004, you wrote: why dont you use filters (standard) or valves (tomcat specific) filip It's looking like I'm going to have no choice, but I don't want to because I want the security simple, and I want to keep the security settings for a page in the page itself. -Josh

Re: Simple security - or "Why is HttpJspBase.service final?"

2004-02-03 Thread Filip Hanik
why dont you use filters (standard) or valves (tomcat specific) filip - Original Message - From: "Josh G" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 03, 2004 5:23 PM Subject: Simple security - or "Why is HttpJspBase.service final?" Is there any reason that HttpJs

Simple security - or "Why is HttpJspBase.service final?"

2004-02-03 Thread Josh G
Is there any reason that HttpJspBase.service() is final, apart from to make my life hard? I'm trying to implement a _simple_ security system that intercepts requests before they get to _jspService() so that if certain conditions aren't met, a redirect occours instead. I don't want to use filter

Question about webapp deployment or re-deployment

2004-02-03 Thread Tom . Williams
Hi! I've got Tomat 4.1 .29 and Tomcat 5.0.18 up and running on a Windows 2000 server to test a webapp we're developing as well as learn some of the environmental "issues" that might impact our app when we deploy it in production environments. Currently, we use ant to build a war file that is

RE: Redeployment of War over and over Supported?

2004-02-03 Thread Tom . Williams
Would multiple Tomcat instances be run in a production environment as well? We're developing a webapp and having to retart Tomcat with each webapp installation is one of our concerns. Peace... Tom "Sh

RE: mod_jk problem

2004-02-03 Thread Guy Rouillier
Lukas Larsson wrote: > I already put the Include statement in httpd.conf, and then > put JkMount in mod_jk.conf. But it still doesn't work. Is > there anything I have to do in server.xml to make it work. > I've added two lines debug="0"> #this line is above className="org.apache.ajp.tomcat4.confi

nice level of tomcat 4.0.4 on solaris 9

2004-02-03 Thread DMGoodstein
I'm running tomcat-4 on several sun boxes equipped with solaris9 and 64 bit j2sdk1.4.2_03. The jvm is running at a nice level of 10, and I'm at a loss as to why. The default nice level for the shell from which tomcat is started is 0, and there are no system-imposed re-niceings that my sys admins

Re: Tomcat 4 and Linux SMP

2004-02-03 Thread Oscar Carrillo
On Tue, 3 Feb 2004, arvind singh wrote: > Hyperthreading is working fine. > Tomcat is working very well with non SMP kernel and only with JRE. > > RedHat has nothing new other than a better dektop. But later glibc, gcc, and nptl libraries. > > I can see virtual processor and other apps. work j

RE: Back to the "nonsecure items" problem

2004-02-03 Thread Wendy Smoak
> From: Oscar Carrillo [mailto:[EMAIL PROTECTED] > I imagine it might just be a poor implementation in IE. That's what it's sounding like... I've spoken with someone else who found a workaround. If I have this right, IE only gets upset about POSTed requests where the response is non-HTML over HT

Re: Tomcat 4 and Linux SMP

2004-02-03 Thread arvind singh
Hyperthreading is working fine. Tomcat is working very well with non SMP kernel and only with JRE. RedHat has nothing new other than a better dektop. I can see virtual processor and other apps. work just well with very good performance. This SMP kernel was released by RedHat Network for 8. Thank

Tomcat with VeriSign Trial Certificate

2004-02-03 Thread Dave Bryan
I'm having problems setting up a VeriSign Trial SSL certificate. The Trial Certificates don't have a 'chain certificate' which is then imported into your keystore, so I get errors that I don't have a one. Are these certificates usable in Tomcat? Thanks! -David --

Re: Tomcat 4 and Linux SMP

2004-02-03 Thread Oscar Carrillo
Don't expect Hyperthreading to work without compiling a new kernel. BTW, I would update all your other packages, and maybe even updating to RedHat 9. In fact, I was not aware that there was that late of a kernel RPM version for RedHat 8. In addition, I don't think you can run Tomcat with a JRE.

RE: Back to the "nonsecure items" problem

2004-02-03 Thread Oscar Carrillo
I imagine it might just be a poor implementation in IE. It might be doing something stupid like determining that the inclusion of a mimetype is nonsecure. It doesn't make sense that anything could go through http when accessing via https, without a link in your page that points to somewhere els

Tomcat 4 and Linux SMP

2004-02-03 Thread arvind singh
Hi, I am using RedHat 8 with SMP kernel. OS: RedHat 8 Kernel: kernel-smp-2.4.20-20.8.i686.rpm Tomcat: tomcat4-4.1.18-full.1jpp.noarch.rpm Java: j2re-1_4_1_06-fcs-linux-i586.rpm The Intel processor is hyperthreaded. Tomcat fails to startup. Below is the stack trace.

Re: How to disable session persistence at shutdown?

2004-02-03 Thread Filip Hanik
Filip - Original Message - From: "Lam, Ann C. W." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 03, 2004 12:11 PM Subject: How to disable session persistence at shutdown? Hello, I have been trying to disable session persistence at shutdown using the default con

RE: Back to the "nonsecure items" problem

2004-02-03 Thread Wendy Smoak
> From: Oscar Carrillo [mailto:[EMAIL PROTECTED] > I've noticed this too when including a Flash application. > I noticed that only IE complains. Mozilla doesn't. Is this > the same case for you? Yes. :( And most of my users are on IE. So... Has anyone pinned down what Tomcat is sending that ma

re: setting up a virtual domain on tomcat

2004-02-03 Thread James Black
Hello, We have a virtual host on apache: http://virtualhost.abc.edu This actually is on host.abc.edu There is a index.php that is ran automatically when you go to virtualhost.abc.edu I now have a jsp page that I want to replace the php with. People have bookmarked virtualhost.abc.edu I wa

Re: Back to the "nonsecure items" problem

2004-02-03 Thread Oscar Carrillo
Hi, I've noticed this too when including a Flash application. I noticed that only IE complains. Mozilla doesn't. Is this the same case for you? Oscar On Tue, 3 Feb 2004, Wendy Smoak wrote: > > I'm trying to serve a PDF from a Servlet and I'm getting the "This page > contains both secure and

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 "Pat

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 Java

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

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, th

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 Datasour

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: /DBTest/WEB-I

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 appl

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 its

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, 2004

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

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 i

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 jou

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 s

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 out

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 jdbc/

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 pro

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 yo

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 Schol

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. - Do

Customized authentication - overriding "getUserPrincipal()"

2004-02-03 Thread Morten S. Mortensen
Hi all, I am in the process of testing some custom authentication schemes of my own. One thing, I would like, is to have "request.getUserPrincipal()" and "request.getAuthType()" return what I tell the request to return. The "usual" way to grab and manipulate things is to write a filter (or ser

Re: jsp:include Problem with Internet Explorer

2004-02-03 Thread sergio ulloa
Try this! - 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 > Hi, > > I seem to have a problem with Tomcat 4.1.18, IE 6, and jsp:include. I have

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

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

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: When I access source.jsp using Mozilla, everything shows up just fine. But when I access it from IE, none of the html generated by included.jsp

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 p

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 i

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

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

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 yo

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 tr

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 foll

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: 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 hot

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 activat

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

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 -

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?.

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 usi

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

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 (non-J2EE)

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 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 generat

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- > Fro

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 Systems***

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 reject

RE: No Suitable Driver Error -- Still No Success

2004-02-03 Thread Kumar Abhay-CAK203C
This is my Web.xml jdbc/estimation javax.sql.DataSource Container Abhay -Original Message- From: Mike Curwen [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 03, 2004 10:03 AM To: 'Tomcat Users List' Subject: RE: No Suitable Driver Error -- Still No Success

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 g

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

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

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 ssl.

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 b

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 usin

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]

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 SQL*Plus

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 tom

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 regar

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

RE: OpenSSL und Tomcat

2004-02-03 Thread Marcel Stör
Stanislaw Österle 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

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 only

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

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

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 r

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 org.mmbase.servlet.MMBaseSe

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 ServerName www.domain.com Serve

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 = getStackTrace(t);

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: HelloServlet /HelloServlet Then, you can use the http://localhost:8080/sampleapp/He

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 /sampleapp to /HelloServlet should hopefully produce what you are after. Yiannis. --

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

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 clas

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 speci

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 >-Origin

  1   2   >