Tomcat in Cluster

2004-11-29 Thread Boulay Arnaud
Hello , a specific jk2+lb question please. Says that I have apache HTTP + 2 Tomcats Workers. Each worker is defined in the same lb group and manage the same webapp. - It works fine in optimal context (2 Tomcat + Apache run). - It works fine in 1 tomcat crash. But the problem is when the webapp

Re: Form Authentication Trouble with Firefox

2004-11-29 Thread Peter Neu
Hello Nikola, thanks for your comments. My login.jsp is nothing far off from the routine : html body form method=POST action=j_security_check name=loginForm input type=text name=j_username / input type=password name=j_password / input type=submit value='Login' /form /body /html I suppose there is

Re: Form Authentication Trouble with Firefox

2004-11-29 Thread Bob Feretich
I experienced as problem that might be similar to yours. I was testing with Netsacpe 7 (Mozilla based like Foxfire) and IE. My form authentication worked with IE, but not Netscape. It occurred quite a while ago (using Tomcat 4.1.x), so I am not clear on the exact details. My debug showed that

Best books inquiry

2004-11-29 Thread Roger Mori-Tuesta
Dear partners: I'm starting a project using Apache+Tomcat+JSP, JBoss(J2EE), and Oracle(Database). After got lost among ton of books, I will appreciate to have your recommendations for the accurate books related to this project including patterns and best practices. Thank you. Roger

EJB in tomcat

2004-11-29 Thread birendar . waldiya
Can EJB's be deployed in tomcat ?? Birendar Singh Waldiya DISCLAIMER: The information contained in this message is intended only and solely for the addressed individual or entity indicated in this message and for the exclusive use of the said addressed individual or entity indicated in

Re: EJB in tomcat

2004-11-29 Thread Peter Mengell
RTFM On Monday 29 November 2004 09:30, [EMAIL PROTECTED] wrote: Can EJB's be deployed in tomcat ?? Birendar Singh Waldiya DISCLAIMER: The information contained in this message is intended only and solely for the addressed individual or entity indicated in this message and for the

Re: which to use: JK2 or JK?

2004-11-29 Thread Nikola Milutinovic
Ralph Einfeldt wrote: Sorry, but I think you are wrong. There have been several post in the last days from the developers, that clearly say, that there will be no further development for mod_jk2. This saddens me. I was under th impression that JK2 was more advanced. What are the reasons for

[OT] Which webframework to use?

2004-11-29 Thread Trond G. Ziarkowski
Hi all! Obviously I'm way off topic here, but I'm posting this anyway. I started developing JSP/Servlets using Tomcat 6 months ago. At the time I started developing my app I wasn't much aware of MVC and frameworks to help me with that, so I have developed everything from scratch. Lately I have

Removing the 404 error mesajes in tomcat

2004-11-29 Thread Allen Beacon
Hi, I would like to completelly remove the error pages( the ones like http request not found 404, etc) in tomcat. Basically, the user will access the right url via a link but in case they try to find other pages by typing in the url, then no error message will display and neither infomation about

Removing the 404 error mesajes in tomcat

2004-11-29 Thread Allen Beacon
Hi, I would like to completelly remove the error pages( the ones like http request not found 404, etc) in tomcat. Basically, the user will access the right url via a link but in case they try to find other pages by typing in the url, then no error message will display and neither infomation about

Runtime.exec security issue?

2004-11-29 Thread andy wix
Hi, I am trying to run a simple exec command to open notepad with code as follows: Runtime runtime = Runtime.getRuntime(); Process proc = runtime.exec(C:\\WINDOWS\\system32\\notepad.exe); This code works fine from a stand-alone program but not run under Tomcat. I CAN successfully set the the

RE: Removing the 404 error mesajes in tomcat

2004-11-29 Thread Peter Crowther
From: Allen Beacon [mailto:[EMAIL PROTECTED] Basically, the user will access the right url via a link but in case they try to find other pages by typing in the url, then no error message will display and neither infomation about de server (tomcat version x.x). Any help will be

Re: Removing the 404 error mesajes in tomcat

2004-11-29 Thread Kjeld Froberg
Hi Map all the response statuscodes in web.xml, there you can point it to your custom errorpage Kjeld Hi, I would like to completelly remove the error pages( the ones like http request not found 404, etc) in tomcat. Basically, the user will access the right url via a link but in case they

RE: which to use: JK2 or JK?

2004-11-29 Thread Ralph Einfeldt
That's the official statement: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/news/20041100.html#2 0041115.1 -Original Message- From: Nikola Milutinovic [mailto:[EMAIL PROTECTED] Sent: Monday, November 29, 2004 10:40 AM To: Tomcat Users List Subject: Re: which to use: JK2 or JK?

RE: Runtime.exec security issue?

2004-11-29 Thread Dale, Matt
This behaviour makes sense to me as you are trying to display an application but there is not necessarily a windows display associated with Tomcat so it doesnt know where to launch the app to. And by the lack of error message i'd guess that the application is actually getting launched but not

Re: [OT] Which webframework to use?

2004-11-29 Thread Peter Mengell
Hi, We've been using Struts exclusively for the last few years and have found it to be very good, I can recommend it. In most cases we have modified the struts controller to allow transparent skinning of the web-apps and extra security to be implemented in the controller, thats the only

RE: Runtime.exec security issue?

2004-11-29 Thread andy wix
Hi Matt, I have tried running the Tomcat service with 'allow service to interact with desk top' checked in the service properties - I don't know if this should allow Tomat to know about Windows? Also, I don't think the application is actually getting launched as I don't see it in the processes

RE: Runtime.exec security issue?

2004-11-29 Thread Dale, Matt
You could be right. I still reckon that launching graphical programs from tomcat is gonna be a bit dicey. -Original Message- From: andy wix [mailto:[EMAIL PROTECTED] Sent: 29 November 2004 10:13 To: [EMAIL PROTECTED] Subject: RE: Runtime.exec security issue? Hi Matt, I have tried

Tomcat Connection Pooling

2004-11-29 Thread Cumbers
Hey I have within my server.xml the following: Resource name=jdbc/postgres auth=Container type=javax.sql.DataSource/ ResourceParams name=jdbc/postgres parameter namefactory/name valueorg.apache.commons.dbcp.BasicDataSourceFactory/value /parameter

persisted Exception error

2004-11-29 Thread Francesco Pellegrini
Hi all, I have installed Tomcat 5.0.19, and after last last reboot I have found this error message in start log. What it should depends? 29-nov-2004 11.05.27 org.apache.catalina.session.StandardManager doLoad IOException while loading persisted sessions: java.io.WriteAbortedException:

RE: [OT] Which webframework to use?

2004-11-29 Thread Allistair Crossley
+1. we've created an intranet on struts, integrated backend solutions like a CMS, search engine, custom applications, SQL server etc... is very cool. Allistair. -Original Message- From: Peter Mengell [mailto:[EMAIL PROTECTED] Sent: 29 November 2004 10:00 To: Tomcat Users List

RE: persisted Exception error

2004-11-29 Thread Dale, Matt
At least one of the objects in your session does not implement the Serializable interface, which it would need to do in order for you to persist sessions accross a tomcat reboot. Ta Matt -Original Message- From: Francesco Pellegrini [mailto:[EMAIL PROTECTED] Sent: 29 November 2004

Re: [OT] Which webframework to use?

2004-11-29 Thread Roberto Cosenza
Take a look at Spring. It is much more than a MVC though. Allistair Crossley wrote: +1. we've created an intranet on struts, integrated backend solutions like a CMS, search engine, custom applications, SQL server etc... is very cool. Allistair. -- Roberto Cosenza Infoflex Connect AB, Sweden

RE: Runtime.exec security issue?

2004-11-29 Thread andy wix
Hi, Actually, I was assuming this was a simple example of a runitme call. My real goal is to allow a privelidged user to re-boot the server with the following code: runtime.exec(cmd.exe /C shutdown -r -f -m \\myPC -t 50); I would also like to call a couple of batch files. These attempts have met

RE: Runtime.exec security issue?

2004-11-29 Thread Dale, Matt
Have you tried the shutdown command without launching cmd? This could also be a permissions thing if you are running as a service. By default the service will run as a non-priviliged user which you'd have to change in order to reboot. -Original Message- From: andy wix [mailto:[EMAIL

RE: Runtime.exec security issue?

2004-11-29 Thread andy wix
Hi, I've tried without the cmd.exe bit and also I have tried with the service set to run as Administrator. Cheers Andy _ Stay in touch with absent friends - get MSN Messenger http://www.msn.co.uk/messenger

Re: Removing the 404 error mesajes in tomcat

2004-11-29 Thread Allen Beacon
Thanks for responding. I had a look to all my web.xml including the one at/tomcat/conf and I didn´t see the response status code where I could point to my custom page. Hi Map all the response statuscodes in web.xml, there you can point it to your custom errorpage Kjeld Hi, I would like

Jasper SMAP and JSP-Java line info

2004-11-29 Thread Tonis
Hi! I'm trying to use jasper for converting jsp-s to java to run some java seach on jsp. For that I need exact java element position in JSP(line nr, column number). In some old jasper version there was JspLineMap and JspLineMapItem classes and I could get linemap for jsp from ServletWriter.

Re: Best books inquiry

2004-11-29 Thread QM
On Mon, Nov 29, 2004 at 01:06:39AM -0800, Roger Mori-Tuesta wrote: : I'm starting a project using Apache+Tomcat+JSP, JBoss(J2EE), and : Oracle(Database). : After got lost among ton of books, I will appreciate to have your : recommendations : for the accurate books related to this project

Re: Removing the 404 error mesajes in tomcat

2004-11-29 Thread QM
On Mon, Nov 29, 2004 at 03:46:37AM -0700, Allen Beacon wrote: : Thanks for responding. I had a look to all my web.xml including the one : at/tomcat/conf and I didn?t see the response status code where I could : point to my custom page. Review the servlet spec for a complete list of what goes in

xml pages on Tomcat server???

2004-11-29 Thread Kashif Siddiqui
Hi all, I want to host some xml pages for WAP. Please guide me that is it possible to host these pages on Tomcat server? and how can I host these pages in Tomcat server? and what changes I have to made in server.xml file? Thanks in advance...

RE: xml pages on Tomcat server???

2004-11-29 Thread Allistair Crossley
this is not really a tomcat question. you can configure your web server (or tomcat I suppose in the global web.xml) to handle MIME extensions for wap files. but most importantly your JSP/Servlet code would need to set the response content type to the appropriate WAP types which is not a

No more threads

2004-11-29 Thread David Teruel
Hello everyone. I'm having one little problem with the memory of my Tomcat 5.5.4. I'm doing a little test for knowing how many concurrent sessions of my application can I have. When 50 (more or less) sessions are opened, I get the following error in the server. java.lang.OutOfMemoryError:

Re: No more threads

2004-11-29 Thread Quinton Delpeche
On Monday 29 November 2004 15:31, David Teruel wrote: Hello everyone. Push your memory utilisation for the JVM up. See one of the previous threads that I responded too. Also make sure that you enough sockets available. :P I'm having one little problem with the memory of my Tomcat 5.5.4.

Re: No more threads

2004-11-29 Thread Tim Funk
Use sam to tune the kernel parameters to allow more threads, process limits, and memory limits. -Tim David Teruel wrote: Hello everyone. I'm having one little problem with the memory of my Tomcat 5.5.4. I'm doing a little test for knowing how many concurrent sessions of my application can I

Re: No more threads

2004-11-29 Thread David Teruel
Hello. Thanks for your response. I'd already tried this solution, but if I add the line you recomend, I get this message UseTrainGC not supported yet for 32-bit. Could not create the Java virtual machine. Do you know why? Thanks again. Quinton Delpeche wrote: On Monday 29 November 2004 15:31,

showing PHP pages

2004-11-29 Thread Frederic barachant
Hello. I'm configuring a standalone tomcat and i face a problem with PHP pages. In fact, i'm tranferring old apache hosts to tomcat but i can't find anything that will be able to show the php pages that are included here and there. Are there any tricks?

RE: xml pages on Tomcat server???

2004-11-29 Thread sven morales
Hi, For the unaware, there is a top level Apache project called Cocoon that can facilitate output formats to just about anything. As starting point, here are several links: http://wiki.apache.org/cocoon/HowTos http://marc.theaimsgroup.com/?l=xml-cocoon-usersr=1w=4

Re: Form Authentication Trouble with Firefox

2004-11-29 Thread Peter Neu
Hi Bob, I can't switch to https in this case (not a technical problem). So where do I have to apply the changes you suggested in my Tomcat 5.0.28 ? Where can I find the AuthenticatorBase code? And what do I have to change? Regards, Swen I experienced as problem that might be similar to yours. I

Synchronization problem in beans with session scope

2004-11-29 Thread Satish Plakote
hi i am working on a web application.It is basically an interface that was developed using jsp/beans . The user can create a file of the data that is shown in the browser with a unique that is auto generate in the code. The File creation part is contained in the bean which has a session scope. I

RE: accessing files within webapps

2004-11-29 Thread Shapira, Yoav
Hi, Suggestion: show us what the actual error is, e.g. a stack trace. It's most likely an environment configuration issue as you suggest. But not likely to be a file permissions issue: rather, check that the mail server is correctly configured, SMTP port access is setup, etc. Yoav Shapira

Re: [OT] Which webframework to use?

2004-11-29 Thread sven morales
Hello, I assume you are evaluating other frameworks, may I suggest you look into Apache Cocoon project. It started as a web publishing framework, and can do MVC as Struts can, but if you have a need to provide output to different formats WAP, PDF, Microsoft Excel, SVG formats, just about

RE: issue with Resource differences between 5.0.xx and 5.5.x

2004-11-29 Thread Shapira, Yoav
Hi, This is not a solution, but a workaround for your specific issue: since it's your custom factory, use a character different than newline to separate the lines. Any token you want... As I said, not a complete solution, and not an answer to your question on whether nested parameter tags will

RE: Lots of seemingly dead tomcat processes

2004-11-29 Thread Shapira, Yoav
Hi, If you're using the top command, those are not processes, they're threads within the same (one) JVM process. That's normal and expected. The threads may be active (servicing a request), or idle waiting for one. In the idle state, they consume negligible system resources. To configure how

RE: No more JK2 ?

2004-11-29 Thread Shapira, Yoav
Hi, That URL will soon be invalid. Stick to its parent (http://jakarta.apache.org/tomcat/connectors-doc). Yoav Shapira http://www.yoavshapira.com -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: Thursday, November 25, 2004 5:31 AM To: Tomcat Users List

Fw: [tomcat 5.5] Reference a JNDI env resource from another env-resource

2004-11-29 Thread Alexandre Borgoltz
Hi, I have developed my own BeanFactory as explained in your JNDI-RESOURCE-HOWTO. Everything works fine and I can use the corresponding factory successfully. But when I try to upgrade it a bit, I'm facing a problem: I'd like my factory to access a database to update the bean it returns. So

RE: PHP to run under Tomcat

2004-11-29 Thread Shapira, Yoav
Hi, We have a doc at http://wiki.apache.org/jakarta-tomcat/UsingPhp. Don't use JDK 1.4.0-rc, that's a fairly terrible version. Try JDK 1.4.2 instead. Set the java.library.path system property that way you would other Tomcat properties: in bin/catalina.bat for command-line usage or via the

RE: showing PHP pages

2004-11-29 Thread Shapira, Yoav
Hi, If you need to actually compile and run PHP pages, look at our UsingPhp page on the (old) wiki site, TomcatProjectPages at wiki.apache.org. Yoav Shapira http://www.yoavshapira.com -Original Message- From: Frederic barachant [mailto:[EMAIL PROTECTED] Sent: Monday, November 29, 2004

bug JDBC Real with CLIENT-CERT

2004-11-29 Thread Paulo Alvim
Hi, I'm trying to use Client-Cert authentication with Tomcat 5.0.28. I could make it work using Memory Realm but when I changed to JDBCRealm I received an authorization error... In truth, it seems that there's a bug with Client-Cert and others Realm since 4.x. I've just read about that in a few

RE: which to use: JK2 or JK?

2004-11-29 Thread Shapira, Yoav
Hi, Virtually all of the more advanced features from JK2 will be ported (or already have been) into mod_jk, mod_proxy, or both. Yoav Shapira http://www.yoavshapira.com -Original Message- From: Nikola Milutinovic [mailto:[EMAIL PROTECTED] Sent: Monday, November 29, 2004 4:40 AM To:

RE: Mysql: Cannot create JDBC driver

2004-11-29 Thread John Najarian
Hi Carlos, I have my mysql-connector-java-3.0.0.15-ga-bin.jar located in: c:\tomcat\common\lib However, I also have it in c:\j2sdk1.4.2_03\lib. I think I put it there as an initial test of MySQL. My $CATALINA_HOME is defined as c:\tomcat, what is your CATALINA_HOME defined as?

Re: Mysql: Cannot create JDBC driver

2004-11-29 Thread Carlos Bracho
My $CATALINA_HOME is defined as: C:\Program Files\Apache Software Foundation\Tomcat\ On Mon, 29 Nov 2004 07:08:02 -0800, John Najarian [EMAIL PROTECTED] wrote: Hi Carlos, I have my mysql-connector-java-3.0.0.15-ga-bin.jar located in: c:\tomcat\common\lib However, I also have it in

help - Java error starting Tomcat 5

2004-11-29 Thread Billy Talton
All, I'm attempting to install Tomcat 5 on my Fedora 2 server. The packages appear to install just fine but I get the following error when I try to start the server. I'm using java version 1.4.1_03. Any ideas? [EMAIL PROTECTED] btalton]# /sbin/service tomcat5 start Starting tomcat5:

RE: Mysql: Cannot create JDBC driver

2004-11-29 Thread John Najarian
This is a reach but in your code how are you getting the driver? I really don't know much more about this. I just develop the code and let the deployment group move things around. Sorry. -Original Message- From: Carlos Bracho [mailto:[EMAIL PROTECTED] Sent: Monday, November 29, 2004

RE: help - Java error starting Tomcat 5

2004-11-29 Thread Shapira, Yoav
Hi, What version of Tomcat 5, and from what distribution? It seems like your installation is incomplete or corrupt. Yoav Shapira http://www.yoavshapira.com -Original Message- From: Billy Talton [mailto:[EMAIL PROTECTED] Sent: Monday, November 29, 2004 10:44 AM To: [EMAIL PROTECTED]

What Connector Should I Use?

2004-11-29 Thread Thomas Charles Robinson
Hi, I'm trying to determine the correct connector to use these days. I've seen conflicting content on jakarta.apache.org: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/index.html 15 November 2004 - JK2 is officially unsupported!

RE: What Connector Should I Use?

2004-11-29 Thread Dale, Matt
JK or JK2 is the connector, the protocol is AGP. I would use the JK connector as it works and all advancements in JK2 are going to be back ported -Original Message- From: Thomas Charles Robinson [mailto:[EMAIL PROTECTED] Sent: 29 November 2004 16:00 To: [EMAIL PROTECTED] Subject: What

RE: What Connector Should I Use?

2004-11-29 Thread Phillip Qin
I think the other reason cited in the news does not apply to me. I use jk2. I like it because it is easy to configure. Of course, if people already have the jk configure in production, why would they bother upgrading to jk2 and creating a new learning curve? Look at how many sites still use Apache

Re: No more JK2 ?

2004-11-29 Thread Elihu Smails
Where can I find more information on not only the official announcement, but the latest on the connector development. I have also been using JK2 for some time, and was really happy with it. Thank you. --- Mladen Turk [EMAIL PROTECTED] wrote: Boulay Arnaud wrote: Looking for some more

Tomcat 5.0.x or 5.5.x in production

2004-11-29 Thread David Boyer
We've been using Tomcat 5.0.x in production for the past nine months or so. There appear to be numerous benefits to moving to 5.5.x, not the least of which being that it's the current focus of development. With 5.5.4 being labeled 'stable', I'm interested in moving our sites to 5.5.x. Is 5.5.4

Re: No more JK2 ?

2004-11-29 Thread David Boyer
http://jakarta.apache.org/tomcat/connectors-doc/ [EMAIL PROTECTED] 11/29/2004 10:25:49 AM Where can I find more information on not only the official announcement, but the latest on the connector development. I have also been using JK2 for some time, and was really happy with it. Thank you.

JDNI: define my own resource

2004-11-29 Thread lydie soler
Hi, I would like to define my own DB classe to be used through JNDI. If anyone has a simple example to give me, it would help me a lot. I would like to create a pool of serializable objects. So I would need to write my own BasicDataSouceFactory... If anyone has already done that thanks a

Re: What Connector Should I Use?

2004-11-29 Thread Mladen Turk
Phillip Qin wrote: I think the other reason cited in the news does not apply to me. I use jk2. I like it because it is easy to configure. You are the first one saying that :). Of course, if people already have the jk configure in production, why would they bother upgrading to jk2 and creating a

Re: Tomcat 5.0.x or 5.5.x in production

2004-11-29 Thread Tim Funk
5.5.5 is about to be tagged soon. (See the dev list) If there are no showstoppers in that release - I (IMO) would say its realistic to start consider moving your 5.0.X releases to 5.5. But be warned that if you have custom modules (valves, realms, etc) against 5.0 - you will need to recompile

RE: Tomcat 5.0.x or 5.5.x in production

2004-11-29 Thread Allistair Crossley
and you'll also have to factor in a little re-configuration too, for example the much-debated logging (i.e Logger removal in 5.5), and also a slightly different JNDI datasource setup. if it's any interest to you we've had 5.5.4 (sensibly or not) running our production and dev servers for 2

RE: What Connector Should I Use?

2004-11-29 Thread Phillip Qin
Will you suggest that we can now start switching jk2 to either mod_proxy or mod_jk? I really hate jk because it is difficult to configure (am I the first one to say that?) compared to jk2. I am kinda guy that would like to deal with the enemy I know, in this case - jk2. -Original Message-

RE: What Connector Should I Use?

2004-11-29 Thread Allistair Crossley
hope this is not a thread hijack .. in terms of IIS, will the isapi_redirect.dll be recommended for use rather than the JK2 isapi_redirector2.dll? cheers, Allistair. -Original Message- From: Phillip Qin [mailto:[EMAIL PROTECTED] Sent: 29 November 2004 16:52 To: 'Tomcat Users List'

RE: No more JK2 ?

2004-11-29 Thread Shapira, Yoav
Hi, Someone already gave a doc link, so I'll answer the second part of your question. To stay on top of what's going on with connector development and Tomcat development in general, subscribe to (or monitor via digest, or whatever) the tomcat-dev mailing list. Yoav Shapira

RE: What Connector Should I Use?

2004-11-29 Thread David Boyer
I use JK2 also (although I'm running on IIS 6.0). Is JK2 easier to configure? It probably depends on your existing familiarity. It sounds to me like JK is used much more heavily than JK2, so it's getting more real-world stress testing and probably greater developer attention. I really like

Re: Tomcat - problem starting service

2004-11-29 Thread Janet Ciavarelli
Hello Everyone, My Tomcat service still won't start. I've tried rebooting. Still get error message stated below. I don't know what else to try. Any ideas appreciated. Thanx, Janet [EMAIL PROTECTED] 11/25/04 08:50AM Hello. Thanx. I changed what you said under the Java tab and now it has

Re: What Connector Should I Use?

2004-11-29 Thread Mladen Turk
Phillip Qin wrote: Will you suggest that we can now start switching jk2 to either mod_proxy or mod_jk? I really hate jk because it is difficult to configure (am I the first one to say that?) compared to jk2. I am kinda guy that would like to deal with the enemy I know, in this case - jk2. Well

Re: What Connector Should I Use?

2004-11-29 Thread Mladen Turk
David Boyer wrote: I really like (and depend upon) the regular expression URI matching capabilities of JK2 and that has driven my decision to use JK2. I believe the regexp matching is being back-ported into JK, and once that happens I think I will probably go that route and drop JK2. Right now

Re: What Connector Should I Use?

2004-11-29 Thread Mladen Turk
Allistair Crossley wrote: hope this is not a thread hijack .. in terms of IIS, will the isapi_redirect.dll be recommended for use rather than the JK2 isapi_redirector2.dll? Yes. I'm planning even to make a InstallShiled installer for isapi_redirector, so that users don't need to set all that by

Re: Tomcat 5.5.4, JDK1.5.0 and JSP compile error [Now working]

2004-11-29 Thread Pat Osterday
Well it seems I've got it working. I did try your suggestion and put test.jsp into the ROOT webapp and that worked fine, so I knew it was probably one of the libraries we were including in the war file. I'm not 100% sure what was causing the problem. Could activation.jar cause this? I added

taglib-pool

2004-11-29 Thread Edson Alves Pereira
Hello folks, i d´like to know if is there any taglibPool or any way to make tomcat do such thing? Regards, Edson

taglib-pool

2004-11-29 Thread Edson Alves Pereira
I d´like to know if is there any taglibPool or any way to make tomcat do such thing? Regards, Edson

mod_jk.so for HP-UX 11.11

2004-11-29 Thread Gibson, Danny
Hello All, Can someone put me out of my misery? I have attempted to build the mod_jk.so for Apache 1.3.33 on HP-UX 11.11 multiple times and failing miserable. I have tried with multiple versions of the src but they ALL continue to fail on line 22 of the apache13/Makefile referencing the

Need a working example of Tomcat 5 clustering

2004-11-29 Thread Steve Burns
Has anyone gotten clustering to work? In an example I saw on the O'Reilly site at http://www.onjava.com/lpt/a/4702 I couldn't get the load balancer instance to forward requests on to the cluster node instances. = Steve Burns __ Do

Re: mod_jk.so for HP-UX 11.11

2004-11-29 Thread Wendy Smoak
From: Gibson, Danny [EMAIL PROTECTED] Can someone put me out of my misery? I have attempted to build the mod_jk.so for Apache 1.3.33 on HP-UX 11.11 multiple times and failing miserable. I don't think we've ever had to compile it, it just comes with the Apache/Tomcat distribution from HP. I'm

RE: mod_jk.so for HP-UX 11.11

2004-11-29 Thread Dale, Matt
have you got the Gnu versions of all the tools, ie gcc, make etc? -Original Message- From: Gibson, Danny [mailto:[EMAIL PROTECTED] Sent: 29 November 2004 18:01 To: '[EMAIL PROTECTED]' Subject: mod_jk.so for HP-UX 11.11 Hello All, Can someone put me out of my misery? I have attempted

Re: Mysql: Cannot create JDBC driver

2004-11-29 Thread Carlos Bracho
I am not getting the driver... I mean, I just look up the service using the initial context, get a datasource and finally get a connection with the datasource. I am going to modify my code, I read a common problem in the tomcat documentation page:

compiling mod_proxy_ajp

2004-11-29 Thread Elihu Smails
OK, now after following the thread this morning concerning mod_jk2, I have decided to give mod_proxy_ajp a try. I have downloaded the connectors source and do not see the mod_proxy_ajp source code there, but do see it in the tomcat 5.5.4 source tarball. I have tried a few different things and

Strange Authentication Behavior

2004-11-29 Thread Peter Neu
Hello all, does anyone know what I means when I get this error message: The requested resource (/favicon.ico) is not available. when I try to log in via form authentication. This error occurs when I use Firefox. Regards, Peter -

RE: mod_jk.so for HP-UX 11.11

2004-11-29 Thread Gibson, Danny
Hi Ya( Dale/Wendy), Yes I am using the GNU tools. I also have my PATH set to call /usr/local/bin first where all the GNU tools reside. I also created a JK_DIR environment setting prior to running the configure script. Configure seems to run fine, as does the common Makefile. It just dies at

Re: compiling mod_proxy_ajp

2004-11-29 Thread Mladen Turk
Elihu Smails wrote: OK, now after following the thread this morning concerning mod_jk2, I have decided to give mod_proxy_ajp a try. I have downloaded the connectors source and do not see the mod_proxy_ajp source code there, but do see it in the tomcat 5.5.4 source tarball. No you should

Re: compiling mod_proxy_ajp

2004-11-29 Thread Elihu Smails
So as I plow through this process of getting mod_proxy_ajp working with Apache/Tomcat, should I be talking to the Apache developers or the Tomcat developers? --- Mladen Turk [EMAIL PROTECTED] wrote: Elihu Smails wrote: OK, now after following the thread this morning concerning mod_jk2, I

Re: compiling mod_proxy_ajp

2004-11-29 Thread Mladen Turk
Elihu Smails wrote: So as I plow through this process of getting mod_proxy_ajp working with Apache/Tomcat, should I be talking to the Apache developers or the Tomcat developers? Both :). mod_proxy_ajp is just an protocol handler like http or ftp. Integration is another subject, and is more close

Tomcat Requirements?

2004-11-29 Thread Chris Cherrett
I have a client who is claiming that my software is slowing down. I cannot determine why this would be. He is running the following: P3 - 450 with 360MB of RAM with 2 IDE - 7200 RPM drives mirrored Raid 1 with Win2k I have found that any client running a faster system works great. Do you have

Multipe Tomcat instances

2004-11-29 Thread Ryan Daly
Does anyone have experience with setting up multiple instances of Tomcat instead of having multiple hosts being served under one instance? If anyone does, what are some pros and/or cons to doing things this way? Thanks. - To

RE: Tomcat Requirements?

2004-11-29 Thread Shapira, Yoav
Hi, It's not as much the hardware itself (probably) as what else is running, and the load experienced by the app. This box is puny. Nothing else should be running, and even then unless your app is very light only a small concurrent load could probably be handled well. Yoav Shapira

Re: Tomcat Requirements?

2004-11-29 Thread Peter Lin
that would depend on what kind of application it is. without more info, like does it hit a database, is the database hosted on the same system or does the application get remote data it's going to be hard for others to provide good recommendations. peter On Mon, 29 Nov 2004 12:43:07 -0700,

RE: Multipe Tomcat instances

2004-11-29 Thread Shapira, Yoav
Hi, I do it this way all the time. The biggest pro is complete separation. If one app gets whacky (heavy load, OutOfMemoryError, malicious attack), others are not affected at all. If one app needs to be upgraded or a bug fix shipped, or its server restarted, again, others are not affected at

RE: EJB in tomcat

2004-11-29 Thread Mark Thomas
Can EJB's be deployed in tomcat ?? No. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat Requirements?

2004-11-29 Thread Chris Cherrett
The application is highly database driven. In this case it is running a mysql database on the same machine. What would be the recommened hardware configuration? On a P4 2.4 with 1GB of RAM Tomcat is very happy! Thanks On Monday 29 November 2004 12:53 pm, Peter Lin wrote: that would depend on

RE: Tomcat Requirements?

2004-11-29 Thread Fredrik Liden
Hi Chris, That's a pretty general question. It depends on what apps you are running. The number of users. Then there could be various bottlenecks and memory leaks. I'm not sure if Tomcat 5 still have a memory leak but I recall other people having problems in this area before. Why don't you go

RE: bug JDBC Real with CLIENT-CERT

2004-11-29 Thread Mark Thomas
I committed some patches to support CLIENT-CERT to 5.5.x recently. Should be in the next release. If you want them now, you can always grab them from CVS. Mark -Original Message- From: Paulo Alvim [mailto:[EMAIL PROTECTED] Sent: Monday, November 29, 2004 4:02 PM To: Tomcat Users

Re: Tomcat Requirements?

2004-11-29 Thread Peter Lin
as Yoav recommended, tomcat should be on it's own server. I would put mysql on another system. that should fix things. most likely the slowness is the result of database performance. peter On Mon, 29 Nov 2004 12:54:18 -0700, Chris Cherrett [EMAIL PROTECTED] wrote: The application is highly

RE: Tomcat Requirements?

2004-11-29 Thread Shapira, Yoav
Hi, On a P4 2.4 with 1GB of RAM Tomcat is very happy! You missed my (and others') main point. It's not just Tomcat that's happy or unhappy. You have to consider the overall combination: that includes the database engine, the OS-level stuff (other processes, such as scheduled tasks and

Re: Tomcat Requirements?

2004-11-29 Thread Chris Cherrett
Would this problem be solved by a hardware upgrade? On Monday 29 November 2004 01:03 pm, Peter Lin wrote: as Yoav recommended, tomcat should be on it's own server. I would put mysql on another system. that should fix things. most likely the slowness is the result of database performance.

org.apache.catalina.connector.Request

2004-11-29 Thread Anderson, M. Paul
Can anyone tell me which jar file the org.apache.catalina.connector.Request class is in? I can't find it to add it to my project to allow me to compile my custom realm. Thanks a lot!! - To unsubscribe, e-mail: [EMAIL

  1   2   >