Re: [OT] Handling JDBC transactions

2004-09-22 Thread Antony Paul
I feel JTA is the solution. JOTM have a documentation on how to use it in Tomcat. But requiring to use JNDI is a problem because Tomcat JNDI is not available outside Tomcat and I cannot run unit tests. Thanks for the help. rgds Antony Paul - Original Message - From: "Shapira, Yoav" <[EMAI

Re: Apache 2.x/Tomcat 4.1.x/jk2 & SSL

2004-09-22 Thread Steve Forsyth
Currently, I am using the automated build of the jk conf file and doing an include at the bottom of my httpd.conf file. My host is just the name of the machine... I don't have any Virtual Hosts setup... just different contexts in Tomcat and they are mapped automatically via the automated build o

Re: Apache 2.x/Tomcat 4.1.x/jk2 & SSL

2004-09-22 Thread Cary Conover
Steve, If you could send me your tomcat config files and httpd.conf file I could take a look to see what might be a miss. Cary Steve Forsyth <[EMAIL PROTECTED]> wrote: Hi all, I have had everything working between Apache/Tomcat/jk2 for quite a while. Well, now we need to add SSL support. So

Oracle Driver and JDBC-ODBC still refuses to load

2004-09-22 Thread oxnard
I'm still having a driver loading problem. The error I get is " :javax.servlet.ServletException: Cannot create JDBC driver of class '' for connect URL 'null', cause: No suitable driver at org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:867)" The tomca

Re: Apache 2.x/Tomcat 4.1.x/jk2 & SSL

2004-09-22 Thread Alex
both ssl and non-ssl will use the same workers2.properties file. are you using virtual hosts? one single host under localhost? On Wed, 22 Sep 2004, Steve Forsyth wrote: > Date: Wed, 22 Sep 2004 15:25:26 -0700 > From: Steve Forsyth <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTE

AW: Urgent .Please help me out

2004-09-22 Thread Prabhjot Sodhi
Return Receipt Your AW: Urgent .Please help me out document :

Apache 2.x/Tomcat 4.1.x/jk2 & SSL

2004-09-22 Thread Steve Forsyth
Hi all, I have had everything working between Apache/Tomcat/jk2 for quite a while. Well, now we need to add SSL support. So, I setup Apache for SSL support and it's working. BUT... it seems that I'm missing something in the connector telling Apache that ssl as well as ssl requests should be sen

Tomcat and LDAP

2004-09-22 Thread SARMIENTO Claudia COGA
Hello all: I have a question, i'm new in JNDIRealm Configuration, actually i'm connecting succesfully with my LDAP server with BASIC authentication, i read that BASIC authentication is valid until user closes the browser, how i can re-login? if i'm not using login.jsp, i only set i

jk2 over non-default port

2004-09-22 Thread Kyle Adams
I've been able to get jk2 running if I use the default port; however, I get these error messages if I try to switch to a non-default port: [Wed Sep 22 09:26:07 2004] [error] channelSocket.open() connect failed localhost:8009 146 Connection refused [Wed Sep 22 09:26:07 2004] [error] ajp13.connect()

RE: removeAbandoned in DBCP

2004-09-22 Thread Shilpa Nalgonda
Hi Robert, when you said "I have both parameters in my pool definition and they work fine. " How did you define the pool , is it by using BasicDataSourceFactory or somthing else... factory org.apache.commons.dbcp.BasicDataSourceFactory I reason i am asking

RE: removeAbandoned in DBCP

2004-09-22 Thread Shilpa Nalgonda
Thanks a lot for the reply. I am releasing all the connections and other resources in my entire application. I am using Tomcat4.1.30 and Oracle 8i.. But i have one question though, does Connection con = dataSource.getConnection(); ensures that we are creating connection pool and getting connectio

Re: beware: stackTrace was: Re: RE : too many JAAS...

2004-09-22 Thread Rene Paulokat
On Wed, Sep 22, 2004 at 10:04:57PM +0200, [EMAIL PROTECTED] wrote: > Just checking, but in your original post you described your loginmodule > as: > > public class MyLoginModule implements LoginModule { > > however, your ClassCastException mentions: > > com.warenform.ima_frontend.interf.Dab

Re: beware: stackTrace was: Re: RE : too many JAAS...

2004-09-22 Thread Michiel . Toneman
Just checking, but in your original post you described your loginmodule as: public class MyLoginModule implements LoginModule { however, your ClassCastException mentions: com.warenform.ima_frontend.interf.DabLoginModule.login Can you check if you really are referring to the same classes (a

Re: removeAbandoned in DBCP

2004-09-22 Thread Robert Bateman
On Wednesday 22 September 2004 03:28 pm, Shilpa Nalgonda wrote: > Hi, > My connection pool works if i set the removeAbandon parameter to true, but > i still do not understand why it works that way, > can someone suggest...can i use that parameter... > > > removeAbandoned > true

beware: stackTrace was: Re: RE : too many JAAS...

2004-09-22 Thread Rene Paulokat
On Wed, Sep 22, 2004 at 03:33:27PM -0400, Shapira, Yoav wrote: > > Hi, > What's the stack trace for the ClassCastException? here it comes: rene -- javax.security.auth.login.LoginException: java.lang.ClassCastException at com.warenform.ima_frontend.interf.DabLoginModule.login(DabLogi

RE: List subscription problem

2004-09-22 Thread Mark Thomas
Lee, I tried responding directly to your message but it was rejected because your mailbox was full. I also responded to your post on the tomcat-user mailing list since you stated you were monitoring that through one of the many web based archives. Empty your mailbox and then the messages should s

RE: RE : too many JAAS...

2004-09-22 Thread Shapira, Yoav
Hi, What's the stack trace for the ClassCastException? Yoav Shapira Millennium Research Informatics >-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >Sent: Wednesday, September 22, 2004 3:33 PM >To: Tomcat Users List >Subject: Re: RE : too many JAAS... > >On Wed, S

RE: removeAbandoned in DBCP

2004-09-22 Thread Shilpa Nalgonda
Hi, My connection pool works if i set the removeAbandon parameter to true, but i still do not understand why it works that way, can someone suggest...can i use that parameter... removeAbandoned true removeAbandonedTimeout 0 -Original Message---

Re: RE : too many JAAS...

2004-09-22 Thread Rene Paulokat
On Wed, Sep 22, 2004 at 03:16:17PM -0400, Shapira, Yoav wrote: > > Hi, > Can you put the login module in common/lib as well, to see if it being > loaded by the common classloader makes a difference? first: thanks a lot for your efforts. i can, i did change the location for the loginModule, so th

RE: RE : too many JAAS...

2004-09-22 Thread Shapira, Yoav
Hi, Can you put the login module in common/lib as well, to see if it being loaded by the common classloader makes a difference? Yoav Shapira Millennium Research Informatics >-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >Sent: Wednesday, September 22, 2004 3:15 P

Re: seperate development spaces on same server/tomcat

2004-09-22 Thread Didier McGillis
Why is Tomcat serving the error pages? I try to go to catalog2.html which I know doesnt exist and I get the Tomcat error page, however in the Apache logs there is the log of me requesting catalog2.html. I know it must have something to do with my workers2.properties setting have the uri:/* set

Re: RE : too many JAAS...

2004-09-22 Thread Rene Paulokat
On Wed, Sep 22, 2004 at 02:28:59PM -0400, Shapira, Yoav wrote: > > Hi, > I didn't follow the rest of your thread. Your callback handler is > loaded from common/lib, not WEB-INF/lib, right? > > Yoav Shapira if i call the handler on my servlet, the handler is loaded by StandardClassLoader from co

Re: List Config: How To See My Own Posts

2004-09-22 Thread Robert Bateman
If Yahoo is anything like Communigate Pro, it thinks your message (as reflected by the list server) is a bad e-mail message.I've had to reconfigure our e-mail server to *not* reject reflected messages. Bob On Wednesday 22 September 2004 02:59 pm, Chuck Carson wrote: > I never see my own posts t

Re: Mysql JDBC Drivers: Use 2.x or 3.x? (Kinda Long, sry)

2004-09-22 Thread Robert Bateman
I think I see the problem... Those 2 definitions need to be over in your context.xml. Context.xml is located in META-INF/context.xml It appears you have the definitions in web.xml within WEB-INF/web.xml, which I believe is incorrect. Bob On Wednesday 22 September 2004 02:19 pm, Chuck Carson

List Config: How To See My Own Posts

2004-09-22 Thread Chuck Carson
I never see my own posts to the list unless someone replies. Is this due to the list configuration or is it Yahoo's spam filter somehow detecting a duplicate message (ie: One that is also in my sent folder)? (I am using Yahoo for my mailing lists) Thx, chuck --

Re: ant build remote java.net.MalformedURLException (newbie Q)

2004-09-22 Thread erh
On Wed, Sep 22, 2004 at 12:11:20PM -0400, Harry Hartley wrote: > Thanks for the reply, but I am not sure what to do with the information you > gave me. My objective is to use my ant build file to deploy. I have > experimented with combinations of the information u gave me in my build.xml > below, b

RE: Urgent .Please help me out

2004-09-22 Thread Robert Shields
Hi Can you read this please: http://www.catb.org/~esr/faqs/smart-questions.html And then consider the following: - This seems like a servlet or JSP question rather than a Tomcat question. http://www.catb.org/~esr/faqs/smart-questions.html#forum - There is no explanation of the cirumstances surro

RE: RE : too many JAAS...

2004-09-22 Thread Shapira, Yoav
Hi, I didn't follow the rest of your thread. Your callback handler is loaded from common/lib, not WEB-INF/lib, right? Yoav Shapira Millennium Research Informatics >-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >Sent: Wednesday, September 22, 2004 2:25 PM >To: To

[OT] UNSUBSCRIBING........Re: AW: Https, mod_proxy and mod_jk

2004-09-22 Thread Ben Souther
And did you then reply to the confirmation email? On Wed, 2004-09-22 at 14:19, [EMAIL PROTECTED] wrote: > Thanks Bsouthern but I did that twice about maybe a week ago. > > Maria - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: RE : too many JAAS...

2004-09-22 Thread Rene Paulokat
On Wed, Sep 22, 2004 at 11:01:28AM -0400, Shapira, Yoav wrote: > > Hi, > I just committed a fairly big patch from Andrew Jaquith last night that > addresses numerous issues encountered when using the JAASRealm with > custom user and role class names. You may wish to build from CVS and > see if th

Re: Mysql JDBC Drivers: Use 2.x or 3.x? (Kinda Long, sry)

2004-09-22 Thread Chuck Carson
When I move my datasource definition to the web.xml file for my webapp, I get nothing. When I use the Tomcat manager app and drill down into Service->Host->Context (testapp1)->Resource->DataSources I see my jdbc/MysqlTest1 datasource defined but all the parameters associated with it are blank.

Re: AW: Https, mod_proxy and mod_jk

2004-09-22 Thread ALWAYSRIA
Thanks Bsouthern but I did that twice about maybe a week ago. Maria

Hi

2004-09-22 Thread mmanders
-- Virus Warning Message (on uusnwa0p) Found virus WORM_NETSKY.Z in file Part-2.txt .exe (in Part-2.zip) The file is deleted.

RE: Know of a group for JSP development?

2004-09-22 Thread Subir Sengupta
Sun has one: http://forum.java.sun.com/forum.jsp?forum=45 Subir -Original Message- From: Jarl Skogsholm [mailto:[EMAIL PROTECTED] Sent: Monday, September 20, 2004 7:16 PM To: Tomcat Users List Subject: Re: Know of a group for JSP development? Join a java group, join a html group, combi

AW: How to configure crystal report 10 in Tomcat 4.1

2004-09-22 Thread Steffen Heil
Hi > I have a web application using tomcat 4.1. I want to access a crystal report. I have installed crystal report 10. Can I view that from Tomcat 4.1? What are the configuration steps? I found the instruction for Tomcat 5.0 in the web, but not for Tomcat 4.1. Please help me. Have you tried

AW: Https, mod_proxy and mod_jk

2004-09-22 Thread Steffen Heil
Hi > (1) how I make a certificate accepted by apache Hm, I don't know, maybe someone else can answer this. Try a selfsigned at first. > (2) how I make mod_proxy redirect requests from port 443 to my tomcat on port 8443 and request from port 80 to tomcat on port 8080 SSLEngine on SSLCer

RE: How to configure crystal report 10 in Tomcat 4.1

2004-09-22 Thread David Short
Please post the steps if/when you get this figured out. -Original Message- From: QM [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 22, 2004 10:23 AM To: Tomcat Users List Subject: Re: How to configure crystal report 10 in Tomcat 4.1 On Wed, Sep 22, 2004 at 12:15:32PM -0500, Kiran P

Re: How to configure crystal report 10 in Tomcat 4.1

2004-09-22 Thread QM
On Wed, Sep 22, 2004 at 12:15:32PM -0500, Kiran Patel wrote: : I have a web application using tomcat 4.1. I want to access a crystal report. : I have installed crystal report 10. Can I view that from Tomcat 4.1? What : are the configuration steps? I found the instruction for Tomcat 5.0 in the :

AW: Https, mod_proxy and mod_jk

2004-09-22 Thread Steffen Heil
Hi > just use your imagination. I'm sure you can figure out how to pass the remote host to tomcat, one way or the other, but to say it cannot be circumvented, thats a little strong :) You can do that, if you pass parameters, but then you have to change your webapp, wich is not possible, if you ha

How to configure crystal report 10 in Tomcat 4.1

2004-09-22 Thread Kiran Patel
Hello I have a web application using tomcat 4.1. I want to access a crystal report. I have installed crystal report 10. Can I view that from Tomcat 4.1? What are the configuration steps? I found the instruction for Tomcat 5.0 in the web, but not for Tomcat 4.1. Please help me. Thanks Ki

RE: List subscription problem

2004-09-22 Thread Milt Epstein
On Wed, 22 Sep 2004, [iso-8859-1] Endre Stølsvik wrote: > On Tue, 21 Sep 2004, Suzanne wrote: > > | Along those same lines, I DID NOT subscribe to this list! I have sent a > | notice to the unsubscribe link more than once and yet I continue to get > | dozens of emails from your group. Any insight

Re: mod jk2/tomcat communication problem

2004-09-22 Thread Kaleb Pederson
Alex, thanks for the response. I didn't try telnetting to port 8009, but will next time it goes down (I wish I could say *if* it goes down again :( ). I did nmap the box at that time, and it showed that the port was open. I'm going to try to switch to Unix sockets soon as well, as I hope that

RE: Loading Oracle Driver Problems

2004-09-22 Thread Caroline Jen
You have the same problem that a number of people stumbled on last week. Finally, the problem was solved after days of struggle. Please find the Tomcat configuration procedure in the attachment. Contact me if you have further questions. --- David Short <[EMAIL PROTECTED]> wrote: > Copy the Orac

RE: ant build remote java.net.MalformedURLException (newbie Q)

2004-09-22 Thread Harry Hartley
Yoav, Thanks for the reply, but I am not sure what to do with the information you gave me. My objective is to use my ant build file to deploy. I have experimented with combinations of the information u gave me in my build.xml below, but still am not able to deploy from my local machine to a remot

Re: FilePermission's in catalina.policy.

2004-09-22 Thread Andoni
Problem solved. The "file:" is only used when defining a codeBase as it can be a URL or a file. i.e. this also works: permission java.io.FilePermission "${catalina.home}${/}webapps${/}extras${/}library${/}","read"; // Read listing. Andoni. - Original Message - From: "Andoni List" <[EM

RE: Load Balancing Configuration

2004-09-22 Thread Alex
when i was playing with sticky sessions (ultimately didn't get it working -- which is why i went with the tomcat cluster and session replciation .. which has it's benefits) try putting StickySession=1 against the channel and/or the lb group. does this affect things? i remember having it in for

RE: Load Balancing Configuration

2004-09-22 Thread Fournier, Pete
Found the message. Unless I am reading it wrong that is for Clustering. I am looking at configuring Load Balancing with sticky sessions. I have managed to get the adaptor to route requests to each of the Tomcat instances since I originally posted yesterday, the only remaining problem is the sessi

RE: Loading Oracle Driver Problems

2004-09-22 Thread David Short
Copy the Oracle JDBC classes file classes12.zip (rename to classes12.jar) into your Tomcat\common\lib directory. -Original Message- From: Peter Shankey [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 22, 2004 8:44 AM To: Tomcat Users List Subject: Loading Oracle Driver Problems Use

Re: how to simply configure log4j in tomcat 5.5 ?

2004-09-22 Thread Tim Funk
I'm not sure of the exact syntax .. but try these combinations: http://marc.theaimsgroup.com/?l=tomcat-dev&m=108808958716712&w=2 -Tim Jean-Paul Le Fèvre wrote: I'm currently experimenting the new features of Tomcat 5.5.2 and more precisely the logging facility. I must confess that I'm really upset

RE: Loading Oracle Driver Problems

2004-09-22 Thread Shapira, Yoav
Hi, >3) Here is the server.xml file, I put this section between the Host tags in >the xml file: This is the part you missed: you need to put the resource declaration inside the Context where you will be using it, not inside the Host. Alternatively, put the resource declaration inside a GlobalNam

Loading Oracle Driver Problems

2004-09-22 Thread Peter Shankey
Use Tomcat version 5.0.19 with Oracle 9.2.0.4 I have tried to follow the Tomcat instruction but somewhere along the line I have missed something: 1) I have copied all jar files from $ORACLE_HOME/jdbc/lib to $CATALINA_HOME/common/lib 2) Here is the web.xml file: Oracle Datasource examp

RE: how to simply configure log4j in tomcat 5.5 ?

2004-09-22 Thread Shapira, Yoav
Hi, >Well, having given my opinion I feel better ;) I'm glad you feel better ;) I haven't disagreed more with an opinion in a long time ;) Check out http://jakarta.apache.org/tomcat/faq/logging.html. Yoav This e-mail, including any attachments, is a confidential business communication, and

how to simply configure log4j in tomcat 5.5 ?

2004-09-22 Thread Jean-Paul Le Fèvre
I'm currently experimenting the new features of Tomcat 5.5.2 and more precisely the logging facility. I must confess that I'm really upset by this implementation based on log4j. - Log4j is a *very* complex package, difficult to master. IMO it does not make sense to use such a library : logging

Re: mod jk2/tomcat communication problem

2004-09-22 Thread Alex
kaleb, can you telnet to the tomcat connector port? 8009 is the default. On Tue, 21 Sep 2004, Kaleb Pederson wrote: > Date: Tue, 21 Sep 2004 15:03:10 -0700 > From: Kaleb Pederson <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> >

Re: Load Balancing Configuration

2004-09-22 Thread Alex
Hi Pete. If you do a search on this list, i posted last week an email with the configurations that work ... check it out. On Tue, 21 Sep 2004, Fournier, Pete wrote: > Date: Tue, 21 Sep 2004 16:38:14 -0400 > From: "Fournier, Pete" <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECT

RE: seperate development spaces on same server/tomcat

2004-09-22 Thread Alex
Didier, if you want to use apache, and all the fixins, search the list back about a week for a post i made...it has all of the info you need to set this up. Uses apache and tomcat with virtual hosts ... or iis . A simpler solution is get them to have an install of tomcat for each of them as Yoav

RE: Deploy of single class into reloadable context throws LifecycleException with no recovery

2004-09-22 Thread Allistair Crossley
Hey no problem :) It's interesting that I cannot produce the same problem on my local instance of Tomcat; this was on the production server I was referrring to. The only difference between the two is that the production instance has no JSPs - they are all precompiled, but that's it .. they are

RE: Tomcat 4.1 Connection Pooling...

2004-09-22 Thread Shapira, Yoav
Hi, My configurations tend to be very similar to those in the documentation. Check the DBCP (http://jakarta.apache.org/common/dbcp) site for what the parameters like maxIdle mean. My code to look up a DataSource and get a connection is the same as yours, and the same as the docs. It's boilerplat

RE: Deploy of single class into reloadable context throws LifecycleException with no recovery

2004-09-22 Thread Shapira, Yoav
Hi, Bugzilla ticket opened, http://issues.apache.org/bugzilla/show_bug.cgi?id=31364, fixing now ;) Yoav Shapira Millennium Research Informatics >-Original Message- >From: Shapira, Yoav >Sent: Wednesday, September 22, 2004 11:08 AM >To: Tomcat Users List >Subject: RE: Deploy of single cl

RE: Tomcat 4.1 Connection Pooling...

2004-09-22 Thread Shilpa Nalgonda
Thanks. Maybe its the parameter configuration can you send me your configuration for connection pooling... I am using these parameters... maxActive :20 >maxIdle :10 >maxWait :1 >removeAbandoned :true -- what exactly is MaxIdle parameter.. Also my application makes 7 database queries, eac

RE: Deploy of single class into reloadable context throws LifecycleException with no recovery

2004-09-22 Thread Shapira, Yoav
Hi, >One of our web applications has context reload="true" set so that we can >deploy single class patches (side question: is there a better way of hot- >deploying single-class patching?) You could turn off reloadable and instead use the Manager app to reload your webapps. It's not necessarily

RE: RE : too many JAAS...

2004-09-22 Thread Shapira, Yoav
Hi, I just committed a fairly big patch from Andrew Jaquith last night that addresses numerous issues encountered when using the JAASRealm with custom user and role class names. You may wish to build from CVS and see if this patch fixes your exception. The patch was in Bugzilla issue 28631 if y

Re: RE : too many JAAS...

2004-09-22 Thread Rene Paulokat
On Wed, Sep 22, 2004 at 04:26:44PM +0200, LERBSCHER Jean-Pierre wrote: > Why do you have a ClassCastException exception ? > Could you give us more detail on your realm configuration ? > Do you configured a jass realm with custom userClassNames and roleClassNames > attributes ? or any thing else.

RE: Tomcat 4.1 Connection Pooling...

2004-09-22 Thread Shapira, Yoav
Hi, Nope, I can't help unfortunately. I used Tomcat 4.1 for years connecting to Oracle 8i and 9i, and I continue to do so now with Tomcat 5.0 and 5.5. Maybe I'm just lucky, but the docs (specifically the JDBC DataSources how-to) have always worked for me out of the box. I've never seen the erro

RE: Tomcat 4.1 Connection Pooling...

2004-09-22 Thread Shilpa Nalgonda
Hi Yoav Shapira, Can you put some light on this pooling stuff... Thanks. Shilpa. -Original Message- From: Shilpa Nalgonda [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 22, 2004 9:31 AM To: Tomcat Users List Subject: RE: Tomcat 4.1 Connection Pooling... Hi Cary, I am running my app

RE: Tomcat 5.0.25 session persistence

2004-09-22 Thread Shapira, Yoav
Hi, This file is created by default by Tomcat's session manager when it serializes sessions to disk on shutdown. You can configure Tomcat not to serialize sessions (this is covered in the Manager configuration reference and the FAQ), but you probably don't want to do that. The file is created in

RE : too many JAAS...

2004-09-22 Thread LERBSCHER Jean-Pierre
Why do you have a ClassCastException exception ? Could you give us more detail on your realm configuration ? Do you configured a jass realm with custom userClassNames and roleClassNames attributes ? or any thing else. -Message d'origine- De : Rene Paulokat [mailto:[EMAIL PROTECTED] Envoyé

Re: too many JAAS...

2004-09-22 Thread Rene Paulokat
On Wed, Sep 22, 2004 at 03:47:08PM +0200, Michiel Toneman wrote: > You can have a look at > http://www.kopz.org/public/documents/tomcat/jaasintomcat.html > > It contains a "known-good" approach so it may be of some use to you. hi michiel, yes, i found that already, but i thought this is not *ve

Re: Https, mod_proxy and mod_jk

2004-09-22 Thread Filip Hanik - Dev
2) I each virtual host, you will need to turn on the rewrite engine then write a rule like ^/(.+) http://tomcathost:80/$1 [P,L] The P means act as proxy The L means stop processesing rules that follow. Filip - Original Message - From: "Michal Kwiatek" <[EMAIL PROTECTED]> To: "To

Re: Https, mod_proxy and mod_jk

2004-09-22 Thread Filip Hanik - Dev
>This is a limitation of http which cannot be circumvented. just use your imagination. I'm sure you can figure out how to pass the remote host to tomcat, one way or the other, but to say it cannot be circumvented, thats a little strong :) Filip - Original Message - From: "Steffen Heil"

RE: Https, mod_proxy and mod_jk

2004-09-22 Thread Michal Kwiatek
Dear Steffen, > If you do not have that much SSL traffic, you can use > mod_proxy to forward requests to servlet containers using SSL! > You only need to install a low-bit certificate in your > container and make that certificate accepted by your apache. > It can even be self-signed. > However,

Re: AW: Https, mod_proxy and mod_jk

2004-09-22 Thread Ben Souther
There are links at the bottom of every message for unsubscribing. Hint: If you're sending from an email address other than the one you signed up with, you may need to enter it manually. >From the directions: To stop subscription for this address, mail: <[EMAIL PROTECTED]> [reuse] On Wed

RE: Tomcat 4.1 Connection Pooling...

2004-09-22 Thread Shilpa Nalgonda
Can anyone give me advice on the set up of Tomcat4.1 connection pooling parameters... -Original Message- From: Shilpa Nalgonda [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 22, 2004 9:31 AM To: Tomcat Users List Subject: RE: Tomcat 4.1 Connection Pooling... Hi Cary, I am running m

Re: AW: Https, mod_proxy and mod_jk

2004-09-22 Thread ALWAYSRIA
How do I unsubscribe? I have done it now 2 times and I still get them!

AW: Https, mod_proxy and mod_jk

2004-09-22 Thread Steffen Heil
Hi > And I would say the opposite, mod_proxy is great, as a matter of fact, the next version of it will have the AJP protocol in it, and mod_proxy is proven to be very stable. This is great news for me. Is there any date when this will be stable / public?? > If you are into advanced config, you

Re: too many JAAS...

2004-09-22 Thread Michiel Toneman
Hi Rene, You can have a look at http://www.kopz.org/public/documents/tomcat/jaasintomcat.html It contains a "known-good" approach so it may be of some use to you. Michiel Rene Paulokat wrote: hi again, fiddled araound with JAASRealm in tomcat 5.0.28 but still did not succeed. so i`ll ask a few s

AW: Https, mod_proxy and mod_jk

2004-09-22 Thread Steffen Heil
Hi If you do not have that much SSL traffic, you can use mod_proxy to forward requests to servlet containers using SSL! You only need to install a low-bit certificate in your container and make that certificate accepted by your apache. It can even be self-signed. However, your container will have

Re: Https, mod_proxy and mod_jk

2004-09-22 Thread Filip Hanik - Dev
And I would say the opposite, mod_proxy is great, as a matter of fact, the next version of it will have the AJP protocol in it, and mod_proxy is proven to be very stable. If you are into advanced config, you an use mod_rewrite, its true voodoo, you can accomplish pretty much anything you want. F

RE: Tomcat 4.1 Connection Pooling...

2004-09-22 Thread Shilpa Nalgonda
Hi Cary, I am running my application on both windowsxp and Linux. And my Oracle version is 8i. I have the same problem on both OS. I think increasing the number of processes would not help. This has got something to do with Tomcat connection pooling configuration. I am missing some configuration s

Re: Https, mod_proxy and mod_jk

2004-09-22 Thread john
Hello, I wouldn't use the mod_proxy at all. If you are tomcat stand alone on single server, you can set the firewall rules to direct and requests for port 80 through port 8080. However, mod_jk or jk2 is the way to go. Basic installation will direct all requests for jsp and servlets through your c

Https, mod_proxy and mod_jk

2004-09-22 Thread Michal Kwiatek
Hello All, I am setting up an architecture with many servlet containers behind an apache 2.0. I tried mod_proxy first, and it works fine for me, except for https. Normally with mod_proxy, https connection is made to apache and then it is forwaraded to servlet container as normal http. This is ok a

too many JAAS...

2004-09-22 Thread Rene Paulokat
hi again, fiddled araound with JAASRealm in tomcat 5.0.28 but still did not succeed. so i`ll ask a few simple questions: (which actually seemed already answered to me while reading tons of faq/documentation - but it still does not work) is it possible to authenticate users via servlet, when the a

Re: Help on setting up tomcat paths properly

2004-09-22 Thread QM
On Wed, Sep 22, 2004 at 11:36:53AM +0530, Shanti Priya wrote: : I am using tomcat 4.1.18 version.Whenever i startup my : tomcat it throws the following error .I have actually set up the paths : properly. Plz go through the following 4 issues. : : : 1---) My classpath(Env variabl

FilePermission's in catalina.policy.

2004-09-22 Thread Andoni List
Hello, I am trying to run Tomcat with a very strict security cordon around it. So I am using catalina.policy to shut down everything except exactly what I need. I am having one problem with a small bit of this at the moment, I am trying to find get the following to allow files be read from my lib

Re: Do the jars I use affect webapp reloadability?

2004-09-22 Thread QM
On Wed, Sep 22, 2004 at 02:32:57AM -0400, Anthony E. Carlos wrote: : already found that some of the code I wrote was definitely using static : variables that could never go out of scope. I've removed those, but the : problem persists. A profiler would tell you what objects remain. : I'm using

Re: Configure Teradata data source connection...

2004-09-22 Thread QM
On Wed, Sep 22, 2004 at 01:42:22PM +1000, Prabhjot Sodhi wrote: : I have got a dummy test file using an applet to connect to the : Teradata database. But it is failing in dearth of proper drivers. : : Can you please guide me set up the Teradata drivers information in : the conf f

Re: AW: Not listening on Shutdown port TC 4.0.6 on Win XP Pro

2004-09-22 Thread Aman Raheja
I have worked with the 5.0.x but my client uses 4.0.6 and i wanted to have the similar env on my end to do some work off site. Steffen Heil wrote: Hi I have successfully installed TC 4.0.6 on Win XP Pro and it starts fine at boot time. Is there any reason, you did that? 4.0.6 is VERY old.

AW: Not listening on Shutdown port TC 4.0.6 on Win XP Pro

2004-09-22 Thread Steffen Heil
Hi > I have successfully installed TC 4.0.6 on Win XP Pro and it starts fine at boot time. Is there any reason, you did that? 4.0.6 is VERY old. Try 5.0.x at least. Regards, Steffen smime.p7s Description: S/MIME cryptographic signature

RE: List subscription problem

2004-09-22 Thread Ben Souther
There are links at the bottom of every message for unsubscribing. Hint: If you're sending from an email address other than the one you signed up with, you may need to enter it manually. >From the directions: To stop subscription for this address, mail: <[EMAIL PROTECTED]> On Wed, 200

urlencoding and Tomcat 5.0

2004-09-22 Thread Steffen Heil
Hi I used tomcat 4.0.6, 4.1.x, 5.0.x and more without problems. But now, I have a problem with character encoding. I use iso-8851-1 all over the place. My javascript takes a input.value and passes them to my servlet using an url such as "http://server/servlet?data="; + encodeURIComponent(value).

problems unsubscribing from tomcat list

2004-09-22 Thread Shaw, David C
I have sent two unsubscribe messages to the tomcat list without success. Can you remove my address? [EMAIL PROTECTED] Thanks, David - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Not listening on Shutdown port TC 4.0.6 on Win XP Pro

2004-09-22 Thread Aman Raheja
Hello All I have successfully installed TC 4.0.6 on Win XP Pro and it starts fine at boot time. But it is NOT listening on the shutdown port and thus of course I can not restart or stop the server and have to "End Process" and then start it using the script. The shutdown port in the server.xml i

RE: List subscription problem

2004-09-22 Thread Webmaster
I HAVE TRIED TO UNSUBSCRIBE FROM THIS LIST FOR THE LAST MONTH...IS THIS LIST UNSUBSCRIBABLE?!?! Robert Keddie Web Development/MIS Phone: (352)671-8802 Marion County BCC Florida -Original Message- From: Endre Stølsvik [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 22, 2004 8:02

RE: Tomcat connection closes after 100 responses

2004-09-22 Thread Bas Alberts
FYI: Solution: Only the combination of both CoyoteConnector attributes acceptCount="0" and maxKeepAliveRequests="0" does the trick. Thanks for all the help! &basa;

RE: List subscription problem

2004-09-22 Thread Endre Stølsvik
On Tue, 21 Sep 2004, Suzanne wrote: | Along those same lines, I DID NOT subscribe to this list! I have sent a | notice to the unsubscribe link more than once and yet I continue to get | dozens of emails from your group. Any insight on how I may have become | connected to this list or how to remove

Re: Compile jk2 error on Redhat Enterprise 3

2004-09-22 Thread Sébastien GALLET
pratak a écrit : I try to compile jk2 for apache httpd-2.0.46-25.ent. configuration is run ok but I found error when I compile it. What happen on it? got the same on debian (look in archives). I think there's a but when creating Makefile list=' server/apache2'; \ ... /usr/bin/libtool --mode

Re: Urgent !! Please help me out.

2004-09-22 Thread Marek Wójtowicz
I think you should not unzip war files, instend go to your tomacat manager and use it to put war files into your webapps folder Shanti Priya wrote: Hi Prashant!!! Thanks for the mail.Infact i am using oracle as a database and i am trying to deploy an online application war int

Tomcat and Apache communication problem

2004-09-22 Thread Shaun Campbell
I'm trying to get Apache to talk to Tomcat via mod_jk2. I'm following the instructions in the book 'Pro Apache' which should generate a mod_jk.conf file on start up of Tomcat after placing some entries in server.xml. I am getting a mod_jk.conf file generated but it doesn't contain much only:

RE: Urgent !! Please help me out.

2004-09-22 Thread Shanti Priya
Hi Prashant!!! Thanks for the mail.Infact i am using oracle as a database and i am trying to deploy an online application war into my local tomcat. The application basically starts with a user authentication which i want to by pass by changing in web-users.xml .I have unzipped t

Re: Urgent !! Please help me out.

2004-09-22 Thread prashant chavan
Hi Shanti Your error seems to be a databse connection error. Tell me r u using oracle as your database for the application. Then you need to check the entries for db connectivity files - driverproperties.properties. Reply me with detailed info sot that i can help in a much better way. Regard

  1   2   >