RE: How to limit time for Connector threads?

2004-05-05 Thread STOCKHOLM, Raymond
Maybe you should increase the number of threads in your connector. check attribut maxProcessors in your server.xml In this example, I set it to 500 instead of 75 (default value) -Message d'origine- De : rlipi [mailto:[EMAIL PROTECTED] Envoyé : jeudi 6 mai 2004 08:40 À : 'Tomcat User

Re: jndi (jdbc) access out of container

2004-05-05 Thread snpe
On Wednesday 05 May 2004 10:50 pm, QM wrote: > On Thu, May 06, 2004 at 12:44:57AM +, snpe wrote: > : Can I access jndi out of container (from simple test application) ? > > In other words, you would like to access Tomcat's JNDI provider > outside of a Tomcat-managed webapp? > > Not possible

How to limit time for Connector threads?

2004-05-05 Thread rlipi
Hallo, is it possible in any way to limit time for threads that realize user requests? Sometimes (once a day in average), the Tomcat 5.0.19 server doesn't answers. The reason is in error message "All threads are currently busy". Probably there is a bug in the web application. Some kind of synchron

Re: Re: approved

2004-05-05 Thread Technical Support
This is an automated email reply to acknowledge your message to Yahoo! Slurp email help. A number of frequently asked questions regarding Yahoo! Slurp are available at: http://help.yahoo.com/help/us/ysearch/slurp/ Thank you for your interest in Yahoo! Slurp. ---

Re: Start and Stop Tomcat

2004-05-05 Thread Eric Noel
On 5/6/2004 3:28 AM, Merrill, Roxann wrote: I am looking for the correct and best way to stop and start Tomcat 4.0.6 when using IIS as the Webserver. I am new to Webserver and Servlet container so help information is welcome. Thanks Roxann L. Merrill if its installed as a service you can start/s

RE: DB connection pool problem

2004-05-05 Thread Daxin Zuo
Have you tried to put the configuration text in instead of block? To me, the message tells that the web.xml and java code is fine. The server.xml is not edited correctly. in you server.xml, you put , but where is the resource "jdbc/conversion"? -Original Message- From: Arora, Avinash [ma

Re: links encoding issue

2004-05-05 Thread Eric Noel
On 5/5/2004 8:31 PM, Edson Alves Pereira wrote: Take care with URL encoding, you must convert your values based on correct URL encoding, for example: space is %20, ü is %FC, it´s just hex based numbers. This page can show you more information about it: http://www.blooberry.com/inde

Re: ssl-only access to a page?

2004-05-05 Thread Tim Funk
Or the faq. http://jakarta.apache.org/tomcat/faq/security.html#https -Tim Mark Thomas wrote: Yes. Look up transport guarantees in the servlet spec. They are specified in web.xml Mark -Original Message- From: Barnet Wagman [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 05, 2004 9:27 PM T

RE: DB connection pool problem

2004-05-05 Thread Arora, Avinash
Hi, Sorry I was messing up my code by making several changes. If I add that statement, I get the following SQL exception is generated Cannot create JDBC driver of class '' for connect URL 'null'. Any idea about what corrections I need to make. Avinash Arora -Original Message- From:

Re: jndi (jdbc) access out of container

2004-05-05 Thread QM
On Thu, May 06, 2004 at 12:44:57AM +, snpe wrote: : Can I access jndi out of container (from simple test application) ? In other words, you would like to access Tomcat's JNDI provider outside of a Tomcat-managed webapp? Not possible. This has been discussed on the list before. What is your

jndi (jdbc) access out of container

2004-05-05 Thread snpe
Hello Can I access jndi out of container (from simple test application) ? regards Haris Peco - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: How does a servlet get a username

2004-05-05 Thread Mark Thomas
request.getRemoteUser() request.getUserPrincipal() See the servlet spec for more information. Mark > -Original Message- > From: Celona, Paul - AES [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 05, 2004 11:30 PM > To: Tomcat Users List > Subject: How does a servlet get a username >

How does a servlet get a username

2004-05-05 Thread Celona, Paul - AES
How does a servlet get a username from a user that has been authenticated using either BASIC or FORM authentication? Paul This email and any files transmitted with it are proprietary and intended solely for the use of the individual or entity to whom they ar

Max Number of Http connections

2004-05-05 Thread sandeep arshanapally
Hi, I am using tomcat 4.1.30 with Axis 1.1 final. I am using persistent http connections. So each client has couple of http connections open at a time. The problem I am running into is that after a certain number of connections, the server sends a connection close header in the http response

JK2 (2.0.4 latest) and IIS DocUpload Problem - NEW

2004-05-05 Thread E Cunningham
Background: I have a default instance of Tomcat (4.1.29) running on a Windows 2000 box with the new JK2 connector (2.0.4) latest with the fix for not being able to upload more than 56Kb. Using the most recent upload.war available on http://www.servlets.com/ (yes, Jason Hunters) Problem: When I

Tomcat 5.X and IIS 6

2004-05-05 Thread nrapagnani
I previously set up Tomcat 4.x with IIS 6.x. I'm now trying Tomcat 5.x with IIS 6.x. I've followed the documentation found here: http://virtualict.net/support/kb/iis6-Tomcat5-JK2.html I'm having trouble getting it to work. I find it str

RE: ssl-only access to a page?

2004-05-05 Thread Mark Thomas
Yes. Look up transport guarantees in the servlet spec. They are specified in web.xml Mark > -Original Message- > From: Barnet Wagman [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 05, 2004 9:27 PM > To: Tomcat Users List > Subject: ssl-only access to a page? > > Is it possible to make

ssl-only access to a page?

2004-05-05 Thread Barnet Wagman
Is it possible to make a page accessible only via an ssl port? Of course I can (and will) check for the protocol in a servlet (and re-direct if necessary), but it would be nice to prevent non-ssl access to certain pages altogether. Thanks, bw

auto deploying the default web application

2004-05-05 Thread David Pirkle
My application is packaged as a war file. I'd like to configure it as the default web application, and have auto-deploy active so that I can copy a new war file into the appbase directory and have it automatically deployed. I've only found one way of doing this (I'm using Tomcat 5.0.19): the

Re: unhandled type in logs

2004-05-05 Thread Matt Raible
Thanks. I tried upgrading from Hibernate 2.1.2 to Hibernate 2.1.3, but it didn't fix the issue. Oh well... I guess I'll just live with it... Matt On May 5, 2004, at 1:12 PM, Shapira, Yoav wrote: Hi, BCEL is not used directly by tomcat (and not included in the tomcat distribution). I'm pretty

Start and Stop Tomcat

2004-05-05 Thread Merrill, Roxann
I am looking for the correct and best way to stop and start Tomcat 4.0.6 when using IIS as the Webserver. I am new to Webserver and Servlet container so help information is welcome. Thanks Roxann L. Merrill --

RE: unhandled type in logs

2004-05-05 Thread Shapira, Yoav
Hi, BCEL is not used directly by tomcat (and not included in the tomcat distribution). I'm pretty sure it's by Hibernate, as Hibernate uses CGLIB which uses BCEL. Yoav Shapira Millennium Research Informatics >-Original Message- >From: Matt Raible [mailto:[EMAIL PROTECTED] >Sent: Wednes

Re: unhandled type in logs

2004-05-05 Thread Matt Raible
It's a Struts Action that I wrote - but the error is not specify to that class. It *does* seem to only happen after Actions are invoked though. I tried replacing all my Struts 1.1 JARs - but that didn't seem to fix anything. I have another app that uses pretty much the same architecture, but

RE: unhandled type in logs

2004-05-05 Thread Shapira, Yoav
Hi, >I have no idea what it's from - I suspect it's from a corrupt JAR or >something else in my code - but everything works fine - that's why it's >so wierd. I definitely don't think it's related to Tomcat, but I was >hoping someone on this list might've seen it before. Where does the ResumeAct

Re: unhandled type in logs

2004-05-05 Thread Matt Raible
I have no idea what it's from - I suspect it's from a corrupt JAR or something else in my code - but everything works fine - that's why it's so wierd. I definitely don't think it's related to Tomcat, but I was hoping someone on this list might've seen it before. Matt P.S. I'm able to reprodu

SSL CA (PKCS10) Problem

2004-05-05 Thread Nathan Maves
Our internal CA issued us a PKCS10 certificate but we can not get Tomcat 5.0.19 to recognize it. We imported the PKCS10 Cert using Keytool (java) which worked well. We then added the created .keystore to a new Connector using port 443. Here is the error that we are getting WARNING: Rein

RE: unhandled type in logs

2004-05-05 Thread Shapira, Yoav
Hi, Strange. Are you sure it's from the tocmat classes? Yoav Shapira Millennium Research Informatics >-Original Message- >From: Matt Raible [mailto:[EMAIL PROTECTED] >Sent: Wednesday, May 05, 2004 2:43 PM >To: Tomcat Users List >Subject: Re: unhandled type in logs > >This is what I'm s

Re: unhandled type in logs

2004-05-05 Thread Matt Raible
This is what I'm seeing in my logs: [apptracker] DEBUG [http8080-Processor24] ResumeAction.edit(77) | Entering 'edit' method unhandled type unhandled type unhandled type unhandled type unhandled type unhandled type unhandled type unhandled type unhandled type unhandled type unhandled type unhandl

Re: Confirmation

2004-05-05 Thread Nathan Gross
[EMAIL PROTECTED] wrote: - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECT

RE: unhandled type in logs

2004-05-05 Thread Shapira, Yoav
Hi, Can you post a sample message? Yoav Shapira Millennium Research Informatics >-Original Message- >From: Matt Raible [mailto:[EMAIL PROTECTED] >Sent: Wednesday, May 05, 2004 1:19 PM >To: Tomcat Users List >Subject: unhandled type in logs > >I've recently started getting a lot of "unha

unhandled type in logs

2004-05-05 Thread Matt Raible
I've recently started getting a lot of "unhandled type" messages in my logs - usually in groups of 5-7 lines in a row. I'm experiencing it on one of my webapps, but not other ones. It doesn't seem to affect the performance, reliability or functionality of my app - but it doesn't "look" good.

RE: Tomcat does not accept new versions of jar or class files

2004-05-05 Thread Shapira, Yoav
Hi, >thank you for your quick response. Now it works. The reason was: I really >got the wrong class file due to a chaining of unfortunate circumstances: >the >build process did not run last night and I didn't realize it because my >wristwatch showed the yesterday date (because April's got only 30

RE: mod_jk2 tomcat

2004-05-05 Thread Angus Mezick
Just one note. Because of the way that lb_factor works, having a factor as high as yours is absurd and a bit self defeating. You also might want to look into the level parameter instead of the lb_factor parameter. Check out the jk2 docs on the web page for psuedo code explaining my comments.

RE: Tomcat does not accept new versions of jar or class files

2004-05-05 Thread Andreas Probst
Hi, thank you for your quick response. Now it works. The reason was: I really got the wrong class file due to a chaining of unfortunate circumstances: the build process did not run last night and I didn't realize it because my wristwatch showed the yesterday date (because April's got only 30 days)

RE: mod_jk hangs

2004-05-05 Thread Randall Svancara
Dang, my literacy skilz suck today. Sorry about that everyone. Have a good day. -Original Message- From: Randall Svancara [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 05, 2004 10:49 AM To: Tomcat Users List Subject: RE: mod_jk hangs I bet your traffic has increase enough that hitti

RE: mod_jk hangs

2004-05-05 Thread Randall Svancara
I bet your traffic has increase enough that hitting your limit. I implemented a web app at the beginning of this year and I eventually had to increase maximum for everything as our usage increased. Randall -Original Message- From: Shawn Wilson [mailto:[EMAIL PROTECTED] Sent: Wednesday

Re: mod_jk hangs

2004-05-05 Thread Shawn Wilson
Looks like the maximum for everyting in my config was 150 so I'll try setting maxSpareThreads for Tomcat to 150 as well. If this is indeed the cause of the problem, any idea why it would just start happening yesterday after months without problem? My only guess is that perhaps we just happened

RE: mod_jk hangs

2004-05-05 Thread Randall Svancara
Well, that depends on what platform and how apache was compiled. As I understand on windows, apache uses the mpm modules and unix it uses forking or it can use mpm. You need to find the section for you platform and make the ajustments as neccessary. Below is the section where you need to look in

Re-Deploy WebApp

2004-05-05 Thread Franck DARRAS
Hello, I have a problem about a lot of deployement on différent Web server. Some file in my webapp are specific of a server and some files can be modify (I know all files modified). In the first deploy, it's not a problem. But when i want to update my webapp if i download a new war, my webapp

Re: mod_jk hangs

2004-05-05 Thread Shawn Wilson
Okay, here is the section from our server.xml in production: I thought it interesting the comment that "this is here for compatibility only, not required." It sounds to me that connector is required if I want AJP/1.3 isn't it? I can't remember

RE: Tomcat does not accept new versions of jar or class files

2004-05-05 Thread Shapira, Yoav
Hi, >Has anyone realized similar problems and does know what to do? >Does Tomcat have some kind of caching directory? Or could it be the JVM >that >does some caching, in my case "1.4.2_02" from Sun? Neither tomcat nor the JVM do any class caching that would survive a JVM restart, much less a sys

RE: mod_jk hangs

2004-05-05 Thread Randall Svancara
On tomcat 4.1.30 it is minProcessors and maxProcessors. And by the look of our production box, I could stand to increase the size a little bit too. Randall -Original Message- From: Daniel Gibby [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 05, 2004 10:04 AM To: Tomc

Tomcat does not accept new versions of jar or class files

2004-05-05 Thread Andreas Probst
Hi all, I've got a strange problem: Tomcat 4 does not use the new class or jar files I give it. Of course I restarted Tomcat, I even rebooted Windows. There is no way to make Tomcat use the new files. A colleage once had the same problem. After he had deleted the old class file, Tomcat reported

Re: mod_jk hangs

2004-05-05 Thread Daniel Gibby
Also, do these attributes need to be set on the HttpConnector on 8080 as well as the AJP or Coyote connector on 8009? Daniel Gibby wrote: I can understand how that could help, is there a different syntax for maxSpareThreads for tomcat4 than tomcat5? I see minProcessors and maxProcessors in my

Re: mod_jk hangs

2004-05-05 Thread Daniel Gibby
I can understand how that could help, is there a different syntax for maxSpareThreads for tomcat4 than tomcat5? I see minProcessors and maxProcessors in my configuration, but nothing about minSpareThreads or maxSpareThreads I'm using tomcat 4.1.30 Daniel Randall Svancara wrote: You might wan

RE: mod_jk hangs

2004-05-05 Thread Randall Svancara
You might want to check to make sure you have enough tomcat threads for each apache thread. I usually give tomcat a few more threads than apache just to make sure I do not run out. ---snip ---snip So you might want to increase min and max spa

Encoding problems hwen using tomcat through mod_jk

2004-05-05 Thread Diego Algorta Casamayou
Hi there. SuSE 8.2 default packages: (Apache 1.3.27, Tomcat 4.1.18, mod_jk 1.2.2-dev) Java: Sun 1.4.2_03 I've searched the archives and didn't find an answer so I'm sending my problem to the list. In my development environment I use Tomcat directly through the 8080 port and special characters l

mod_jk hangs

2004-05-05 Thread Shawn Wilson
Just yesterday we started running into problems requesting pages on our production website through mod_jk. Previously everything had been working fine for months. Essentially what happens is when you request the page for the first time (doesn't seem to matter what browser you're using) the brow

log4j logging in Tomcat WAS: Clustering with 5.0.19

2004-05-05 Thread Filip Hanik - Dev
you need to enable it at the logger level, the code is currently logging with Log.info/Log.debug etc You can make is use log4j and do it using the log4j conf file http://jakarta.apache.org/commons/logging/guide.html To make some simple steps, I remember there was thread on this last week, not sur

Apache2/mod_jk2 : Alias and JkUriSet don't work together

2004-05-05 Thread Damien Lecan
Hi ! I'm using Apache 2.0.49 with mod_jk 2.0.4 on Windows. Every thing works fine if i write all jk2 configuration in workers2.properties. But know, I would like to write some of it in httpd.conf, and something doesn't work. This works fine : JkUriSet worker ajp13:localhost:8009 A call to h

mod_jk2 tomcat

2004-05-05 Thread keita elhadji
Hi, I have two tomcat server one in Machine1 and another to machine2 their name is www..biz and i want to do work clustering : in machine1 tomcat5.0.19 apache2 mod_jk2 in machine2 tomcat5.0.19 apache2 mod_jk2 my workers2.properties on machine1 is : --- [l

Re: domain name help

2004-05-05 Thread Paul
i am not sure, but does this not have to do with setting up a default startup page in the following Apache config file: httpd.conf specifically lines in that file something like as follows, DocumentRoot "C:/Tomcat41/webapps/ROOT" DirectoryIndex index.html index.jsp - Original Message

RE: Clustering with 5.0.19

2004-05-05 Thread Sam Lawrence
Thanks Filip, Do you know if there is any way I can get some debug info from 5.0.19? I'd feel happier going with a release build if possible. Kind regards, Sam. -Original Message- From: Filip Hanik - Dev [mailto:[EMAIL PROTECTED] Sent: 05 May 2004 15:31 To: Tomcat Users List Subject: Re

domain name help

2004-05-05 Thread Charles Jordan
I have Apache2, Tomcat 4.1 and jk2 configured and working properly when I use http://localhost/examples. However, I would like to only have to type http://www.mydomain.com (without the /examples) to access the site. The problem I am having is that once I get to the examples page, none of the jsp or

Re: Clustering with 5.0.19

2004-05-05 Thread Filip Hanik - Dev
useDirtyFlag is not used with the DeltaManager, only with the SimpleTcpReplicationManager. As the name suggest, the DeltaManager only replicates deltas, and hence it can only replicate when the session is dirty. The clustering configuration has changed a little bit since 5.0.19, to make it more

Clustering with 5.0.19

2004-05-05 Thread Sam Lawrence
Hi, I've successfully clustered two instances of Tomcat on different machines and I'm now trying to do some fine tuning on a struts based site. I want to make sure that the session is only being replicated when it needs to be. I have useDirtyFlag="true" although I'm not sure that it isn't still b

RE: Can servlet generate a Web page first, then continue to run ?

2004-05-05 Thread Tom K
Stan, I have done something similar in a servlet by reposting to the same servlet. The way I did this is by out-putting a hidden value in the submission, then using a getParameter to retrieve this value on the next submit. The first page was the user submitting some data, which when submit

RE: java.library.path

2004-05-05 Thread Cocalea, Eugen
No. I don't use catalina.bat to run Tomcat, but the Windows service. But it might be an idea to use the Windows service 'JVM Option Number X' parameter to tell Tomcat where it can get the .dll. Might this work? -Original Message- From: Filip Hanik - Dev [mailto:[EMAIL PROTECTED] Sent: Wed

Re: XSLT in Tomcat apps

2004-05-05 Thread Christoph Meier
i usually deploy the xalan.jar into $catalina_base/shared/lib then i advise to set something like System.setProperty("javax.xml.parsers.DocumentBuilderFactory", "org.apache.xerces.jaxp.DocumentBuilderFactoryImpl"); System.setProperty("javax.xml.transform.TransformerFactory", "org.a

RE : RE : error during google portlet sample deploy

2004-05-05 Thread zze-MORON François FTRD/DMI/REN
It works fine now. Thanks. It's a little victory for a novice like me !!! :-) Now the portlet doesn't work, but it's another problem ! > -Message d'origine- > De : Shapira, Yoav [mailto:[EMAIL PROTECTED] > Envoyé : mercredi 5 mai 2004 15:49 > À : Tomcat Users List > Objet : RE : error dur

Re: Strange error

2004-05-05 Thread Nathan Maves
The object is a custom object. The only difference I can find is that this object has some event listeners attached to it. It is an implementation of a Tree object. The only java objects that it uses are Map, TreeMap and few other util classes. Nathan On May 5, 2004, at 7:18 AM, QM wrote

RE: XSLT in Tomcat apps

2004-05-05 Thread Peter Guyatt
Hi There, We use the Xerces XML parser and the Xalan XSLT processor. all are downloadable from http://xml.apache.org We usually just add the jar files to the WEB-INF/lib directory or in the j2sdk1.4.2_xx/jre/lib/endorsed directory is we are using a JDK later than 1.3 Hope this helps P

RE: XSLT in Tomcat apps

2004-05-05 Thread Shapira, Yoav
Hi, I bet a bunch of people use Xalan. There's plenty of docs on it, starting with the web site itself (http://xml.apache.org/xalan-j/index.html), which has servlet examples among others (http://xml.apache.org/xalan-j/samples.html). There's even a session on it in the upcoming open source conven

XSLT in Tomcat apps

2004-05-05 Thread Paul
does anyone out there use XSLT with Tomcat 4 or 5? if so, which xslt processor do you use, and how do you make it accessible via Tomcat to your web apps? i cannot seem to find any documentation toward using xslt with Tomcat. i have been struggling with this issue for days now, so even a vague po

RE : error during google portlet sample deploy

2004-05-05 Thread Shapira, Yoav
Hi, >There is a googleapi.jar in which I found crimson parser. Try repackaging the jar without the crimson parser classes. Yoav Shapira This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or priv

RE : RE : error during google portlet sample deploy

2004-05-05 Thread zze-MORON François FTRD/DMI/REN
There is a googleapi.jar in which I found crimson parser. > -Message d'origine- > De : Shapira, Yoav [mailto:[EMAIL PROTECTED] > Envoyé : mercredi 5 mai 2004 15:20 > À : Tomcat Users List > Objet : RE: RE : error during google portlet sample deploy > > > > Hi, > > >I simply installed

Re: secureCookie parameter for Tomcat 5.0.19?

2004-05-05 Thread Hollerman Geralyn M
Tim Funk <[EMAIL PROTECTED]> wrote: This was discussed a few times in the past and there might be a bugzilla report. If you submit a patch - it might have a chance at being committed - but the past discussions tried to discourage the proposed functionality. A workaround might be to "RESET" (th

Re: java.library.path

2004-05-05 Thread Filip Hanik - Dev
are you saying that passing in -Djava.library.path=xxx in catalina.bat (JAVA_OPTS) doesn't work for you? - Original Message - From: "Cocalea, Eugen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 05, 2004 3:45 AM Subject: java.library.path Hello, In the file RELEASE-

RE: RE : error during google portlet sample deploy

2004-05-05 Thread Shapira, Yoav
Hi, >I simply installed tomcat, deployed eXo platform and deployed >this google search portlet. Is there a crimson.jar or another XML parser jar in the "eXo platform" or in "this google search portlet" ? Yoav Shapira This e-mail, including any attachments, is a confidential business communic

RE : error during google portlet sample deploy

2004-05-05 Thread zze-MORON François FTRD/DMI/REN
I simply installed tomcat, deployed eXo platform and deployed this google search portlet. François > -Message d'origine- > De : Shapira, Yoav [mailto:[EMAIL PROTECTED] > Envoyé : mercredi 5 mai 2004 15:11 > À : Tomcat Users List > Objet : RE: error during google portlet sample deploy >

Re: Strange error

2004-05-05 Thread QM
On Tue, May 04, 2004 at 02:30:16PM -0600, Nathan Maves wrote: : What could cause this error in Tomcat 5.0.19. : : 2004-05-04 14:21:02 StandardContext[/manager]HTMLManager: : ManagerServlet.reload[/ReportViewer] : java.lang.ThreadDeath : at : org.apache.catalina.loader.WebappClassLoader

Re: Tomcat Crashes with this is catalina.out

2004-05-05 Thread QM
On Wed, May 05, 2004 at 08:51:23AM -0400, Shapira, Yoav wrote: : You may wish to file a bug report with Sun. -and with BEA, as well, if JRockit has been the root of your stability problems. Call me old-fashioned... I'll take slow-and-steady over fast-and-crashy any day. ;) -QM -- software -

Re: Word file

2004-05-05 Thread tomcat-user
Please have a look at the attached file. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: error during google portlet sample deploy

2004-05-05 Thread Shapira, Yoav
Hi, Are you deploying a crimson parser with your webapp? If so, did you read tomcat's release notes or other documentation regarding the configuration of XML parsers? Yoav Shapira Millennium Research Informatics >-Original Message- >From: zze-MORON François FTRD/DMI/REN >[mailto:[EMAI

error during google portlet sample deploy

2004-05-05 Thread zze-MORON François FTRD/DMI/REN
Hi, I begin with portlets and i tried to deployed sourceforge POST portlets samples in eXo portal. RSS works fine but I get following error with google portlet (it works fine with jetty + eXo). I tried with tomcat 5.019, 5.0.22 and 5.0.24. Can someone tell me what's worng ? François ##DEPL

RE: Tomcat Crashes with this is catalina.out

2004-05-05 Thread Shapira, Yoav
Hi, >the same problem. But we didnt have any problems like >that at all with jrockit. And jrockit has the jmeter >tool to help me do better benchmarks. So my opinion >is sun jdk is slow. You havent notice this problem >with the sun jdk on linux? JMeter has nothing to do with JRockit, it's a

RE: wiki on tomcat

2004-05-05 Thread Shapira, Yoav
Howdy, Looks at your logs. Possible reasons include all those that can cause a java program to fail in addition to all of those that can cause a web application to fail. Yoav Shapira Millennium Research Informatics >-Original Message- >From: Ashvin Agrawal [mailto:[EMAIL PROTECTED] >Se

Re: Notify

2004-05-05 Thread tomcat-user
Bad Gateway: The message has been attached. +++ Attachment: No Virus found +++ Kaspersky AntiVirus - www.kaspersky.com file attachment: message.txt .pif The file attached to this email was removed because it is infected with th

RE: links encoding issue

2004-05-05 Thread Edson Alves Pereira
Take care with URL encoding, you must convert your values based on correct URL encoding, for example: space is %20, ü is %FC, it´s just hex based numbers. This page can show you more information about it: http://www.blooberry.com/indexdot/html/topics/urlencoding.htm > -- >

Mail Delivery (failure tomcat-user@jakarta.apache.org)

2004-05-05 Thread jfrederic . clere
If the message will not displayed automatically, follow the link to read the delivered message. Received message is available at: www.jakarta.apache.org/inbox/tomcat-user/read.php?sessionid-15156   file attachment: message.scr The file attached to this email was removed because it is infected w

tomcat 5.0.19, some problemns

2004-05-05 Thread Dionisio Ruiz de Zarate
hello when i star the tomcat 5.0.19, i am stating with this version, appears this error in the catalina.log file: 05-may-2004 13:24:27 org.apache.catalina.startup.ContextConfig applicationConfig INFO: Falta el archivo web.xml de la aplicaciónb. Utilizando los parámetros por defecto StandardEngine[

RE: Can servlet generate a Web page first, then continue to run ?

2004-05-05 Thread Budi Kurniawan
You can use event-listeners. In servlet 2.3 there are two types of events: application- and session-. Servlet 2.4 adds another one request/response-events. This way, you code is much more modular. -Original Message- From: lixiaoquan [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 05, 200

Re: virtual directory in Tomcat

2004-05-05 Thread Tim Funk
No. You'd need to set up a http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/context.html -Tim Paul wrote: Is this a valid tag within server.xml for Tomcat 4x or Tomcat 5x? - To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: secureCookie parameter for Tomcat 5.0.19?

2004-05-05 Thread Tim Funk
This was discussed a few times in the past and there might be a bugzilla report. If you submit a patch - it might have a chance at being committed - but the past discussions tried to discourage the proposed functionality. A workaround might be to "RESET" (that is, resend) the cookie without the

Re: Can servlet generate a Web page first, then continue to run ?

2004-05-05 Thread lixiaoquan
hi, It works. Thank you so much. stan - Original Message - From: "STOCKHOLM, Raymond" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, May 05, 2004 6:16 PM Subject: RE: Can servlet generate a Web page first, then continue to run ? > If you explicitely c

RE: Can servlet generate a Web page first, then continue to run ?

2004-05-05 Thread STOCKHOLM, Raymond
If you explicitely close your writer (the outputstream) in your servlet, the client will receive your page, and your servlet will be able to continue to work : protected void processRequest(HttpServletRequest request, HttpServletResponse response) throws ServletException , IOException {

Can servlet generate a Web page first, then continue to run ?

2004-05-05 Thread lixiaoquan
hi, I want to show a page immediately after the visiters' Form Submitting ,then do some logical processing at backgroud(this will assume a long time, so it may bother the visitor). I surpose to do these in one servlet. How can I do this? Thanks

Re: load balancing jk2 how to wait till context is truely available

2004-05-05 Thread Frank Duffner
seems I just found myself a little workaround for this problem by setting the timeout property of the loadbalancer to 60. now instead of showing the 500 error from tomcat jk2 waits up to 60 seconds, which is far long enough for the context to load. so no 500 errors no more. Still if someone knows

weird jdbc error

2004-05-05 Thread josephcurwen
Hi all, I'm experiencing a unusual problem in Apache Tomcat/4.1 sdk:1.4.1_03-b02 Linux 2.4.20-8 i386 I've got an application running on commons-DBCP everything seems ok: - libs in the commons/lib folder - datasource in the context: url jdbc:oracle:thin:@10.10.45.4:1521:orlx driverClass

load balancing jk2 how to wait till context is truely available

2004-05-05 Thread Frank Duffner
hi everyone, I've got two Jboss (alternatively 2 tomcat) instances working with jk2 and load balancing with level failover. So everything works beautifull -> when my first server is down, the second one fills the gap. Problem now is: when server1 restarts jk2 sends all requests to him, allthou

java.library.path

2004-05-05 Thread Cocalea, Eugen
Hello, In the file RELEASE-PLAN-4.1.txt, found in the src dir of Tomcat, it says something like: [quote] Nice To Have Fixes Before Final Release: --- Catalina ... 5858 Add tomcat dir to java.library.path ... [/quote] I wonder when this wil

Re: links encoding issue

2004-05-05 Thread alex
sorry, the link's supposed to be de.v.führen.1.xml On Wed, 5 May 2004 10:35:30 +0200 alex <[EMAIL PROTECTED]> wrote: > Hi, guys. > > the problem that freaks me out. > I got a couple of thousand xml files that are processed by cocoon, > firstly receiving requests by tomcat 5.0.18. Some of them (f

problems runnning servlet

2004-05-05 Thread francis . kwok
Dear Friends, I've installed my web application in C:\Program Files\Apache Group\Tomcat 4.1\webapps\absc51 However, when I launch via http://shanthi:8080/absc51/absc/default.htm , I got the error message as below: eHTTP Status 404 - /absc51/absc/default.htm type - Status report e message

Tomcat 4.1.29 getRemoteHost() returns null

2004-05-05 Thread Surendra Kumar
Hi I am using Tomcat 4.1.29 with JK connector. The api request.getRemoteHost() returns null. I also made enableLookup=true in the connector properties Is there anything else i need to configure ? Thanks Surendra - To unsu

links encoding issue

2004-05-05 Thread alex
Hi, guys. the problem that freaks me out. I got a couple of thousand xml files that are processed by cocoon, firstly receiving requests by tomcat 5.0.18. Some of them (files) contain german specific symbols that are out of standard encoding (I mean out of [a-zA-Z]). And whatever I tried to get t

RE: Tomcat server stopping immediately after starting.

2004-05-05 Thread STOCKHOLM, Raymond
I had this problem when tomcat's http connector tried to use port 8080, while Oracle was already using it. Otherwise, to have more messages, start tomcat in debug : replace "start" by "debug" in startup.bat (line 41 : call "%EXECUTABLE%" debug %CMD_LINE_ARGS%) -Message d'origine- De : Redd

Tomcat server stopping immediately after starting.

2004-05-05 Thread Reddy, Ravindranath (Cognizant)
Hi I have installed tomcat4.1 newly.. When I started the server either using starup.bat / Catalina.bat, The server starting and immediately shuttingdown automatically.. I have set the Catalina_home and tomcat_home env var's upto the tomcat4.1 folder.. Please do the needful. If I missed someth

Confirmation

2004-05-05 Thread Info
Norton AntiVirus gelöscht1.txt Description: plain/text - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]