Re: JkMountFile not working

2006-11-14 Thread Rainer Jung
Hi Gilberto, automatic reloading of JkMountFile after changes happens only every 60 seconds. More precisely, if a request comes in later than 60 seconds after the last check, mod_jk updates it's last check time and looks for the modification time of the file. If this is more trecent, than the modi

Re: sql connection error

2006-11-14 Thread master
> [EMAIL PROTECTED] wrote: >> Hi, i use tomcat 5.5.20, when i start tomcat all is fine all works but >> after some time i am getting this message : >> java.sql.SQLException: No operations allowed after connection closed >> >> and the only way right now i have find is to restart tomcat, what could >

Re: jk connector problems

2006-11-14 Thread Rainer Jung
Hi Martin, these lines only mean, that mod_jk is checking whether it should forward the request or not, but it doesn't find a match (=JkMount), so it decides to let other apache modules handle the request. This part of request processing is normal, even if there is no JkMount. Regards, Rainer

Re: sql connection error

2006-11-14 Thread Santosh Puranshettiwar
[EMAIL PROTECTED] wrote: Hi, i use tomcat 5.5.20, when i start tomcat all is fine all works but after some time i am getting this message : java.sql.SQLException: No operations allowed after connection closed and the only way right now i have find is to restart tomcat, what could be the cause of

sql connection error

2006-11-14 Thread master
Hi, i use tomcat 5.5.20, when i start tomcat all is fine all works but after some time i am getting this message : java.sql.SQLException: No operations allowed after connection closed and the only way right now i have find is to restart tomcat, what could be the cause of this message? i don't unde

Using URL Rewrite Filter in tomcat 5.0.28

2006-11-14 Thread ying lcs
Running URL Rewrite Filter (http://tuckey.org/urlrewrite) in tomcat 5.0.28 I am using URL Rewrite Filter in my web app. It works fine in Tomcat 4.1.34, but when I deploy the same web app in 5.0.28, it does not work. Here is my rule: ^\?lang=([a-z]{2})$ %{context-pat

Tomcat hangs

2006-11-14 Thread Philipp Lehner
Hello, Since a few days Tomcat hangs on our production server every 20 – 24 hours. In the stderr.log I’m getting the following entry: 15.11.2006 00:54:08 org.apache.tomcat.util.threads.ThreadPool logFull SCHWERWIEGEND: All threads (75) are currently busy, waiting. Increase maxThreads (75) or

Re: jk connector problems

2006-11-14 Thread Martin Hochreiter
Rainer Jung schrieb: Hi, Martin Hochreiter schrieb: Hi! I have some problems with Tomcat & JK Connector and Apache Virtual hosts. Apache should only give requests of one virtual host to the jk connector, but it handles all requests over to the jk connector, no matter what host. I di

Re: socket connection within servlet to the same container

2006-11-14 Thread Dmitry Kandalov
Christopher Schultz-2 wrote: > > Try calling "flush" on your output stream, and possibly even closing it > if you have to. > > Any reason not to use java.net.URLConnection for this? > No, reason. It was just very simple and sockets seemed to be appropriate. -- View this message in context:

exception when shutting down tomcat

2006-11-14 Thread supratim1
hi guys, i am new to this forum and i need help. i am working in a project involving migration of documentum(Content server). i have tomcat(version 4.1.27) installed on Solaris platform when i startup tomcat using ./startup.sh it works fine but when

Locale with Services

2006-11-14 Thread Sales ShiftAce
I have been trying to get Locale to work correctly with Tomcat Services. I am in Australia and my Windows XP was originally installed for Region, Australia. To test Resource Bundles, I have changed the Windows Region to English - US. I am using the line: Locale currentLocale = Locale.getDefault(

JkMountFile not working

2006-11-14 Thread Gilberto E. Espinoza
Hi - I am running Geronimo+Tomcat (1.1.1). I have apache2 in front of it and I use the JkMountFile directive to map the webapp context to the apache server space. I am not sure that the file I use for the JkMountFile gets reloaded every time I update it. I do not know where to start troubl

Tomcat 5.5 Virtual Hosting How-To

2006-11-14 Thread Hassan Schroeder
In the interests of contributing to the docs, I've written a short how-to; the draft is at: If you have any interest or experience with this, please give it a look and let me know about anything you'd add/subtract/divide/whatever. :-)

Re: Apache 2.2.3 Tomcat 5.5.20 - mod_jk or proxy?

2006-11-14 Thread Lars Nielsen Lind
I have tried with mod_jk but can't make it work. I get this err msg in mod_jk.log: [Wed Nov 15 00:32:34 2006] [16667:10448] [error] ajp_validate::jk_ajp_common.c (1931): can't resolve tomcat address localhost [Wed Nov 15 00:32:34 2006] [16667:10448] [error] ajp_validate::jk_ajp_common.c (1934)

Re: Apache 2.2.3 Tomcat 5.5.20 - mod_jk or proxy?

2006-11-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Lars, Lars Nielsen Lind wrote: > Which connector is the most relevant to use with Apache 2.2.3 and Tomcat > 5.5.20? Is it mod_jk or is it proxy? It depends on who you are, really. You may use either mod_jk or mod_proxy_ajp to connect Apache httpd 2.2

RE: Need help w/ installing certificate.

2006-11-14 Thread Andrew Friebel
When you create a keystore, you get prompted with information regarding your server. This is your server certificate, and it identifies your server to other users. You would have created a certificate sign request that you sent to your CA to get your certificate signed. You sign your certificate

Apache 2.2.3 Tomcat 5.5.20 - mod_jk or proxy?

2006-11-14 Thread Lars Nielsen Lind
Hi! Which connector is the most relevant to use with Apache 2.2.3 and Tomcat 5.5.20? Is it mod_jk or is it proxy? And how do I use the most relevant with Apache 2.2.3 and Tomcat 5.5.20? (compile and implementation samples wanted if possible). Thanks, Lars Nielsen Lind -

RE: session replication/tomcat 5.5

2006-11-14 Thread Tim Lucia
PERFECT! Thanks to you and Dan Baumann... -Original Message- From: Rainer Jung [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 14, 2006 4:59 PM To: Tomcat Users List Subject: Re: session replication/tomcat 5.5 Have a look at: http://yourserver:yourport/manager/jmxproxy?qry=*:* to fi

Re: session replication/tomcat 5.5

2006-11-14 Thread Dan Baumann
On 14.11.2006, at 22:44, Tim Lucia wrote: Let me now ask my own question about this -- Lambda Probe is a great tool for inspecting your app's current state (and Tomcat's overall state.) Is it possible to get, using /probe or any other app (including tomcat's own manager) the current state of

Re: session replication/tomcat 5.5

2006-11-14 Thread Rainer Jung
Have a look at: http://yourserver:yourport/manager/jmxproxy?qry=*:* to find out about the available monitoring info. Once you find the beans you are interested in, you can make the query *:* more precise. Tim Lucia schrieb: > Let me now ask my own question about this -- Lambda Probe is a great t

RE: session replication/tomcat 5.5

2006-11-14 Thread Tim Lucia
Let me now ask my own question about this -- Lambda Probe is a great tool for inspecting your app's current state (and Tomcat's overall state.) Is it possible to get, using /probe or any other app (including tomcat's own manager) the current state of the connection pools in a machine-readable form

RE: session replication/tomcat 5.5

2006-11-14 Thread Tim Lucia
I forgot to mention that we peak at about 6000 sessions on the average day. The all-time max for 2006 is 6810 sessions. For monitoring, we do several things. 1) We use lambda probe 2) We use MRTG and some scripts to graph things that the manager will readily disclose, like requests, threads, sess

Proxy setting for my webapp

2006-11-14 Thread Ernie Ho
Hi, my web application makes a log-on call to a webserivce intergration site to request data through this web serivce provider. I'm currently behind a proxy server, so I would need to specify some proxy settings, but I'm not sure know. Is it in the web.xml file under \WEB-INF\ ? Thanks,

Help with Creating my own Realm extending RealmBase, ClassNotFoundException issue

2006-11-14 Thread Marcus Williford
I have attempted to create my own Realm, as I need to do authentication via a custom set of rules. I have attempted several things ( hours of attempting this with no luck), and can't seem to get class loaded. Tomcat5.5.20 Elcipse 3.2 1. I've put something like this in my server.xml I've als

Re: session replication/tomcat 5.5

2006-11-14 Thread David O'Dell
Good to hear that someone is using this. I want to try this out in my environment with 8 instances of tomcat each with around 2,500 sessions per instance. Does this sound feasible? Also how do you monitor the cluster status? Tim Lucia wrote: As a case study, I have, in production, 4 Dell 2850

RE: session replication/tomcat 5.5

2006-11-14 Thread Tim Lucia
As a case study, I have, in production, 4 Dell 2850 servers (running Red Hat Enterprise V4.) Apache httpd on one, using JK for load balancing. The other three are running Tomcat in a 3-way multicast cluster, multicasting with replication on a private VLAN (192.168.x) The application accesses sev

Re: session replication/tomcat 5.5

2006-11-14 Thread Mark Hagger
On Tuesday 14 November 2006 16:49, Caldarale, Charles R wrote: > Your premise is well taken, but the math is a bit shaky. 99.99% uptime > per week equates to 1 minute of downtime in that period, not one hour, > which emphasizes you point even more. Ooops, how embarrassing, I calculated everything

Re: jk connector problems

2006-11-14 Thread Rainer Jung
Hi, Martin Hochreiter schrieb: > Hi! > > I have some problems with Tomcat & JK Connector and Apache Virtual hosts. > > Apache should only give requests of one virtual host to the jk > connector, but > it handles all requests over to the jk connector, no matter what host. I didn't try your confi

SEVERE error in log files

2006-11-14 Thread Eric Waite
I am receiving the following error in the log files: Nov 14, 2006 11:32:23 AM org.apache.commons.modeler.Registry registerComponent SEVERE: Error registering Catalina:type=RequestProcessor,worker=jk-8009,name=JkRequest8163016 javax.management.InstanceAlreadyExistsException: Catalina:type=Reque

jk connector problems

2006-11-14 Thread Martin Hochreiter
Hi! I have some problems with Tomcat & JK Connector and Apache Virtual hosts. Apache should only give requests of one virtual host to the jk connector, but it handles all requests over to the jk connector, no matter what host. Actually the log files of jkerror.log are very big - and getting bi

AW: AW: Problem with RemoteAddrValve in Context.xml

2006-11-14 Thread Peter Neu
You won't believe it. I deployed the app as war file and just to make sure I checked out the location \conf\Catalina\localhost to find a context.xml file named user.xml like the name of the webapps with exactly the same content. This is strange! Cheers, Pete > -Ursprüngliche Nachricht- >

RE: AW: Problem with RemoteAddrValve in Context.xml

2006-11-14 Thread Caldarale, Charles R
> From: David Smith [mailto:[EMAIL PROTECTED] > Subject: Re: AW: Problem with RemoteAddrValve in Context.xml > > I suspect the context.xml file in META-INF isn't honored unless you > deploy your webapp as a web archive file (.war). Not true - META-INF/context.xml is used regardless of whether th

Re: AW: Problem with RemoteAddrValve in Context.xml

2006-11-14 Thread David Smith
I suspect the context.xml file in META-INF isn't honored unless you deploy your webapp as a web archive file (.war). Sounds to me like this webapp is an exploded folder under webapps directory. In that case, copy the context.xml file to Catalina/localhost, rename to match your web application's c

RE: Problem with RemoteAddrValve in Context.xml

2006-11-14 Thread Caldarale, Charles R
> From: Peter Neu [mailto:[EMAIL PROTECTED] > Subject: AW: Problem with RemoteAddrValve in Context.xml > > I put my context.xml in a directory named META-INF which > is on the same level as WEB-INF The path attribute is not allowed when the element is in META-INF/context.xml. Don't know whethe

Configuration of Valves with nested elements

2006-11-14 Thread Hacim Bengali
Hi, is it only possible to configure valves using attributes in the server.xml or with nested elements, too, like with MyValve having an attribute of type FooBar. Best regards Achim - To start a new topic, e-mail: us

AW: Problem with RemoteAddrValve in Context.xml

2006-11-14 Thread Peter Neu
Ok, I removed the path attribute. The result is the same. I didn't edit after deployment. Cheers, Pete > -Ursprüngliche Nachricht- > Von: Caldarale, Charles R [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 14. November 2006 15:43 > An: Tomcat Users List > Betreff: RE: Problem with Remo

AW: Problem with RemoteAddrValve in Context.xml

2006-11-14 Thread Peter Neu
OK,to answer both questions: I got tomcat version 5.5.20 running on a windows box. I put my context.xml in a directory named META-INF which is on the same level as WEB-INF Cheers, Pete > -Ursprüngliche Nachricht- > Von: Martin Gainty [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 14.

Re: Problem with RemoteAddrValve in Context.xml

2006-11-14 Thread Martin Gainty
I verified the allow attribute is operational in RemoteAddrValve.. (that is when allow="192\.168\.200\.188" only 192.168.200.188 is authorised to that tomcat instance) could you verify which IP's are being authorised? could you tell us which version of Tomcat you are executing? Thanks, M- This e

Re: How do I update the commons-fileupdate JAR from 1.0 to 1.2?

2006-11-14 Thread Patrick Mc Erlean
Martin, I was keeping an eye on the TCP packets. When I run my app in the emulator, I can see all of the TCP packets arriving on my web server machine. I can also see that they are using Chunked Transfer. That all works fine and they are delivered to my Servlet.. When I run on the real phone

RE: Tomcat Out Of Memory

2006-11-14 Thread Caldarale, Charles R
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Subject: Tomcat Out Of Memory > > We are running Tomcat 4.1.18 on RedHat ES3 using JDK 1.4.2_02. > What is causing the error message below and What can I do to solve it? Start by reading the FAQ: http://tomcat.apache.org/faq/memory.html You

Re: How do I update the commons-fileupdate JAR from 1.0 to 1.2?

2006-11-14 Thread Martin Gainty
I assumed you build as per http://www.wireshark.org/faq.html#q1.7 which protocol are you sniffing? M- This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients named above. If you are not the intended recipient, you

Re: session replication/tomcat 5.5

2006-11-14 Thread Mark Hagger
Hi, Sorry to go slightly off the topic, but I have to express surprise (laugh) at the 99.99% availability bit. Its highly laudable to aim at that, indeed mobile phone operators claim to aim for, or even require, "five 9's", ie 99.999%, which equates to a massive 315 minutes downtime per year (

FW: Reset Connection Pool while Webapp is Running

2006-11-14 Thread Michael Tran
<< Apologies if this is a duplicate post >> Hello there! I'm a relative beginner at web development and I'm wondering if you could help me with a problem. I'm building a webapp using Struts and iBatis. The problem is, I'd like to be able to change the database connection information while the a

AW: Problem with RemoteAddrValve in Context.xml

2006-11-14 Thread Peter Neu
Ok, I changed the allow attribute to a regular exp. Looks like this now: But still the filter lets all users access the application. Cheers, Pete > -Ursprüngliche Nachricht- > Von: Mark Thomas [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 14. November 2006 01:11 > An: Tom

RE: log question and lambda probe

2006-11-14 Thread Ilyschenko, Vlad
As per Tomcat documentation: http://tomcat.apache.org/tomcat-5.0-doc/config/logger.html "directory" should work ok. Check if the user tomcat is running as has permissions to create files in /usr/local/tomcat5/webapps/users3/ROOT/. With regards to tomcat-users.xml this is a trade off tomcat and al

Re: JasperException: The absolute uri: http://java.sun.com/jstl/core cannot be resolved....

2006-11-14 Thread Mano
On 11/14/06, David Delbecq <[EMAIL PROTECTED]> wrote: How did you deploy your web application? Normally, tomcat webapplicaiton are under webapps/ folder Looking at your structure, i think tomcat except to find this structure: /usr/local/apache-tomcat/webapps/mano-projects/WEB-INF /usr/local/apach

RE: How do I update the commons-fileupdate JAR from 1.0 to 1.2?

2006-11-14 Thread Steffen Heil
Hi > I downloaded Wireshark and I think you are absolutely right. > > The packets are not even reaching my machine in this situation. > Something in between is stopping them. So this is not a Tomcat question at all. > Can you offer me any suggestions as to how I can track down > the problem?

monitoring open connections to tomcat

2006-11-14 Thread Rizwan Merchant
Hi, We are running a couple of webapps on the same tomcat instance. We are using apache web server along with the mod_jk connector to forward requests to tomcat. A couple of weeks ago we had a situation where the tomcat process ran out of file connections (we got an error of the sort "too ma

RE: Problem with RemoteAddrValve in Context.xml

2006-11-14 Thread Caldarale, Charles R
> From: Peter Neu [mailto:[EMAIL PROTECTED] > Subject: AW: Problem with RemoteAddrValve in Context.xml > > Yes. And when I deleted it. Then I must restart the app and this > automatically triggers the creation of a new context.xml file > in the dir conf/Catalina/localhost. Hopefully this one i

AW: Problem with RemoteAddrValve in Context.xml

2006-11-14 Thread Peter Neu
Yes. And when I deleted it. Then I must restart the app and this automatically triggers the creation of a new context.xml file in the dir conf/Catalina/localhost. > -Ursprüngliche Nachricht- > Von: Caldarale, Charles R [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 14. November 2006 15:5

RE: Problem with RemoteAddrValve in Context.xml

2006-11-14 Thread Caldarale, Charles R
> From: Peter Neu [mailto:[EMAIL PROTECTED] > Subject: AW: Problem with RemoteAddrValve in Context.xml > > Ok, I removed the path attribute. The result is the same. Is there a .xml file for the app in conf/[engine]/[host] (usually conf/Catalina/localhost)? If so, remove it so the one in META-IN

Error moving JPA app from Tomcat 5.5.12 to Tomcat 5.0.30

2006-11-14 Thread René Schade
I have a wellworking Tomcat JPA application running on Tomcat 5.5.12. As far as I know, it should be possible to deploy it on 5.0.30 as well. But when running a Servlet I get the error: javax.persistence.PersistenceException: java.io.FileNotFoundException: JAR entry META-INF/persistence.x

Re: Problem with RemoteAddrValve in Context.xml

2006-11-14 Thread Hassan Schroeder
On 11/13/06, Peter Neu <[EMAIL PROTECTED]> wrote: I'm trying to define an ip access filter with RemoteAddrValve in the context.xml file I deploy with my war file. If I read the documentation right the only thing to be done is write the following into the context.xml file: Did you edit this co

Re: AW: AW: Problem with RemoteAddrValve in Context.xml

2006-11-14 Thread David Smith
Ok... then for some reason, your context definition is probably not being used. Where is this context.xml file and how are you deploying your webapp? --David Peter Neu wrote: >Hi, > >I called the jsp from the same workstation where the server >runs and got 127.0.0.1 >And then from another clien

RE: session replication/tomcat 5.5

2006-11-14 Thread Caldarale, Charles R
> From: Mark Hagger [mailto:[EMAIL PROTECTED] > Subject: Re: session replication/tomcat 5.5 > > 99.99% gives you a whole 3153 mins per year, or 52 hours, or > 1 hour per week of operation per year. Your premise is well taken, but the math is a bit shaky. 99.99% uptime per week equates to 1 min

AW: AW: Problem with RemoteAddrValve in Context.xml

2006-11-14 Thread Peter Neu
Hi, I called the jsp from the same workstation where the server runs and got 127.0.0.1 And then from another client and got 192.168.200.190. Configuration looks like this Don't know where the error could be. I got no proxy running in this setup. Cheers, Pete > -Ursprüngliche Nachrich

Re: JasperException: The absolute uri: http://java.sun.com/jstl/core cannot be resolved....

2006-11-14 Thread David Delbecq
How did you deploy your web application? Normally, tomcat webapplicaiton are under webapps/ folder Looking at your structure, i think tomcat except to find this structure: /usr/local/apache-tomcat/webapps/mano-projects/WEB-INF /usr/local/apache-tomcat/webapps/mano-projects/WEB-INF/lib and only scan

Re: How do I update the commons-fileupdate JAR from 1.0 to 1.2?

2006-11-14 Thread Patrick Mc Erlean
Steffen Heil wrote: Hi I downloaded Wireshark and I think you are absolutely right. The packets are not even reaching my machine in this situation. Something in between is stopping them. So this is not a Tomcat question at all. I don't believe so. Actually I forgot to tell you ab

Tomcat Out Of Memory

2006-11-14 Thread ohashi
Hi We are running Tomcat 4.1.18 on RedHat ES3 using JDK 1.4.2_02. What is causing the error message below and What can I do to solve it? java.lang.OutOfMemoryError /mm/dd hh:mm:ss org.apache.tomcat.util.log.CommonLogHandler log SEVERE: Caught exception executing [EMAIL PROTECTED], terminating

RE: session replication/tomcat 5.5

2006-11-14 Thread Mohan . Narayanaswamy
Hi, I would also like hear more about this from horse mouths. We are also need to replicate session where servers are spread across in different countries. Is there anyway we could use DB server for storing replication? Because all the tomcat are using the same DB servers in my case. With warm

Re: AW: Problem with RemoteAddrValve in Context.xml

2006-11-14 Thread David Smith
Should work as is with the allow expression typed either way. Do you have Apache httpd or something similar acting as a proxy server at 192.168.200.188? A quick diagnostic might show if this is the case: http://java.sun.com/JSP/Page";> http://www.w3.org/1999/xhtml"; l

RE: session replication/tomcat 5.5

2006-11-14 Thread Mirou, Antoine
Hello, Could you please give an example of "really big sites" ? How do you organize your cluster (how many members/domains, ...) ? Do you use Farm-deployer ? Do you use session replication ? How do you manage/monitor the cluster ? Many questions, sorry, but I'm currently studying the possibil

Re: How do I update the commons-fileupdate JAR from 1.0 to 1.2?

2006-11-14 Thread Patrick Mc Erlean
Steffen, I downloaded Wireshark and I think you are absolutely right. The packets are not even reaching my machine in this situation. Something in between is stopping them. Can you offer me any suggestions as to how I can track down the problem? My phone is operating on an Orange network in

Re: regarding server side includes in shtml

2006-11-14 Thread Markus Schönhaber
prakash shanmugam wrote: > In my project I need to use Server Side Includes. I just want to know the > details how to make that server side includes to work properly which is > constructed as ". Shtml file " . I am using tomcat5 . > > I have done the following things. > > 1) included servlet

Help with Creating my own Realm extending RealmBase, ClassNotFoundException issue

2006-11-14 Thread Marcus Williford
I have attempted to create my own Realm, as I need to do authentication via a custom set of rules. I have attempted several things ( hours of attempting this with no luck), and can't seem to get class loaded. Tomcat5.5.20 Elcipse 3.2 1. I've put something like this in my server.xml I've als

Re: JasperException: The absolute uri: http://java.sun.com/jstl/core cannot be resolved....

2006-11-14 Thread Mano
On 11/14/06, Mano <[EMAIL PROTECTED]> wrote: /usr/local/apache-tomcat/webapps/mano-projects/mostgain Now the include directive in index.jsp looks like this: <%@ include file="/WEB-INF/jsp/include.jsp" %> David, Terribly sorry. I might have confused you a bit. When I have the include directi

Re: JasperException: The absolute uri: http://java.sun.com/jstl/core cannot be resolved....

2006-11-14 Thread Mano
On 11/14/06, David Delbecq <[EMAIL PROTECTED]> wrote: Ok, you must replace you web.xml with a 2.4 compliant web.xml, i think in 2.3 specs tomcat does not load the tlds from jars by default. To do this, replace this section at begin of web.xml http://java.sun.com/dtd/web-app_2_3.dtd'> with th

Re: JasperException: The absolute uri: http://java.sun.com/jstl/core cannot be resolved....

2006-11-14 Thread Mano
Meanwhile, I tried setting up and running the 'springapp' example found in the spring docs exactly as instructed there and when I try to access localhost:8080/springapp I get the following error: javax.servlet.ServletException: Servlet.init() for servlet springapp threw exception org.apache.catal

Re: JasperException: The absolute uri: http://java.sun.com/jstl/core cannot be resolved....

2006-11-14 Thread David Delbecq
Ok, you must replace you web.xml with a 2.4 compliant web.xml, i think in 2.3 specs tomcat does not load the tlds from jars by default. To do this, replace this section at begin of web.xml http://java.sun.com/dtd/web-app_2_3.dtd'> with this section http://java.sun.com/xml/ns/j2ee"; xmlns:

Re: JasperException: The absolute uri: http://java.sun.com/jstl/core cannot be resolved....

2006-11-14 Thread Mano
On 11/14/06, David Delbecq <[EMAIL PROTECTED]> wrote: Show us your web.xml please. web.xml: http://java.sun.com/dtd/web-app_2_3.dtd'> mostgain org.springframework.web.servlet.DispatcherServlet 1 mostgain *.htm index.jsp Meanwhile, I tried setti

Re: How do I update the commons-fileupdate JAR from 1.0 to 1.2?

2006-11-14 Thread Patrick Mc Erlean
Caldarale, Charles R wrote: From: Patrick Mc Erlean [mailto:[EMAIL PROTECTED] Subject: Re: How do I update the commons-fileupdate JAR from 1.0 to 1.2? Apparently the reason Apache rejects this request is that there is a Content Length check for -1 in the FileUploadBase class. Not true

Re: How do I update the commons-fileupdate JAR from 1.0 to 1.2?

2006-11-14 Thread Patrick Mc Erlean
Hi Steffen, I'm pretty new to Tomcat. How do I setup Tomcat as a standalone, without Apache? Is that a separate download of is it just configured differently? Regards, Patrick. Steffen Heil wrote: Hi Apparently the reason Apache rejects this request is that there is a Content Length ch

Re: session replication/tomcat 5.5

2006-11-14 Thread Peter Rossbach
Am 13.11.2006 um 20:27 schrieb David O'Dell: Is anyone using session replication in production? Yes, at really big sites :-) Is there an alternative to using multicasting? No, but you can implement you own membership service. In the doc http://tomcat.apache.org/tomcat-5.5-doc/cluster-howto

Re: JasperException: The absolute uri: http://java.sun.com/jstl/core cannot be resolved....

2006-11-14 Thread David Delbecq
Show us your web.xml please. Mano a écrit : > On 11/13/06, David Delbecq <[EMAIL PROTECTED]> wrote: >> >> >> Your problem is most probably the leading space in your URI. Remove the >> space between the quote and the http:// >> >> > Thanks, David. I was hoping this would solve the problem but it di