Re: RPC Problems

2011-12-09 Thread Ed
The internet in my house doesn't work... Can anybody tell me why ;) ... hihihi On Dec 9, 6:17 am, Kanagaraj M kanagaraj@gmail.com wrote: Its very difficult to answer without specific details. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: RPC Problems

2011-12-09 Thread Frank
Please provide some details : - Your code - Any errors in the GWT Dev Mode console ? - Any exceptions in the servlets ? I am currently guessing you are setting up your connection and executing your query in two seperate asynch calls to the server and that the 'execute query' is executed before

RPC Problems

2011-12-08 Thread Alberto Jesús Rubio Sánchez
Hi, When a click the button login in my app the connection with the mysql database don't works correctly in the first click but in the next clicks works great. Anyone knows that can happens? Regards, Alberto J. -- You received this message because you are subscribed to the Google Groups

Re: RPC Problems

2011-12-08 Thread Kanagaraj M
Its very difficult to answer without specific details. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/sO2GuDYVkaYJ. To post to this group, send

Re: Sample Application RPC Problems with Tomcat

2011-01-21 Thread hakito
Yes you can forward the request. Take a look at mod_jk http://tomcat.apache.org/tomcat-3.3-doc/mod_jk-howto.html Maybe this can help. On 21 Jan., 01:31, Bill Morrison hipgno...@gmail.com wrote: Apparently the requests weren't getting to Tomcat. If I accessed the site through the Tomcat port

Re: Sample Application RPC Problems with Tomcat

2011-01-21 Thread a...@mechnicality.com
@Bill Morrisson What hakito says is correct and a perfectly valid approach, but; What platform will your server be deployed to? If its windows, you can just change the port from the default of 8080 to 80 (unless, of course you *must* also run apache.) If its linux, you can use jsvc (part of

Re: Sample Application RPC Problems with Tomcat

2011-01-20 Thread Bill Morrison
Apparently the requests weren't getting to Tomcat. If I accessed the site through the Tomcat port (http connector) then it would work correctly. Now, the follow-up question would be is there a way to either specify the port in the client code somewhere or have apache forward the request to Tomcat