Réf. : Re: Réf. : Re: Very Very Slow performance of Tomcat

2004-02-19 Thread meissa . Sakho
Thank you for you answers Antonio, Yes we have a firewall between tomcat and apache. Does it means that there is something else to do? ___ NATEXIS ASSET MANAGEMENT Meissa SAKHO 01 58 19 45 71. . . . . . . . . . . . (84571) [EMAIL PROTECTED]

printStackTrace throwing java.lang.StackOverflowError

2004-02-19 Thread Unnikrishnan C
Hi, Im using Apache Tomcat 5.0.18, Im getting a java.lang.StackOverflowError while trying to do a printStackTrace for an Exception (java.lang.Exception). The code is working fine when it is running on IBM Websphere Application Server 4.0, but fails when I put it in Tomcat. The

RE: printStackTrace throwing java.lang.StackOverflowError

2004-02-19 Thread Peter Guyatt
Hi There, It looks like an exeception to do with either a recursive method call or a problem with inheritenance. HTH Pete -Original Message- From: Unnikrishnan C [mailto:[EMAIL PROTECTED] Sent: 19 February 2004 08:22 To: [EMAIL PROTECTED] Subject: printStackTrace throwing

JDK Versions

2004-02-19 Thread Stephan Melchior
Wich Version JDK must be installed to run Tomcat 5.0.18. Does Tomcat 5.0.18 run with JDK 1.3? Greetings Stephan Melchior Es wird immer weitergehen, Musik als Träger von Ideen! - To unsubscribe, e-mail: [EMAIL PROTECTED] For

security-constraint not work in Tomcat 5.0.18 ?

2004-02-19 Thread Mariano
Hi all, i am working with tomcat 5.0.18, j2sdk 1.4.2_03 and Win 2000 Professional. I like to force tomcat work with some pages with htpps, for those tomcat is configurated conf/web.xml with: Connector port=8443 maxThreads=150 minSpareThreads=25 maxSpareThreads=75 enableLookups=false

RE: security-constraint not work in Tomcat 5.0.18 ?

2004-02-19 Thread Juan de Bravo
The tag security-constraint is related with Realm authenticator, not with SSL security. Juan. -Mensaje original- De: Mariano [mailto:[EMAIL PROTECTED] Enviado el: jueves, 19 de febrero de 2004 10:11 Para: [EMAIL PROTECTED] Asunto: security-constraint not work in Tomcat 5.0.18 ? Hi all,

RE: security-constraint not work in Tomcat 5.0.18 ?

2004-02-19 Thread Mariano
ok, then, How can i force tomcat using hppts with some jsp pages? Thanks Mariano López -Mensaje original- De: Juan de Bravo [mailto:[EMAIL PROTECTED] Enviado el: jueves, 19 de febrero de 2004 10:17 Para: 'Tomcat Users List' Asunto: RE: security-constraint not work in Tomcat 5.0.18 ?

RE: Stopping repeating requests

2004-02-19 Thread Peter Guyatt
Hi All, Thanks for the replys. The form is processed by my servlet and the user is directed to another page (in this case a summary list of all of the data that they have entered). The problem occurrs when they hit refresh on this summary page and the last action was to add a new entry

Re: JDK Versions

2004-02-19 Thread Harry Mantheakis
It might run on 1.3, but why not go for 1.4.2? Wich Version JDK must be installed to run Tomcat 5.0.18. Does Tomcat 5.0.18 run with JDK 1.3? Greetings Stephan Melchior Es wird immer weitergehen, Musik als Träger von Ideen!

RE: security-constraint not work in Tomcat 5.0.18 ?

2004-02-19 Thread Juan de Bravo
Try this in your WEB-INF\web.xml application file security-constraint web-resource-collection web-resource-nameHTMLManger and Manager command/web-resource-name url-pattern/*.jsp/url-pattern http-methodGET/http-method http-methodPOST/http-method

Re: no ojdbc14 in java.library.path, Help I'm stuck trying to write this servlet!

2004-02-19 Thread Harry Mantheakis
I had this problem, and got it work by having the ojdbc14.jar in the '$CATALINA_HOME/common/lib' directory ONLY. If I kept a copy of ojdbc14.jar in my application's 'WEB-INF/lib' directory, the thing just did not work. Strange. I cannot explain it! Harry Mantheakis London, UK Hey All. I've

Tomcat 4.1.29v5.0.18 performance

2004-02-19 Thread Pete Stokes
I've just got my app load balanced between Apache 1.3 2xTomcat 4.1.29, JK, SunJDK1.4.2, all seperate boxes. I have set heap site (JVM settings) same as my Tomcat 5.0.18, and guessed minProcessors=100 and maxProcessors=300 for server.xml's - config different to 5.0.18. It's appears about 3x as

undeploy, redeploy

2004-02-19 Thread Vano Beridze
Hello I've got tomcat 4.1.29 Is it possible to undeploy or redeploy the application isntalled from the war file without using manager application and without restarting tomcat? I know that it is possible to hotdeploy but what about undeploy or redeploy? Thank you Vano

RE: security-constraint not work in Tomcat 5.0.18 ?

2004-02-19 Thread Mariano
It doesn't work, i can acces this pages using http and i like to force access https for this pages. Thanks -Mensaje original- De: Juan de Bravo [mailto:[EMAIL PROTECTED] Enviado el: jueves, 19 de febrero de 2004 10:41 Para: 'Tomcat Users List' Asunto: RE: security-constraint not work in

Re: Tomcat 4.1.29v5.0.18 performance

2004-02-19 Thread Remy Maucherat
Pete Stokes wrote: I've just got my app load balanced between Apache 1.3 2xTomcat 4.1.29, JK, SunJDK1.4.2, all seperate boxes. I have set heap site (JVM settings) same as my Tomcat 5.0.18, and guessed minProcessors=100 and maxProcessors=300 for server.xml's - config different to 5.0.18. It's

A problem and some questions

2004-02-19 Thread Dale, Matt
Hi, The problem is we need to deploy an application to 3-400 users. Currently the application is being used by significantly less users on a reasonably beefy machine but that machine is really the server for something else so we'd like to get tomcat off of it. Our plan is to use several

Touble with context container

2004-02-19 Thread Didier Croutz
Hello, I've installed Tomcat 5.014 on a Windows 2K workstation into the default directory (C:\Program Files\Tomcat 5.0). I've kept the default settings (e.g. port 8080, admin.xml, server.xml ). I stored my applications on a network drive (H:) into a directory named Tomcat. I've just

RE: security-constraint not work in Tomcat 5.0.18 ?

2004-02-19 Thread Juan de Bravo
Hi Mariano, I 've proved this configuration in Tomcat 4.1.29 an it works. When I try to get my URI http://localhost:8080/chart/index.jsp I get redirect to https://localhost:8443/chart/index.jsp. I can see that in my browser. Have you configured your HTTP1.1 connector to redirect to HTTPS

RE: security-constraint not work in Tomcat 5.0.18 ?

2004-02-19 Thread Mariano
Yes, my configuration is: Connector port=8080 maxThreads=150 minSpareThreads=25 maxSpareThreads=75 enableLookups=false redirectPort=8443 acceptCount=100 debug=0 connectionTimeout=2 URIEncoding=UTF-8

NT service shutdown (w2k 5.0.18)

2004-02-19 Thread Christopher Watson
Can anyone help? I'm running 5.0.18 under w2k If I go to the services gui and stop the 'apache tomcat' service it does so but takes always approx 1 minute to do so. From the command line if I do net stop tomcat5 it says The Apache Tomcat service is stopping. The Apache Tomcat service

Re: Tomcat 4.1.29v5.0.18 performance

2004-02-19 Thread Pete Stokes
Remy, With just 1 user, it appears 3x as slow. I understand the max throughput will be better, but did not expect this performance degredation with just 1 user, I'd assumed slight degredation overall and a lower max users. Don't suppose you could answer my questions 2 3 ? Thanks, Pete.

Re: Stopping repeating requests

2004-02-19 Thread Srinivas Kondapalli
Another solution is to have a hidden field in the form which uniquely identifies the form submission request. When the form is submitted to the server, the server side code can process the request and maintain a list of processed form request identifiers for this client session. When the form

Filter mapping problem under Solaris 9

2004-02-19 Thread Boland, Dave
Hello All, Apologies if this has been brought up already, but I have a slightly odd problem with filter-mapping in Tomcat 4.1.x ( I've tried under 4.1.24 and 4.1.29 ), which works fine under Windows 2K. I am using j2se 1.4.1_03 and have tried j2se1.4.2_03 ( with 64 bit extension ) with j2ee 1.3.1

RE: Tomcat silent freeze

2004-02-19 Thread Nicolas Orbes
Thank you Euan, we tried this solution one month ago without any results... maybe we misunderstood the indications... let us try again this idea and we will post back the results... We found some code to verify what kind of threading our code is going to use in the following page:

RE: Filter mapping problem under Solaris 9

2004-02-19 Thread Shapira, Yoav
Howdy, Hmm, strange ;(. Are these parameters/your form using standard encoding or a different charset? Yoav Shapira Millennium ChemInformatics -Original Message- From: Boland, Dave [mailto:[EMAIL PROTECTED] Sent: Thursday, February 19, 2004 7:15 AM To: '[EMAIL PROTECTED]' Subject:

startup dosent work anymore since updated on xp!

2004-02-19 Thread FRANCOIS Dufour
hi to all sombody could help mee whit that? i cant use the startup.bat since updated is there a way to fix that even after reinstalling it? ive maded myself shortcut to start it by there and to shut it down by shutdown.bat dosent work anymore is it a bug? but the shortcut from program files still

lb worker issue

2004-02-19 Thread Pete Stokes
Hi. I've got load balancing working with Tomcat 5 (Apache 1.3x), but when I set the lbfactor to 100 for both Tomcat workers, I get all requests to the first defined worker. If I up the lbfactor of the second box, everything goes to that box. Whilst using the same apache with Tomcat 4, I had

RE: Reading war file name from servlet?

2004-02-19 Thread Shapira, Yoav
Howdy, You can't. Yoav Shapira Millennium ChemInformatics -Original Message- From: Erlandsson Martin [mailto:[EMAIL PROTECTED] Sent: Thursday, February 19, 2004 1:58 AM To: Tomcat Users List Subject: Reading war file name from servlet? Hi list. I have a bunch of similar servlets for

RE: tomcat5.0 or 4.1

2004-02-19 Thread Shapira, Yoav
Howdy, I am new to Tomcat and Java and I am trying to decide whether to use 4.1 or 5.0. I have the enterprise version of Jbuilder which doesn't support 5.0 yet. What advantages would there be for me to go with 5.0 over 4.1? If I do 4.1 how hard would it be to migrate in 6-10 months After

RE: tomcat5.0 or 4.1

2004-02-19 Thread Jason Tesser
Hi Howdy, I am new to Tomcat and Java and I am trying to decide whether to use 4.1 or 5.0. I have the enterprise version of Jbuilder which doesn't support 5.0 yet. What advantages would there be for me to go with 5.0 over 4.1? If I do 4.1 how hard would it be to migrate in 6-10

RE: tomcat5.0 or 4.1

2004-02-19 Thread Shapira, Yoav
Howdy, How many differences exist between JSP2.0 and 1.3 or 1.4 or how About servlet 1.3 to 1.4 spec? Will this cause me troubles Upgrading? The JSP spec went from version 1.2 to 2.0, and has many enhancements. It's has a new expression languages as a mandatory part of the spec, for example.

Mapping URLs to directories outside of a webapp.

2004-02-19 Thread Ben Souther
Is it possible to map a URL to a directory outside of a webapps's context? Our app has one directory that our customers use to store and display their own static webpages. It would be useful to us to be able to keep that directory outside of the webapp's dir structure. Sort of a 'virtual

Re: Mapping URLs to directories outside of a webapp.

2004-02-19 Thread rsequeira
If you are using Apache, you could use the Alias directive. RS Ben Souther

Re: Mapping URLs to directories outside of a webapp.

2004-02-19 Thread Ben Souther
We're using tomcat as a standalone. Thank you though. On Thursday 19 February 2004 10:19 am, [EMAIL PROTECTED] wrote: If you are using Apache, you could use the Alias directive. RS Ben Souther [EMAIL PROTECTED]To: Tomcat Users

Re: Can I chain authenticators?

2004-02-19 Thread Ryan Rhodes
From: Nikola Milutinovic [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Can I chain authenticators? Date: Wed, 18 Feb 2004 12:38:13 +0100 Ryan Rhodes wrote: I have a portal project. I need to allow users to navigate seamlessly

multiple patterns in ExtendedAccessLogValve

2004-02-19 Thread Albrecht Berger
Hello, is it possible to define multiple patterns in ExtendedAccessLogValve or JDBCAccessLogValve, e.g. for for use pattern1 when url is matching url1,... For example : url index.jsp?p1=v1p2=v2 The params p1 and p2 should be logged. url show.jsp?p5=v5p6=v6 The params p5 and p6 should be logged.

RE: multiple patterns in ExtendedAccessLogValve

2004-02-19 Thread Shapira, Yoav
Howdy, is it possible to define multiple patterns in ExtendedAccessLogValve or JDBCAccessLogValve, e.g. for for use pattern1 when url is matching url1,... Not current. Feel free to contribute a patch. It might be easier in your case to enable and customize the RequestDumperValve. Yoav

Re: Servlet won't run init()

2004-02-19 Thread Phil Campaigne
QM wrote: : Hello, : I want a servlet to run its init() method when I start Tomcat. I put : the following entry in web.xml but that doesn't do it: : [snip] Please, humour me: put load-on-startup after init-param. I believe that's the order per the servlet spec. Humour me, part 2: verify the

MIME type

2004-02-19 Thread Jaster, Bob
I would like to configure Tomcat to return a specific MIME type for all files that end with a JNLP extension. Could anyone tell me how to do this? Bob Jaster - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Tomcat 5.x setup question

2004-02-19 Thread Ryan Daly
Hey all, I'm trying to get Tomcat 5.x going on a Red Hat 9 system. I noticed that there's a new way to get things going, and was wondering if you still need the JK/JK2 connector... If so, which connector source should you use? Thanks. --

RE: MIME type

2004-02-19 Thread Juan de Bravo
you can do it in %CATALINA_HOME%\conf\web.xml file. It's a file descriptor for every web applications: mime-mapping extensionJNLP/extension mime-typeXXX/Y/mime-type /mime-mapping -Mensaje original- De: Jaster, Bob [mailto:[EMAIL PROTECTED] Enviado el: jueves,

Apache Tomcat 4.0 vs 4.1

2004-02-19 Thread John Eaton
I have a web application which sends a SOAP message to a web service. I have installed both of these on Tomcat Version 4.0.3 and the web application communicates with the web service fine. When I install both the application and the web service on Tomcat Version 4.1.24 I get the following error

FAQ, but help!

2004-02-19 Thread Tony Nakamura
Hi, (B (BI am using Tomcat 4.0.4 on Win2K environtment. I see in many places on the (Bnet (Bthat catching 500 error is much more compilcated than catching something (Blike (B404. I have the following in the %root%/my_app/conf/web.xml (B

RE: Apache Tomcat 4.0 vs 4.1

2004-02-19 Thread Shapira, Yoav
Howdy, - Root Cause - javax.servlet.ServletException at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageConte xtIm pl.java:536) at org.apache.jsp.CreateIndividual_jsp._jspService(CreateIndividual_jsp.ja va:8 60) Can you see the .java page for your JSP in

Problem with enabling SSL in tomcat

2004-02-19 Thread WLin
Hi all, I configured SSL support on Tomcat 4.1.29 as described on http://jakarta.apache.org/tomcat/tomcat-4.1-doc/ssl-howto.html. If I test the server using https://localhost:8443. it works fine. But if I replace localhost with ip address of the machine, I got a empty page. Please advice.

Re: multiple patterns in ExtendedAccessLogValve

2004-02-19 Thread Tim Funk
No, but IIRC with AccessLogValve and ExtendedAccessLogValve - you can do conditional logging. With conditional logging turned on, a record will be logged if a attribute (as configured by you) exists in the ServletRequest after the request was served. (Or it might be the opposite, the absence

Self Cert Valid for only 3 months?

2004-02-19 Thread Montz, James C. (James Tower)
I have generated a Self Signed Cert using the command; Keytool -genkey -alias tomcat -keyalg RSA -keystore /var/tomcat4/.keystore Under Tomcat4 4.1.18 Successfully generated the cert, but when I view the cert in a browser, it is only valid for 3 months (2/19/2004 - 5/19/2004) Anyone know why

RE: Servlet won't run init()

2004-02-19 Thread Shapira, Yoav
Howdy, public void init(ServletConfig cf) throws ServletException { Either override init() instead of init(ServletConfig), or call super.init(cf) as your first line. As the others suggested, a ServletContextListener is not a bad place to put this time of code either. Yoav Shapira This

RE: FAQ, but help!

2004-02-19 Thread Shapira, Yoav
Howdy, 404. I have the following in the %root%/my_app/conf/web.xml It should be in WEB-INF/web.xml under your webapp. First, I'm wondering if this is a bug on 4.0.4, and second, if there is a way around it without having to upgrade to the newer version. What's a bug? You haven't described

Summary: Tomcat 4.1 and java.security mismatch -- installing cryptix openPGP

2004-02-19 Thread Mitchell, Philip A.
This post just summarizes what I've found regarding this problem. I'd be interested to know if anyone understands what's going on. There are a few other threads in the archives that relate to this problem -- I'm summarizing here. The problem is that Tomcat 4.1 (or maybe java under tomcat?)

RE: Self Cert Valid for only 3 months?

2004-02-19 Thread Ralph Einfeldt
Add option -validity days -Original Message- From: Montz, James C. (James Tower) [mailto:[EMAIL PROTECTED] Sent: Thursday, February 19, 2004 5:58 PM To: [EMAIL PROTECTED] Subject: Self Cert Valid for only 3 months? Anyone know why this is only 3 months, and how can I increase

Apache/Tomcat/Struts Certification Proposal

2004-02-19 Thread Yan Lin
Hi, I am not sure if anyone has thought of this. From my research, I don't think it's possible for anyone to get certified on Apache products at this point. But since there are so many companies looking for people with these kind of skills, it would be nice to have an recognized entity like

Re: Servlet won't run init()

2004-02-19 Thread Phil Campaigne
Shapira, Yoav wrote: Howdy, public void init(ServletConfig cf) throws ServletException { Either override init() instead of init(ServletConfig), or call super.init(cf) as your first line. As the others suggested, a ServletContextListener is not a bad place to put this time of code either. Yoav

Re: FAQ, but help!

2004-02-19 Thread Tony Nakamura
Hi, (B (BThere are two web.xml, I guess? There is one in %root%\conf\web.xml (sorry, (Bit wasn't (Bin the my_app directory), which I can use custom pages for 404 errors after (Badding entries, (Band there is another one in WEB-INF directory as well. I've added the (Bentry to the web.xml

RE: Servlet won't run init()

2004-02-19 Thread Shapira, Yoav
Howdy, I tried overriding init() and super.init(SerlvetConfig cf) as 1st line of init(ServletConfig cf) but neither worked. Strange. Any errors in your logs? I was thinnking that I should use the init() method appraoch becasue it is a connectionpool and I want to initially build the pool

tomcat just won't start, but was fine yesterday

2004-02-19 Thread Jeffrey Kunzelman
Today tomcat just doesn't seem to want to start property. I have two servers, a linux and a macos x server where tomcat won't start. Both machines shut down last night due to a power failure. When restarting I got XML parser errors for some of the webapps that I had written. Thinking I was the

RE: FAQ, but help!

2004-02-19 Thread Shapira, Yoav
Howdy, There are two web.xml, I guess? There is one in %root%\conf\web.xml (sorry, it wasn't in the my_app directory), which I can use custom pages for 404 errors after adding entries, and there is another one in WEB-INF directory as well. Yes. The first is for all tomcat webapps, and you

RE: [OFF-TOPIC] Workflow Engines

2004-02-19 Thread Ryan Lissack
Hi Hernani, Personaly I work with OpenSymphony and I find it good. If i may add some more: Thank you very much for your response, much appreciated. Regards, Ryan. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: FAQ, but help!

2004-02-19 Thread Tony Nakamura
Hi, (B (BWow, Shapira, you're really good at responding FAST ;) (BI may not be inserting the tags in WEB-INF\web.xml correctly. (BI'm on Tomcat 4.0.4. (B (BThanks, (B (B (BTony (B (B (B- Original Message - (BFrom: "Shapira, Yoav" [EMAIL PROTECTED] (BTo: "Tomcat Users List"

Re: Tomcat 4.1.29v5.0.18 performance

2004-02-19 Thread Remy Maucherat
Pete Stokes wrote: Remy, With just 1 user, it appears 3x as slow. I understand the max throughput will be better, but did not expect this performance degredation with just 1 user, I'd assumed slight degredation overall and a lower max users. Ok, but did you test TC 5 with the same configuration

Using JAASRealm to authentificate with a NIS

2004-02-19 Thread Joan Jesús Pujol Espinar
Hello, I need to use BASIC authentification but with a NIS. I try to do it with the JAASRealm. It's the correct solution? What I do is: -1- Add the Realm in the server.xml Realm className=org.apache.catalina.realm.JAASRealm userClassNames=com.sun.security.auth.UnixPrincipal

RE: Servlet won't run init()

2004-02-19 Thread Larry Isaacs
-Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Thursday, February 19, 2004 12:47 PM To: Tomcat Users List Subject: RE: Servlet won't run init() Howdy, I tried overriding init() and super.init(SerlvetConfig cf) as 1st line of init(ServletConfig

Re: Servlet won't run init()

2004-02-19 Thread Parsons Technical Services
IF, and a big one at that, the only reason, in this case, that this is needed is the connection pool how about the JNDI for the connection pool? http://jakarta.apache.org/tomcat/tomcat-4.0-doc/jndi-resources-howto.html http://jakarta.apache.org/tomcat/tomcat-5.0-doc/jndi-resources-howto.html

Re: URL Internal Redirect works with Tomcat/Apache 1.3 but not with Apache 2.0

2004-02-19 Thread raiden
Ok, actually that second rule doesn't really work properly either (because if someone posts their contact information, that redirect doesn't allow the post to go through properly). Anyone have any ideas on how to do this the right way? Thanks! -Raiden On Wed, 18 Feb 2004 [EMAIL PROTECTED]

Re: Servlet won't run init()

2004-02-19 Thread Phil Campaigne
Parsons Technical Services wrote: IF, and a big one at that, the only reason, in this case, that this is needed is the connection pool how about the JNDI for the connection pool? http://jakarta.apache.org/tomcat/tomcat-4.0-doc/jndi-resources-howto.html

Re: Servlet won't run init()

2004-02-19 Thread Phil Campaigne
Shapira, Yoav wrote: Howdy, I tried overriding init() and super.init(SerlvetConfig cf) as 1st line of init(ServletConfig cf) but neither worked. Strange. Any errors in your logs? I was thinnking that I should use the init() method appraoch becasue it is a connectionpool and I want to

RE: Servlet won't run init()

2004-02-19 Thread Shapira, Yoav
Howdy, Now my IDEA IDE tech is telling me he thinks the problem is that the init() method is running before the IDEA debugger getes a chance to connect to tomcat. I don't see my println(..) messages in catalina.out. 1. Is there another log? 2. Would I likely run into similar problems using the

Re: URL Internal Redirect works with Tomcat/Apache 1.3 but not with Apache 2.0

2004-02-19 Thread raiden
Actually, it looks like I just figured it out. I need to use [PT] instead of just [P]. Not sure why it worked with just [P] in Apache 1.3. Thanks, -Raiden On Thu, 19 Feb 2004 [EMAIL PROTECTED] wrote: Ok, actually that second rule doesn't really work properly either (because if someone

Taglib parser problems

2004-02-19 Thread Edson Alves Pereira
Hello dudes, i trying to set a taglib property with ( ' ) inside its text, like: my-tag sql=select * from preoducts where product_name ='CHAIR'/ But when i check the property´s value is something like: select * from preoducts where product_name = For me, seems

Re: JkMount and /*/servlet/

2004-02-19 Thread seph
Antonio Fiol Bonnín [EMAIL PROTECTED] writes: would ... JkMount /* local ... do the job? no, because I don't want everything to go to tomcat. just the servlets and jsp files. seph - To unsubscribe, e-mail: [EMAIL

RE: Taglib parser problems

2004-02-19 Thread Paul Zepernick
If this is your taglib then I would suggest not making the sql statement an attribute, but instead including it in teh body of the tag. my-tag SELECT * FROM MYTABLE WHERE MYCOLUMN='TEST' /my-tag -Original Message- From: Edson Alves Pereira [mailto:[EMAIL PROTECTED] Sent:

Re: JkMount and /*/servlet/

2004-02-19 Thread seph
Ive seen cases where one JkMount setting conflicts with another JkMount setting. Try moving the first JkMount setting to the bottom or remove it totally even. See if that works. I tried commenting everything out, and only enable 1 thing at a time. I still couldn't get a JkMount directive

Re: Servlet won't run init()

2004-02-19 Thread Phil Campaigne
Shapira, Yoav wrote: Howdy, Now my IDEA IDE tech is telling me he thinks the problem is that the init() method is running before the IDEA debugger getes a chance to connect to tomcat. I don't see my println(..) messages in catalina.out. 1. Is there another log? 2. Would I likely run into similar

RE: Taglib parser problems

2004-02-19 Thread Edson Alves Pereira
Then, isn´t there other way to do it as a tag´s attribute? -- De: Paul Zepernick[SMTP:[EMAIL PROTECTED] Responder:Tomcat Users List Enviada: quinta-feira, 19 de fevereiro de 2004 16:32 Para: Tomcat Users List Assunto: RE: Taglib parser problems

Re: Réf. : Re: Réf. : Re: Very Very Slow performance of Tomcat

2004-02-19 Thread Antonio Fiol Bonnín
[EMAIL PROTECTED] wrote: Thank you for you answers Antonio, Yes we have a firewall between tomcat and apache. Does it means that there is something else to do? If your firewall is well-behaved, no. There is nothing else to do. However, this is not usually the case. :-( If your firewall

Re: FAQ, but help!

2004-02-19 Thread Tony Nakamura
(B (B- Original Message - (BFrom: "Shapira, Yoav" [EMAIL PROTECTED] (BTo: "Tomcat Users List" [EMAIL PROTECTED] (BSent: Thursday, February 19, 2004 11:49 AM (BSubject: RE: FAQ, but help! (B (B (B (BHowdy, (B (BThere are two web.xml, I guess? There is one in

Re: Servlet won't run init()

2004-02-19 Thread Tony Nakamura
I apologize for my last empty message...wrong window. (BI didn't have the tags at the correct place in the WEB-INF\web.xml file. (BI placed them in the correct places, but I'm just back to square-one. (BI have the following entries, but I am still getting the 500 error page with

Re: Servlet won't run init()

2004-02-19 Thread Parsons Technical Services
Phil, Okay, I'll go for 4 cents and throw out another one. I do not use a pool for my IDE. Unless you are load testing the code in the IDE then what advantage is there to using a pool? My current setup uses a direct connection in the IDE via DriverManager and uses the pool when deployed to TC.

Re: Servlet won't run init()

2004-02-19 Thread Phil Campaigne
Parsons Technical Services wrote: Phil, Okay, I'll go for 4 cents and throw out another one. I do not use a pool for my IDE. Unless you are load testing the code in the IDE then what advantage is there to using a pool? My current setup uses a direct connection in the IDE via DriverManager and

Re: Apache/Tomcat/Struts Certification Proposal

2004-02-19 Thread Adam Hardy
On 02/19/2004 06:20 PM Yan Lin wrote: Hi, I am not sure if anyone has thought of this. From my research, I don't think it's possible for anyone to get certified on Apache products at this point. But since there are so many companies looking for people with these kind of skills, it would be

Re: FAQ, but help!

2004-02-19 Thread Tony Nakamura
Hi, (B (BI didn't have the tags at the correct place in the WEB-INF\web.xml file. (BI placed them in the correct places, but I'm just back to square-one. (BI have the following entries, but I am still getting the 500 error page with (Bjava.io.FileNotFoundException generated by Tomcat. (B

Disable Directory Listing for Specific Apps.

2004-02-19 Thread Ben Souther
Is it possible to disable directory listings for a specific web app as opposed to editing the global web.xml file in TOMCAT_HOME/conf/web.xml? We would like to ship our app as a war file and don't want require that our customers make global changes to Tomcat for it to behave properly.

Using IIS with Tomcat 4.1.29 (tomcat using port 1977)

2004-02-19 Thread Sara Murillo
Hi, I'm trying to get Tomcat and IIS working together. I have Tomcat using port 1977 because port 8080 is already in use by Oracle. I've attempted to get everything working (by following steps I've found online). So far, no luck. http://localhost:1977.takes me to Tomcat's index

Re: Disable Directory Listing for Specific Apps.

2004-02-19 Thread Parsons Technical Services
If I understand the notes correctly, if you simply include a welcome file then TC will not serve up the directory listing. This is also how my setup acts. It will not show the directory for my app which has an index file. And the global web.xml is untouched. See the notes in the global web.xml

Parsing error with jsp:include when migrating from 4.1.X to 5.0.18 on jsp files that have worked for years

2004-02-19 Thread Steve Burns
In our deployment we have hundreds of jsp files with static include statements, like !-- style 1 -- jsp:include page=SomeOtherJspFile.jsp flush=true /jsp:include Instead of shortening this to: !-- style 2 -- jsp:include page=SomeOtherJspFile.jsp flush=true/ we decided in our jsp coding

read it immediately

2004-02-19 Thread cmanolache
i wait for a reply! attachment: party.zip - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

import a server certificate tomcat5.0.18

2004-02-19 Thread Stewart Walker
Hope everybody is having a good day. Could really use your help getting past the below error while trying to setup/import a server certificate. The required jsse jar files are in $JAVA_HOME/jre/lib/ext The IBMJava was installed during the Linux install. As far as I can tell it isn't running

RE: IIS 6.0 SSL port 443 and Tomcat 5.0 problem.

2004-02-19 Thread charles doweary
Problem resolved. The path for every link on the secure web page had to be adjusted slightly. For example: My home page is located in the webapps folder called Generic and it is called index.jsp. The path to the login page was: /Generic/jsp/login.jsp. This path had to be changed to:

setup/import a server certificate tomcat5.0.18 j2sdk1.4.2_03

2004-02-19 Thread Stewart Walker
Hope everybody is having a good day. Could really use your help getting past the below error while trying to setup/import a server certificate. The required jsse jar files are in $JAVA_HOME/jre/lib/ext The IBMJava was installed during the Linux install. As far as I can tell it isn't running

RE: Tomcat 5.x setup question

2004-02-19 Thread Filip Hanik \(lists\)
the JK/JK2 are only if you are running tomcat with apache. furthermore, you might have to set export LD_ASSUME_KERNEL=2.4 if you are having problems with sockets Filip -Original Message- From: Ryan Daly [mailto:[EMAIL PROTECTED] Sent: Thursday, February 19, 2004 8:35 AM To: Tomcat

Run my code at tomcat start up

2004-02-19 Thread pabhatia
Hi, Can i run a code that listens to a socket and reply to those echo requests. My Problem is that i want to start this when the tomcat starts. regards Pankaj - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional