RE: a sure way to work with tomcat under windows NT/2000/XP

2002-12-23 Thread Kingsley Omon-Edo
Hi Jake, I have effected the modifications as and everything is perfect. I can now see the Apache Tomcat service running. Thanks for the help. I was wondering though what the JASPER_HOME environment variable is meant to do, as the only thing Tomcat cares about is the CALINA_HOME environme

SSLPeerUnverifiedException?

2002-12-23 Thread Jason Pyeron
does any one have a clue about this exception I found in the standard out? i get this exception ever time i fetch a document via ssl. Dec 24, 2002 1:44:36 AM org.apache.coyote.http11.Http11Processor action WARNING: Exception getting SSL attributes javax.net.ssl.SSLPeerUnverifiedException: peer

Tomcat-User Archives?

2002-12-23 Thread Jason Pyeron
Is there a current archive site? I have not been able to find it. Page http://jakarta.apache.org/site/mail2.html has instructed our company to take initiative. We will allocate resources on our systems for a public archive. Does anyone have experince in setting up these things? -jason pyeron

Re: ssl redirection? in tomcat

2002-12-23 Thread Jason Pyeron
http -> https solved: /securedir /securedir/ /securedir/* /securedir/** CONFIDENTIAL any ideas on https -> http? -jason pyeron On Tue, 24 Dec 2002, Jason Pyeron wrote: given http://server/context/securedir/foo.html needs to redirect to https://server/context/se

ssl redirection? in tomcat

2002-12-23 Thread Jason Pyeron
given http://server/context/securedir/foo.html needs to redirect to https://server/context/securedir/foo.html and https://server/context/nosslhere/bar.html to http://server/context/nosslhere/bar.html cant seem to find any docs on this subject. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

context loaded twice

2002-12-23 Thread Mohan Radhakrishnan
Hi, An empty path like the above causes the context to load twice. My 'contextnotifier' is called twice. But this loads it only once. I am sure I am missing the concept here. Any help ? Thanks, Mohan -- To unsubscribe, e-mail:

Re: Servlet API: how to obtain the roles list ?

2002-12-23 Thread Craig R. McClanahan
On Tue, 24 Dec 2002, Pierre-Laurent Ribault wrote: > Date: Tue, 24 Dec 2002 10:48:44 +0900 > From: Pierre-Laurent Ribault <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Servlet API: how to obtain the roles list ? > > Hi, > > I want to obt

RE: ssl configuration in tomcat please help!!!

2002-12-23 Thread Galbayar Dorjgotov
fill keystore file attribute -Original Message- From: Davendra Kumar [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 24, 2002 10:40 AM To: [EMAIL PROTECTED] Subject: ssl configuration in tomcat please help!!! hi everyone... i hope anyone can help me in this problem i 've installed Apa

Re: tomcat + ssi for servlets

2002-12-23 Thread Sagara Wijetunga
Hello >From where did u find tag?...:) and how do u know it works on Tomcat/SSI? Pls, read the http://httpd.apache.org/docs/howto/ssi.html#basicssidirectives. One way is: Sagara --- Jubair Hasan <[EMAIL PROTECTED]> wrote: > Hello > Im having trouble getting Tomcat to run servlets > within

ssl configuration in tomcat please help!!!

2002-12-23 Thread Davendra Kumar
hi everyone... i hope anyone can help me in this problem i 've installed Apache Tomcat 4.1.12LE and j2sdk1.4.1 .Yesterday i tried configuring SSL in tomcat for my login page. so i followed the steps provided in the documentation. the documentation said choose JSSE an installed extension by copyin

ssl configuration in tomcat please help!!!

2002-12-23 Thread Davendra Kumar
hi everyone... i hope anyone can help me in this problem i 've installed Apache Tomcat 4.1.12LE and j2sdk1.4.1 .Yesterday i tried configuring SSL in tomcat for my login page. so i followed the steps provided in the documentation. the documentation said choose JSSE an installed extension by copyin

ssl configuration in tomcat please help!!!

2002-12-23 Thread Davendra Kumar
hi everyone... i hope anyone can help me in this problem i 've installed Apache Tomcat 4.1.12LE and j2sdk1.4.1 .Yesterday i tried configuring SSL in tomcat for my login page. so i followed the steps provided in the documentation. the documentation said choose JSSE an installed extension by copyin

Servlet API: how to obtain the roles list ?

2002-12-23 Thread Pierre-Laurent Ribault
Hi, I want to obtain the list of the roles defined in the system from inside my servlet. I know where the roles are defined, and that I can check the user name and isUserInRole from the HttpServletRequest class, but I could not find out a method to list the existing users or roles. Is there such

Re: why can't tomcat 4.1.17 can't find javamail?

2002-12-23 Thread Joseph Shraibman
My bean is in classes. Cox, Charlie wrote: is your bean in WEB-INF/classes(or lib) or in the same directory as mail.jar? did you review the classloading document to make sure your classses/libs are in the correct places? http://jakarta.apache.org/tomcat/tomcat-4.1-doc/class-loader-howto.html Ch

Re: FW: Incomplete shutdown of the java processes in Linux

2002-12-23 Thread Jeff Tulley
So, I've seen this with some of our(Novell's) web applications. What happened with us is that a web application spawned off some sort of utility thread, or daemon thread, without calling (thread).setDaemon(true); >From the javadoc for java.lang.Thread.setDaemon: "Marks this thread as either a da

RE: Mod_jk - won't execute jsp or servlets

2002-12-23 Thread Milt Epstein
On Mon, 23 Dec 2002, PELOQUIN,JEFFREY (HP-Boise,ex1) wrote: > I am guessing you had it working at some point in the past but > tomcat and apache did not get both get restarted in the right order, > Tomcat must be fully up before you start apache I haven't found this to be true -- that is, that To

RE: Mod_jk - won't execute jsp or servlets

2002-12-23 Thread Milt Epstein
On Mon, 23 Dec 2002, Denise Mangano wrote: > Jeff, > > Wow, this is very strange. You got me curious as well, and I did > change it back to "0" (mind you I was very scared to) . Oddly Did you restart Tomcat after making this change? Changes in server.xml won't take effect until Tomcat is resta

FW: Incomplete shutdown of the java processes in Linux

2002-12-23 Thread McNeill, John
On the Linux box we use for testing, we have a Tomcat 4.1.12 instance that controls two custom webapps and a manager app. The Tomcat process starts up fine when I use startup.sh, generating some 35 "java ... start" processes in my ps list. However, when I attempt to stop the Tomcat process with s

Re: Urgent - Issue with Tomcat/mod_jk?

2002-12-23 Thread Ben Ricker
I had suspected that in the problem earlier in the day (the part of the email I posted at the end if the last email you replied to). However, what did not make sense was the connection pool woth the database also going up. If I understand the stuff below, after 85 concurrent connections (max conne

RE: DataSource error (DBCP)

2002-12-23 Thread Nicholas Orr
Did you import javax.sql.*; ?? DataSource is part of the J2EE package. Just an extension to the normal java.sql package -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 24 December 2002 2:20 AM To: Tomcat Users List Subject: Re: DataSource error (DBCP)

RE: Object Pooling

2002-12-23 Thread Craig R. McClanahan
On Mon, 23 Dec 2002, Tim Moore wrote: > Date: Mon, 23 Dec 2002 17:07:49 -0500 > From: Tim Moore <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: RE: Object Pooling > > > -Original Message- > > From: Felipe Schnac

Re: Object Pooling

2002-12-23 Thread Joe Tomcat
On Mon, 2002-12-23 at 11:52, Felipe Schnack wrote: > My application have two types of objects that are constantly created > and destroyed. I believe that they could be pooled in some way (maybe > using commons pooling package. These types are: > 1- Objects that handle user interaction. Basically

RE: Object Pooling

2002-12-23 Thread Tim Moore
> -Original Message- > From: Felipe Schnack [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 23, 2002 4:11 PM > To: Tomcat Users List > Subject: RE: Object Pooling > > > Yes... I guess I didn't know the difference between caching > and pooling. > Anyway, if now I got the idea, I

Re: Urgent - Issue with Tomcat/mod_jk?

2002-12-23 Thread Mark Eggers
Ben, Disclaimer: I'm not a Tomcat developer, but I do use it to develop software and integrate applications. In $CATALINA_HOME/conf/server.xml you should see an entry similar to the following: I'm using 4.1.18, so your entry may be a bit different. It looks like from your error messages tha

access denied

2002-12-23 Thread sunil . kumar
hi all, i tried this code.. the below mentioned error is coming pl help javax.naming.Context ctx = new javax.naming.InitialContext(); if(ctx == null ) System.out.println("Context is null"); else { javax.sql.DataSource ds1 = (javax.sql.DataSource)ctx.lookup ("java:comp/env/TestDB"

Urgent - Issue with Tomcat/mod_jk?

2002-12-23 Thread Ben Ricker
I posted a message earlier which has not received any replies so I will try another tact. The earlier mail is posted below this one. I have a production issue that has arisen in a setup of two Apache 1.3.27/Redhat 7.3 servers load-balanced across 4 Tomcat 4.0.6/Sun Solaris servers. Tomcat is runni

RE: Object Pooling

2002-12-23 Thread Felipe Schnack
Yes... I guess I didn't know the difference between caching and pooling. Anyway, if now I got the idea, I should use a cache for the second case, ok. There is a good opensource implementation around? And in the first case, as my objects are not "thread safe" maybe I should use a pool, shouldn

RE: virtual host problems...

2002-12-23 Thread Nick Stuart
Thanks for the info, I had checked on this earlier as I came across this post in the archives, but all the directories were already set up with the correct permissions. What I needed was the info supplied in the other response to my question. Thanks for your time though, its greatly appreciated. -

RE: Object Pooling

2002-12-23 Thread Tim Moore
> -Original Message- > From: Felipe Schnack [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 23, 2002 2:52 PM > To: Tomcat Users List > Subject: Re: Object Pooling > > > I'm rewriting this reply, maybe I wasn't clear enough :-) > > My application have two types of objects that ar

Re: request / suggestion

2002-12-23 Thread Craig R. McClanahan
On Mon, 23 Dec 2002, Jason Pyeron wrote: > Date: Mon, 23 Dec 2002 15:35:03 -0500 (EST) > From: Jason Pyeron <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: Re: request / suggestion > > As I have a big screen... > And I

Re: request / suggestion

2002-12-23 Thread Jason Pyeron
As I have a big screen... And I dont like to filter my messages... I guess it could be done in procmail. I will work on it and post my solution for those who would like it. this will just leave the Outlook users on there own? can the list server be configured per user? -jp On Mon, 23 Dec 2002

Re: request / suggestion

2002-12-23 Thread Craig R. McClanahan
In message <[EMAIL PROTECTED]>, Jason Pyeron said: > please have the list server put the list name in the subject, example: I'm opposed to this idea. It's already possible to filter on the "To" or "Cc" addresses, so adding something like this to enable filtering on the "Subject" is redundant

Re: request / suggestion

2002-12-23 Thread James C. McMaster (Jim)
I disagree...Please *DO NOT* mangle Subject to include any extra garbage. Screen real-estate is valuable, and there are other ways to filter messages. -- Jim McMaster mailto:[EMAIL PROTECTED] In message <[EMAIL PROTECTED]>, Jas on Pyeron said: > please have the list server put the list name i

RE:[OT] Mod_jk - won't execute jsp or servlets

2002-12-23 Thread Denise Mangano
I am running Tomcat 4.1.17. Funny you mention that because I still see something about jk2.properties in my catalina.out - I had asked what the significance of it was a while back, but I don't believe it was answered (I could be wrong and could have just missed it). This is what shows in my cat

Re: Sealing Violation due to inclusion of LifeCycle?

2002-12-23 Thread Craig R. McClanahan
On Mon, 23 Dec 2002, Tomcat User wrote: > Date: Mon, 23 Dec 2002 13:11:05 -0700 > From: Tomcat User <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: Re: Sealing Violation due to inclusion of LifeCycle? > > > > > The fund

Re: Urgently Required

2002-12-23 Thread Gary Gwin
Kural, The role should already be configured in web.xml by the application deployer. If the user registers himself with a given role, then the user and that role need to be added to the user repository. If you are using tomcat-users.xml, then you need to add the user and role to that file. It'

[ot] request / suggestion

2002-12-23 Thread Jason Pyeron
please have the list server put the list name in the subject, example: [Tomcat-User] SSL Mode Re: [Tomcat-User] SSL Mode -jason pyeron -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron

Re: Sealing Violation due to inclusion of LifeCycle?

2002-12-23 Thread Tomcat User
> > The fundamental documentation on how class loaders work in Tomcat is: > > http://jakarta.apache.org/tomcat/tomcat-4.1-doc/class-loader-howto.html > > If you look at the directory structure of a standard Tomcat distribution, > you'll see that the org.apache.catalina.* classes (from catalina.ja

Tomcat Standalone SSL and client certificates?

2002-12-23 Thread Jason Pyeron
oh I got a good one here all, in tomcat-docs/ssl-howto.html under section Introduction to SSL, I quote: In certain cases, the server may also request a Certificate from your web browser, asking for proof that you are who you claim to be. This is known as "Client Authentication," although in pr

jk2 reconfiguration blues

2002-12-23 Thread Mark Gastel
Hi All,   I am attempting to dynamically disable a jk2 worker by updating the workers2.properties file and hitting the /jkstatus url.   It seems to be re-reading the configuration file (it detects the change) yet the status of the workers never change.  Has anyone had any success with this?  I

Re: Object Pooling

2002-12-23 Thread Felipe Schnack
I'm rewriting this reply, maybe I wasn't clear enough :-) My application have two types of objects that are constantly created and destroyed. I believe that they could be pooled in some way (maybe using commons pooling package. These types are: 1- Objects that handle user interaction. Basicall

RE: virtual host problems...

2002-12-23 Thread Nick Stuart
It appears that this did the trick. I figured it was something like this but wasn't sure what to look at. I didn't see this in the mod_jk.conf file that was generated so I didn't think it needed it, but apparently it does! Thanks a lot for the info. -Nick On Mon, 2002-12-23 at 13:38, PELOQUIN,JEF

unwanted output of sql

2002-12-23 Thread Adam Nowalsky
hi, all. running tomcat 4.1.12 on a windows xp machine. sometimes when i run a query and the resultset contains 0 rows, tomcat will return the contents of my executed sql statement to the browser, including any other jsp in the page. if it matters, i am using the dbtags library for my connection

Tomcat and Jboss

2002-12-23 Thread Edu
I don't know if this is about Tomcat, Jboss, or something else. I created a EJB pack and deployed at the server (Jboss). Made a java program client to test it and all is Ok. But when I try to use a jsp page to use the service, I get a java.lang.ClassCastException message. I can get the context , t

Re[2]: a sure way to work with tomcat under windows NT/2000/XP (sorrymisread)

2002-12-23 Thread Jason Pyeron
sorry, misread the post (skippied over the first reply) . On Mon, 23 Dec 2002, Jacob Kjome wrote: Hello Jason, Monday, December 23, 2002, 12:44:02 PM, you wrote: JP> this list is designed to be 'fool proof'? not efficient. Huh? What are you saying herewhat is your point??? Jake -- To u

Re[2]: a sure way to work with tomcat under windows NT/2000/XP

2002-12-23 Thread Jacob Kjome
Hello Jason, Monday, December 23, 2002, 12:44:02 PM, you wrote: JP> this list is designed to be 'fool proof'? not efficient. Huh? What are you saying herewhat is your point??? Jake -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: Sealing Violation due to inclusion of LifeCycle?

2002-12-23 Thread Craig R. McClanahan
On Mon, 23 Dec 2002, Randy Secrist wrote: > Date: Mon, 23 Dec 2002 11:25:51 -0700 > From: Randy Secrist <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: Sealing Violation due to inclusion of LifeCycle? > > I have been bu

RE: a sure way to work with tomcat under windows NT/2000/XP

2002-12-23 Thread Jason Pyeron
On Mon, 23 Dec 2002, Jacob Kjome wrote: : :You should set up your variables under System instead of User because if they are :you run Tomcat as a service, the User variables will not be read. Also, :Tomcat doesn't care about the system classpath. J2EE_HOME is fine to set :if you need that f

RE: virtual host problems...

2002-12-23 Thread Denise Mangano
Are you getting a Forbidden message from Apache server? I ran into that problem as well, and Bill Barker was kind enough to respond. This was his post: "You need 775 (or at least 5 on the last digit). Apache requires "x" permissions (which, for a directory means "list" rather than "execute" on

RE: virtual host problems...

2002-12-23 Thread PELOQUIN,JEFFREY (HP-Boise,ex1)
Nick, you may need something like Options Indexes FollowSymLinks DirectoryIndex index.html index.htm index.jsp Order allow,deny Allow from all in order tell apache that people our allow into this directory path, it may need to go after you location tags as I do

Re: javax.sql.datasource

2002-12-23 Thread Craig R. McClanahan
On Mon, 23 Dec 2002 [EMAIL PROTECTED] wrote: > Date: Mon, 23 Dec 2002 16:58:18 + > From: [EMAIL PROTECTED] > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: 'Tomcat Users List' <[EMAIL PROTECTED]> > Subject: javax.sql.datasource > > hi all, > > where i can find out javax.sql.datasource (

Re: Web app specific Listener (was Re: Listener Element in Context:class not found Exception)

2002-12-23 Thread Craig R. McClanahan
On Mon, 23 Dec 2002, Tobias Dittrich wrote: > Date: Mon, 23 Dec 2002 09:59:08 +0100 > From: Tobias Dittrich <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: Web app specific Listener (was Re: Listener Element in Context:

virtual host problems...

2002-12-23 Thread Nick Stuart
Ok, I have tomcat and apache running together nicely but am having a problem getting the virtual hosting for it to work. Right now when I go to: ServerName vort112 Alias /examples "/usr/local/tomcat/webapps/examples" Options Indexes FollowSymLinks DirectoryIndex inde

Re: How to configure JNDI resource with connection pool?

2002-12-23 Thread Craig R. McClanahan
On Mon, 23 Dec 2002, Andrew Guts wrote: > Date: Mon, 23 Dec 2002 10:55:16 +0200 > From: Andrew Guts <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: How to configure JNDI resource with connection pool? > > Hi all, > > I

Sealing Violation due to inclusion of LifeCycle?

2002-12-23 Thread Randy Secrist
I have been building classes inherited from the org.apache.catalina.realmbase package, and have been struggling with where to put them. One of the reason's I have been doing this is to expose TC's realm implementation within my web applications. The best solution I have found so far is to jus

Reading property files from a package hierarchy in Tomcat4.1.12

2002-12-23 Thread Shrotriya, Sumit
Hi All, I am trying to read a property file from a package hierarchy. i.e. I have a service(that I don't have much control over) that reads a property file for a location such as com/sample/property/some.prop This worked fine when I was using Tomcat 3.3 but does not work with Tomcat4.1.12.A

RE: RES: Mod_jk - won't execute jsp or servlets

2002-12-23 Thread Denise Mangano
Jerry, I did not user mod_jk.conf. Instead I removed the Include statement and placed the directives inside httpd.conf itself. I went ahead and attached my files, but it looks like you have a couple of sets to compare to already... In my httpd.conf I did not place everything just at the bottom

RE: Robert Sowder's howto for JK2 in Windows

2002-12-23 Thread Rafael Fernandez
Thank you! In just 5 minutes I got mod Jk2 running and I didn't had to go through all that hassle that other people go through! -Original Message- From: Robert L Sowders [mailto:[EMAIL PROTECTED]] Sent: Monday, December 23, 2002 1:30 AM To: Tomcat Users List Subject: Re: Robert Sowder'

Re: with the URL Re: Tags

2002-12-23 Thread Lindomar
Ok, thanks for all the messages!! Lindomar. - Original Message - From: "Paul Campbell" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, December 23, 2002 15:55 Subject: with the URL Re: Tags > Venha para a VilaBOL! > O melhor lugar para você construir seu s

with the URL Re: Tags

2002-12-23 Thread Paul Campbell
http://pdf.coreservlets.com/ At 09:31 AM 12/23/2002 -0800, you wrote: >This book has good examples and explanations. >See Chapter 14 > >At 12:08 PM 12/23/2002 -0200, you wrote: >>I don't know if this question is off-topic...but... >>I'm looking for a simple example of tag in jsp, for example "hell

RE: [OT] Mod_jk - won't execute jsp or servlets

2002-12-23 Thread PELOQUIN,JEFFREY (HP-Boise,ex1)
My own experience is that if apache comes up before tomcat, you will have an 80% or greater chance of failure and need to do a manual restart of both tomcat and apache. On the flip side, if you have apache and tomcat up and running nicely and do a tomcat restart, I need to restart apache 10% to 15

RE: Mod_jk - won't execute jsp or servlets

2002-12-23 Thread Jeff Tulley
Denise, What version of Tomcat are you using? One thing to remember is that the CoyoteConnector JkHandler in Tomcat 4.1.(7?) up to about 4.1.14 looked into jk2.properties file for its configuration, ignoring the port value specified in server.xml. Then what it did was assume you wanted some pa

RE: RES: Mod_jk - won't execute jsp or servlets

2002-12-23 Thread PELOQUIN,JEFFREY (HP-Boise,ex1)
Jerry here are extracts of what I just used, I use 17080 instead of 8009 make sure that the ps is properly defined in the workers.properties for NT ps=\ server.xml workers.properties is attached http.conf # Load mod_jk # LoadModule jk_module modules/mod_jk.so # Configure mod_jk # J

RE: [OT] Mod_jk - won't execute jsp or servlets

2002-12-23 Thread Denise Mangano
That is definitely a possibility. On average I waited about 10 seconds or so. I usually do ps -ef to make sure tomcat is running, but don't try to pull it up in the browser to see if it really is running. I will keep this checklist for the future. Curious though. Apache is in my startup - Tom

RE: Mod_jk - won't execute jsp or servlets

2002-12-23 Thread PELOQUIN,JEFFREY (HP-Boise,ex1)
I am guessing you had it working at some point in the past but tomcat and apache did not get both get restarted in the right order, Tomcat must be fully up before you start apache A restart scenario we use since tomcat does not always shutdown nicely on HP-UX: stop apache stop tomcat execute ps -

RE: Mod_jk - won't execute jsp or servlets

2002-12-23 Thread Denise Mangano
Jeff, Wow, this is very strange. You got me curious as well, and I did change it back to "0" (mind you I was very scared to) . Oddly enough, everything still works. I even tried executing some of the examples that I hadn't accessed yet to make sure it wasn't working from classes that were built

RE: install vs. deploy

2002-12-23 Thread Zabel, Ian
> >todir="${build.home}/META-INF"/> > >and now it's ok. However, since Ant creates META-INF >directory automatically (and even puts MANIFEST.MF >into it) I wonder if what I did is unnecessary and >whether there's some property or attribute(which I >failed to find in Ant documentation) that results

Re: RES: Mod_jk - won't execute jsp or servlets

2002-12-23 Thread Jerry Ford
Denise: Yes, please :) I am still in the sinking boat.---Apache works fine by itself, Tomcat works fine by itself (example servlets all work, as well as my own HelloWorld), but Apache->Tomcat through mod_jk does not work. At the moment, I can't even display the HTML pages in the examples. Th

Re: Tags

2002-12-23 Thread Matt Harris
What book? Paul Campbell wrote: > > This book has good examples and explanations. > See Chapter 14 > > At 12:08 PM 12/23/2002 -0200, you wrote: > >I don't know if this question is off-topic...but... > >I'm looking for a simple example of tag in jsp, for example "hello World, today is >..." >

Re: Tags

2002-12-23 Thread Paul Campbell
This book has good examples and explanations. See Chapter 14 At 12:08 PM 12/23/2002 -0200, you wrote: >I don't know if this question is off-topic...but... >I'm looking for a simple example of tag in jsp, for example "hello World, today is >..." >But i can't find this, i found complex examles that

RE: Mod_jk - won't execute jsp or servlets

2002-12-23 Thread PELOQUIN,JEFFREY (HP-Boise,ex1)
Denise, Since this week I was scheduled to update our HP-UX apache to latest version which does include mod_jk support, I did the install this morning. My installation with tomcat 4.1.18 does work with the default connectionTimeout="0". I would be interested to know if you change it back to 0, i

RES: Mod_jk - won't execute jsp or servlets

2002-12-23 Thread Denise Mangano
I don't know what else to say But YAY! :-P Milt - it looks like the timeout was what was doing it. Weird thing is - I didn't edit that. Unless I did something by mistake that is the way that it was shipped!! Everything is working great!! I can access all static pages as well as execute

javax.sql.datasource

2002-12-23 Thread sunil . kumar
hi all, where i can find out javax.sql.datasource (in which .jar file) TIA best regards sunil -- To unsubscribe, e-mail: For additional commands, e-mail:

ssl configuration in tomcat

2002-12-23 Thread Davendra Kumar
hi everyone... i hope anyone can help me in this problem i 've installed Apache Tomcat 4.1.12LE and j2sdk1.4.1 .Yesterday i tried configuring SSL in tomcat for my login page. so i followed the steps provided in the documentation. the documentation said choose JSSE an installed extension by copy

Re: Tags

2002-12-23 Thread Jacob Kjome
Hello Lindomar, http://jakarta.apache.org/tomcat/tomcat-4.1-doc/appdev/index.html Jake Monday, December 23, 2002, 8:08:10 AM, you wrote: L> I don't know if this question is off-topic...but... L> I'm looking for a simple example of tag in jsp, for example "hello World, today is ..." L> But i ca

RE: Mod_jk - won't execute jsp or servlets

2002-12-23 Thread PELOQUIN,JEFFREY (HP-Boise,ex1)
have you tried using the non-coyote ajp onnector that is provided in the server.xml? All the Tomcat Docs say the coyote one is for use with JK2. While i thought I have seen on this list that people use it with JK, you may be in a weird niche. -Original Message- From: Denise Mangano [mail

RE: Mod_jk - won't execute jsp or servlets

2002-12-23 Thread Milt Epstein
On Mon, 23 Dec 2002, Denise Mangano wrote: > Tomcat is up and running - I can view and execute examples by using > :8080. OK, that means Tomcat standalone is working (as controlled by the Coyote Http Connector onport 8080) > If the port that Tomcat is listening on is set by > workers.pro

RE: Mod_jk - won't execute jsp or servlets

2002-12-23 Thread Denise Mangano
Drew, Thanks - I will look at the files and compare. Denise Mangano Help Desk Analyst Complus Data Innovations, Inc. -Original Message- From: Hamilton, Andrew [mailto:[EMAIL PROTECTED]] Sent: Monday, December 23, 2002 11:44 AM To: Tomcat Users List Subject: RE: Mod_jk - won't execute

RE: Mod_jk - won't execute jsp or servlets

2002-12-23 Thread Milt Epstein
> -Original Message- > From: Denise Mangano [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 23, 2002 11:16 AM > To: 'Tomcat Users List' > Subject: RE: Mod_jk - won't execute jsp or servlets > > Hello :) > > Here is the content of my workers.properties file: worker.list=worker1 > worker.

RE: Mod_jk - won't execute jsp or servlets

2002-12-23 Thread Denise Mangano
My apologies - I sent the updated server.xml right after. I had actually originally followed John's how-to but couldn't even get to the static pages in my webapps directory. So based on someon else's suggestion, I opted not to use the mod_jk.conf file and instead place directives directly into

RE: Mod_jk - won't execute jsp or servlets

2002-12-23 Thread Denise Mangano
Tomcat is up and running - I can view and execute examples by using :8080. If the port that Tomcat is listening on is set by workers.properties, then that would be port 8009. Where Apache is expecting it to listen on I am not sure. The email I sent was correct - the uncommented ports are those th

RE: Mod_jk - won't execute jsp or servlets

2002-12-23 Thread Hamilton, Andrew
Denise, I am basically doing what you are trying to do. I'm running Apache/SSL with Tomcat using the mod_jk connector. Here are my configs. These are working on my server which is Solaris but the flavor shouldn't matter. I hope these help you get it going. Regards, Drew -Original Messag

Re: mod_jk...again

2002-12-23 Thread Jerry Ford
Justin: My only objective is to get a working copy of mod_jk. I downloaded a binary from John Turner's how-to page (I cannot find binary connectors on the jakarta website---what URL do you have for them?) but I have so far been unable to make it work. I now think it's my configuration, not th

Re: DataSource error (DBCP)

2002-12-23 Thread sunil . kumar
sorry for replicating the same query!!! anyone can help TIA bringing attention to my old problem like i'm unable to compile DBTest.java (i compiled the same in another machine where oracle 9i is running, and copied to the machine where tomcat is running :)) I tried to compile DBTest.java and e

RE: Mod_jk - won't execute jsp or servlets

2002-12-23 Thread PELOQUIN,JEFFREY (HP-Boise,ex1)
In the attached server.xml, active ajp13 is - the one you show below is actually commented out in the file That said, I would suggest you modify your workers.properties file to worker.list=worker1 worker.worker1.type=ajp13 worker.worker1.host=localhost worker.worker1.port=8009 localhost i

Re: Mod_jk - won't execute jsp or servlets

2002-12-23 Thread Milt Epstein
On Mon, 23 Dec 2002, Denise Mangano wrote: > Thanks to all your help, I've gotten over some bumps. As it stands > I can access any static pages in the Tomcat directory without having > to type port 8080 ( i.e. I can access > http://localhost/examples/servlets/index.html. However, whenever I > tr

RE: Mod_jk - won't execute jsp or servlets

2002-12-23 Thread Denise Mangano
Sorry - the server.xml file I posted was not the correct current (default) one - I had made some changes to try to trouble shoot, and sent the wrong one by mistake.. The one connected to this email - is the correct one. Thanks. Denise Mangano Help Desk Analyst Complus Data Innovations, Inc. --

Mod_jk/Tomcat issue?

2002-12-23 Thread Ben Ricker
We saw a strange production issue this morning that seems to be related to Apache/mod_jk but I wanted to see if anyone can shed some lght on it. First, the environment: 2 Redhat 7.3 Linux server talking to 2 Sun Solaris 8 Tomcat 4.0.6 servers. Each server has 2 separate Tomcat instances for a tot

RE: Mod_jk - won't execute jsp or servlets

2002-12-23 Thread Denise Mangano
Hello :) Here is the content of my workers.properties file: worker.list=worker1 worker.worker1.type=ajp13 worker.worker1.host=www.ptpweb.com worker.worker1.port=8009 In my server.xml file I have left everything as the defaults. Right now there are only two connectors that are NOT commented out a

RES: Still can't get JNDI DataSource

2002-12-23 Thread Iran Marcius
Well, I tried to use this configuratio but didn't work (I was expecting that). Any other hints? If helps, I'm trying to get my Datasource inside a context that is configured inside a virtual host. Does it metter? iran -Mensagem original- De: Iran Marcius [mailto:[EMAIL PROTECTED]] Envi

How to find Tomcat port from init()?

2002-12-23 Thread kruger.stephen
Hi all, Is there any way to know the servlet base url and port number so I can , for example, start a Jini registry from the init() method of HttpServlet, since I need this information to calculate the codebase property. I could have an initialisation parameter in my web.xml file for that servl

RE: Mod_jk - won't execute jsp or servlets

2002-12-23 Thread PELOQUIN,JEFFREY (HP-Boise,ex1)
You may have posted this already but I could not find it in among all the emails over the weekend but could you post/repost your workers.properties file as well as the connector from your server.xml you setup to accept JK/ajp1.3 connections For the workers.properies you need to make sure that you

server.xml external includes

2002-12-23 Thread Gery Kahn
I want to create external xml file w/ Host tags inside and to include it to the Tomcat's server.xml How to do it? -- To unsubscribe, e-mail: For additional commands, e-mail:

Mod_jk - won't execute jsp or servlets

2002-12-23 Thread Denise Mangano
Thanks to all your help, I've gotten over some bumps. As it stands I can access any static pages in the Tomcat directory without having to type port 8080 ( i.e. I can access http://localhost/examples/servlets/index.html. However, whenever I try to execute a servlet or JSP it hangs indefinitely. Th

Session not persistent - Was AIX JVM Bug?

2002-12-23 Thread Andy Meadows
On two separate boxes running AIX 4.3.3 and Java for AIX 1.3.1 (distributed by IBM), I have run into a problem where session state is not being persisted and it would seem that the servlet context is failing too. My problem exists solely on AIX. Using Tomcat 4.1.x on Windows 2000 and RedHat Linux

Re: DataSource error (DBCP)

2002-12-23 Thread sunil . kumar
that's cool!!! worked. bringing attention to my old problem like i'm unable to compile DBTest.java (i compiled the same in another machine where oracle 9i is running, and copied to the machine where tomcat is running :)) I tried to compile DBTest.java and ended up an error Type '

Tags

2002-12-23 Thread Lindomar
I don't know if this question is off-topic...but... I'm looking for a simple example of tag in jsp, for example "hello World, today is ..." But i can't find this, i found complex examles that works fine, but i don't understand yet, so i need get a simple example for understand the behavior this ki

Tomcat 4.1.18 and Acutate Portal

2002-12-23 Thread mmartinez
I am using Tomcat 4.0.6 and Actuate Portal 6.0. It works file but if I install Tomcal 4.1.xx, it can not compile the classes. Does anyone uses Actuate Portal and Tomcal 4.1.xx Mariano Martinez Systems Analyst Fax: (847) 267-8625 Ph: (847) 572-5435 -- To unsubscribe, e-

tomcat + ssi for servlets

2002-12-23 Thread Jubair Hasan
Hello Im having trouble getting Tomcat to run servlets within .shtml files. I did as instucted below (shown on http://jakarta.apache.org/tomcat/tomcat-4.1-doc/ssi-howto.html) Rename $CATALINA_BASE/server/lib/servlets-ssi.renametojar to $CATALINA_BASE/server/lib/servlets-ssi.jar. Remove the XML c

Running tomcat 4.0.4 with j2sdk1.4.1 on redhat 7.3 dual processror gives out of memory error in syslog messages

2002-12-23 Thread Venkat Reddy Valluri
Hi, I am sorry, Iam posting this question again, as I didn't get any response for this question I am running tomcat 4.0.4 on redhat 7.3 dual processor machine(2-4-18-3SMP) with j2sdk1.4.1 for my web application, The problem is after couple of hours(6 or 7 hours after 7 or more users

  1   2   >