RE: File size >= 2GB not uploaded in application [Tomcat 7.0.54 Struts: 2.3.24 JAVA: openJDK 1.7.79]

2016-01-19 Thread Alten, Jessica-Aileen
> We have used HTTP Analayzer for file upload via Internet Explorer-8. > Following are the scenario observed. [...] I've just came back from vacation and didn't followed the whole thread - but I think it is simply an IE 8 problem, see

Re: File size >= 2GB not uploaded in application [Tomcat 7.0.54 Struts: 2.3.24 JAVA: openJDK 1.7.79]

2016-01-19 Thread Rahul Singh
Apart from below information, one additional information. We have used the jQuery form plugin js in our project. This handles the form and request submit. The code is as attached here. From: Rahul Singh Sent: Tuesday, January

Re: SSL client cert selection dialog not showing up on cloned deployment of tomcat 7 for windows x64

2016-01-19 Thread Gael Abadin
Thanks for the reply :-) I've checked for all that! I even ended up copying my tomcat folder and my eclipse tomcat configuration folder from my computer to his, So they are literally the same configuration. I know the connector configuration is being read because if, for example, I remove the

Socket Read long running

2016-01-19 Thread Rallavagu
I have this long running thread. It appears to be reading but the stack trace does not give much of a clue. Could anyone help with where to start? Thanks. "tomcat-exec-2655" daemon prio=10 tid=0x7fc459061000 nid=0x6a58 runnable [0x7fc4a67e6000] java.lang.Thread.State: RUNNABLE

Re: Socket Read long running

2016-01-19 Thread Mark Thomas
On 19/01/2016 22:36, Rallavagu wrote: > Also, it could be keep-alive for client connection as well. In any case, > how long a keep-alive connection will be in this state by default? Thanks. This behaviour is entirely normal. Why are you concerned about it? Regarding how long the thread will be

Re: Socket Read long running

2016-01-19 Thread Rallavagu
Also, it could be keep-alive for client connection as well. In any case, how long a keep-alive connection will be in this state by default? Thanks. On 1/19/16 2:24 PM, Rallavagu wrote: Thanks Mark. It seems to be running for almost 10 seconds and there is a Load Balancer between. Is it a

Apache+SSL+ Tomcat How ?

2016-01-19 Thread Edwin Quijada
Hi! I have 2 instances Tomcat with Apache in front of him working like proxy. Now, I need to know how can I do for using SSL for my app. There is any documento to set Apache + SSL for Tomcat to protected my info. I am using Apache 2.4 with Mod_JK + Tomcat 8.022 Any help ?

Re: Socket Read long running

2016-01-19 Thread Mark Thomas
On 19/01/2016 21:42, Rallavagu wrote: > I have this long running thread. It appears to be reading but the stack > trace does not give much of a clue. Could anyone help with where to > start? Thanks. Looks like an HTTP keep-alive connection waiting for the next request. Mark > > Tomcat 7.0.42

Re: Problem With proxi.cgi

2016-01-19 Thread Mark Thomas
On 19/01/2016 19:21, Luciano Martin Galletti wrote: > Sorry was a typo error read this > > Ok now i've web.xml under > C:\Program Files\Apache Software Foundation\Tomcat > 7.0\webapps\examples\WEB-INF > > and context.xml under > C:\Program Files\Apache Software Foundation\Tomcat >

Re: Socket Read long running

2016-01-19 Thread Rallavagu
Thanks Mark. It seems to be running for almost 10 seconds and there is a Load Balancer between. Is it a suspect? On 1/19/16 2:09 PM, Mark Thomas wrote: On 19/01/2016 21:42, Rallavagu wrote: I have this long running thread. It appears to be reading but the stack trace does not give much of a

Re: Application throwing ClassCast Exception while upgrading from tomcat 8.0.18 to tomcat 8.0.30

2016-01-19 Thread Mark Thomas
On 19/01/2016 16:37, Adhavan Mathiyalagan wrote: > Thanks Mark ! Please find my answer > > Figure out what is inserting something other than String[] as the value > into a Map instance. > > There are lot of places in Client we insert 'Integer' datatype (Also > other

Socket Read long running

2016-01-19 Thread Rallavagu
I have this long running thread. It appears to be reading but the stack trace does not give much of a clue. Could anyone help with where to start? Thanks. Tomcat 7.0.42 with JDK 7 "tomcat-exec-2655" daemon prio=10 tid=0x7fc459061000 nid=0x6a58 runnable [0x7fc4a67e6000]

Deployment of application via Tomcat Manager fails.

2016-01-19 Thread Karl Hauschildt
Background: JAVA Web application, Eclipse workspace with an ANT build.xml. Using Windows, this project builds using java 1.7, deploys to multiple Solaris environments running Tomcat 5, 6 or 7 and runs cleanly. I have to deploy the preceding to a Linux environment with Tomcat 8. Which is running

RE: Problem With proxi.cgi

2016-01-19 Thread Caldarale, Charles R
> From: Luciano Martin Galletti [mailto:gallett...@hotmail.com] > Subject: RE: Problem With proxi.cgi > Yes both xml files are inside Be precise; exactly which xml files are you referring to? > C:\Program Files\Apache Software Foundation\Tomcat > 7.0\webapps\examples\WEB-INF As Mark already

Re: Tomcat 8.0.18 is not getting started

2016-01-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 1/19/16 1:50 PM, Caldarale, Charles R wrote: >> From: Christopher Schultz [mailto:ch...@christopherschultz.net] >> Subject: Re: Tomcat 8.0.18 is not getting started > >> 1. Please don't top-post. André is continuing to bottom-post and >>

RE: Problem With proxi.cgi

2016-01-19 Thread Luciano Martin Galletti
Sorry was a typo error read this Ok now i've web.xml under C:\Program Files\Apache Software Foundation\Tomcat 7.0\webapps\examples\WEB-INF and context.xml under C:\Program Files\Apache Software Foundation\Tomcat 7.0\webapps\examples\META-INF but same problem of before i read the file .cgi

RE: Tomcat 8.0.18 is not getting started

2016-01-19 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: Tomcat 8.0.18 is not getting started > 1. Please don't top-post. André is continuing to bottom-post and you > are continuing to top-post. This makes the conversation unreadable. > The convention on this list is to

RE: Problem With proxi.cgi

2016-01-19 Thread Luciano Martin Galletti
Ok now i've web.xml under C:\Program Files\Apache Software Foundation\Tomcat 7.0\webapps\examples and context.xml under C:\Program Files\Apache Software Foundation\Tomcat 7.0\webapps\examples\META-INF but same problem of before i read the file .cgi as text on

Re: Apache+SSL+ Tomcat How ?

2016-01-19 Thread George Sexton
On 1/19/2016 3:50 PM, Edwin Quijada wrote: Hi! I have 2 instances Tomcat with Apache in front of him working like proxy. Now, I need to know how can I do for using SSL for my app. There is any documento to set Apache + SSL for Tomcat to protected my info. The standard HOWTO for Apache

RE: Problem With proxi.cgi

2016-01-19 Thread Luciano Martin Galletti
yes C:\Program Files\Apache Software Foundation\Tomcat 7.0\webapps\examples\WEB-INF\cgi and http://localhost:8080/examples/cgi-bin/proxy.cgi now i see the openlayers website :) Thanks > Subject: Re: Problem With proxi.cgi > To: users@tomcat.apache.org > From: ma...@apache.org > Date: Tue,

RE: Problem With proxi.cgi

2016-01-19 Thread Luciano Martin Galletti
But when i call the proxy from my application in openlayers the html file is under: C:\Program Files\Apache Software Foundation\Tomcat 7.0\webapps\examples\js\ac and i call the proxy in this way: OpenLayers.ProxyHost = "../../cgi-bin/proxy.cgi?url="; i recieve: HTTP Status 502 - type Status

Re: Tomcat 8.0.18 is not getting started

2016-01-19 Thread Anand
I haven't added any jars/application and other modifications in tomcat configuration. The downloaded is not corrupted as i tried same download(tomcat 8.0.018) on other systems, server started successfully. so i am not sure its something with particular System. Let me try to check with tomcat

Re: Tomcat 8.0.18 is not getting started

2016-01-19 Thread Anand
I tried to start the tomcat from command line by executing the startup.bat. On Tue, Jan 19, 2016 at 6:40 PM, André Warnier (tomcat) wrote: > On 19.01.2016 13:53, Anand wrote: > >> I am trying to install Tomcat 8.0.18 from location: >> >> >>

Tomcat 8.0.18 is not getting started

2016-01-19 Thread Anand
I am trying to install Tomcat 8.0.18 from location: http://archive.apache.org/dist/tomcat/tomcat-8/v8.0.18/bin/apache-tomcat-8.0.18-windows-x64.zip JDK Used from below location http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html jdk-8u66-windows-x64.exe

Re: Tomcat 8.0.18 is not getting started

2016-01-19 Thread tomcat
On 19.01.2016 13:53, Anand wrote: I am trying to install Tomcat 8.0.18 from location: http://archive.apache.org/dist/tomcat/tomcat-8/v8.0.18/bin/apache-tomcat-8.0.18-windows-x64.zip JDK Used from below location

Re: Tomcat 8.0.18 is not getting started

2016-01-19 Thread tomcat
On 19.01.2016 14:36, Anand wrote: I tried to start the tomcat from command line by executing the startup.bat. Ok. Again, I am not the ultimate expert, but the key error below seems to be around Caused by: java.lang.NoSuchMethodError:

Re: Application throwing ClassCast Exception while upgrading from tomcat 8.0.18 to tomcat 8.0.30

2016-01-19 Thread Mark Thomas
On 19/01/2016 13:39, Adhavan Mathiyalagan wrote: > What i could understand is application is throwing exception due to change > in the getParameter method of ApplicationHttpRequest class ,which earlier > was accepting all datatypes (like Integer) > is now restricted to 'String' datatype only .

Re: Problem With proxi.cgi

2016-01-19 Thread Mark Thomas
On 19/01/2016 14:32, Luciano Martin Galletti wrote: > I’m tryng to use a proxy.cgi for my app developed in openlayer. > > > But when i try to use the url of the cgi i can read the test of the file > proxy.cgi and it’s not executed. > > > I’ve modified the server.xml adding: That should be

Re: Problem With proxi.cgi

2016-01-19 Thread Mark Thomas
On 19/01/2016 14:54, Luciano Martin Galletti wrote: > yes i edited web.xml and not server.xml. > Server.xml is n C:/tomcat7.0/conf and i didn't touch it > > i added context.xml that contain this: > > in the folder where is my application That context.xml file needs to be inside a META-INF

Problem With proxi.cgi

2016-01-19 Thread Luciano Martin Galletti
I’m tryng to use a proxy.cgi for my app developed in openlayer. But when i try to use the url of the cgi i can read the test of the file proxy.cgi and it’s not executed. I’ve modified the server.xml adding: cgi org.apache.catalina.servlets.CGIServlet

RE: Problem With proxi.cgi

2016-01-19 Thread Luciano Martin Galletti
i don't know if this help to understand where is the problem but in log file i've: gen 19, 2016 4:00:40 PM org.apache.catalina.core.ApplicationContext log INFORMAZIONI: Marking servlet cgi as unavailable gen 19, 2016 4:00:40 PM org.apache.catalina.core.StandardContext loadOnStartup GRAVE:

Re: Tomcat 8.0.18 is not getting started

2016-01-19 Thread Anand
I have executed the startup.bat using administrative privileges and also tried installing at different locations, got the same error. i.e opened the cmd.exe (Run as Administrator) and then started tomcat by executing startup.bat. On Tue, Jan 19, 2016 at 7:53 PM, André Warnier (tomcat)

RE: Problem With proxi.cgi

2016-01-19 Thread Luciano Martin Galletti
yes i edited web.xml and not server.xml. Server.xml is n C:/tomcat7.0/conf and i didn't touch it i added context.xml that contain this: in the folder where is my application when i go on proxy.cgi i can read all the content as a text :( " !C:/Python27/python.exe -u """This is a blind proxy

Re: SSL client cert selection dialog not showing up on cloned deployment of tomcat 7 for windows x64

2016-01-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gael, On 1/19/16 6:37 AM, Gael Abadin wrote: > Thanks for the reply :-) > > I've checked for all that! > > I even ended up copying my tomcat folder and my eclipse tomcat > configuration folder from my computer to his, > > So they are literally

Re: File size >= 2GB not uploaded in application [Tomcat 7.0.54 Struts: 2.3.24 JAVA: openJDK 1.7.79]

2016-01-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rahul, On 1/19/16 1:00 AM, Rahul Singh wrote: >>> So... what makes you sure that the browser actually made the >>> request? I'd like to see some kind of confirmation using a tool >>> you didn't write. Perhaps something like Firebug, >>>

RE: Problem With proxi.cgi

2016-01-19 Thread Luciano Martin Galletti
yes if i go on: http://localhost:8080/examples/cgi-bin/proxy.cgi HTTP Status 404 - type Status report message description The requested resource is not available. while if i go on: http://localhost:8080/examples/cgi/proxy.cgi i read : #!/Python27/python.exe -u """This is a blind proxy that

Re: Tomcat 8.0.18 is not getting started

2016-01-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Anand, On 1/19/16 10:06 AM, Anand wrote: > I have executed the startup.bat using administrative privileges and > also tried installing at different locations, got the same error. > i.e opened the cmd.exe (Run as Administrator) and then started >

RE: Problem With proxi.cgi

2016-01-19 Thread Luciano Martin Galletti
Yes both xml files are inside C:\Program Files\Apache Software Foundation\Tomcat 7.0\webapps\examples\WEB-INF while proxy.cgi is in C:\Program Files\Apache Software Foundation\Tomcat 7.0\webapps\examples\WEB-INF\cgi > Subject: Re: Problem With proxi.cgi > To: users@tomcat.apache.org > From:

Re: Problem With proxi.cgi

2016-01-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Luciano, On 1/19/16 11:05 AM, Luciano Martin Galletti wrote: > Yes both xml files are inside C:\Program Files\Apache Software > Foundation\Tomcat 7.0\webapps\examples\WEB-INF while proxy.cgi is > in C:\Program Files\Apache Software Foundation\Tomcat

Re: Socket Read long running

2016-01-19 Thread Rallavagu
On 1/19/16 2:43 PM, Mark Thomas wrote: On 19/01/2016 22:36, Rallavagu wrote: Also, it could be keep-alive for client connection as well. In any case, how long a keep-alive connection will be in this state by default? Thanks. This behaviour is entirely normal. Why are you concerned about it?

Re: Application throwing ClassCast Exception while upgrading from tomcat 8.0.18 to tomcat 8.0.30

2016-01-19 Thread Adhavan Mathiyalagan
Thanks Mark ! Please find my answer Figure out what is inserting something other than String[] as the value into a Map instance. There are lot of places in Client we insert 'Integer' datatype (Also other datatypes) .I fear that it is going to be more tedious thing to