Re: Problems connecting

2007-03-05 Thread Nicolas Schwartz
Hi, Why don't you try http://62.56.xxx.xxx:8080 with the j2me emulator ? If it works that way we may conclude that you have a j2me issue. If not it may be a tomcat conf problem. You should also access the url through your favorite browser (firefox) ... Tell us the results ! regards, Nicolas [

Re: Missing Request Parameters

2006-08-21 Thread Nicolas Schwartz
Yes I sent them 2 posts ago. However, here they are again : In our server.xml: ## In our workers.properties: workers.apache_log=/usr/local/apache/logs workers.tomcat_home=/usr/local/tomcat workers.java_home=/usr/local/java ps=/ worker.list=ajp13 worker.ajp13.type

Re: Missing Request Parameters

2006-08-18 Thread Nicolas Schwartz
As I said it happens even on GET requests and very small urls on our side. Since it is a get request, we do see the parameter in the apache log, but we can't get it with the getParameter() method. The parameter is lost somewhere between the connector and tomcat I think. Nicolas Yashwanth CP a

Re: Missing Request Parameters

2006-08-18 Thread Nicolas Schwartz
Hi ! Here is the configuration we have: In our server.xml: ## In our workers.properties: #parametrage de mod_jk workers.apache_log=/usr/local/apache/logs workers.tomcat_home=/usr/local/tomcat workers.java_home=/usr/local/java ps=/ worker.list=ajp13 worker.ajp13

Re: Missing Request Parameters

2006-08-17 Thread Nicolas Schwartz
I thought it might come from the connector ... Did you already try to change it ? Which version are you using ? Nicolas lmelendez a écrit : Nicolas Schwartz wrote: It occurs on GET requests, maybe on POST ones but we don't know. The value of the parameter is not long, neither is the

Re: Missing Request Parameters

2006-08-16 Thread Nicolas Schwartz
, maybe on POST ones but we don't know. The value of the parameter is not long, neither is the value. It appears to occur "randomly" Hope this will help to find a solution to the problem ... -- Nicolas Schwartz Pid a écrit : (i can't see a previous thread for this, new ma

Re: A way to know if file download has ended

2006-06-05 Thread Nicolas Schwartz
> This is one of those issues that just can't be solved > with simple HTTP and HTML. There isn't a response > sent to the server to tell it every single download > was successful (or at least not sent back to the web > application ... TCP makes sure the last bytes get to > the other side successf

Re: Last Byte Detection

2006-04-27 Thread Nicolas Schwartz
Darryl Miles wrote: > Nicolas Schwartz wrote: >> I'm trying to get the information of sending the last byte of a file >> through Tomcat. >> I've done many tests, I've looked in the archives and nothing came up. >> So I'm thinking that maybe I'

Last Byte Detection

2006-04-26 Thread Nicolas Schwartz
he connection once the url has been requested. I use apache and tomcat. They're connected with the ajp13 connector. I've looked in the connector configuration (workers.properties) options but found nothing. Any help, hint , ... would be greatly appreciated :