Re: any body tried serving web requests from Second Life

2009-06-14 Thread syed shah
Thanks, was just suspected, if tomcat filters out malformatted requests because of security, regards Fahad On Sun, Jun 14, 2009 at 2:08 PM, André Warnier a...@ice-sa.com wrote: syed shah wrote: ... The tomcat log shows no requests received from SL, while i am able to serve requests from

how to get the console output on ubuntu

2009-06-14 Thread syed shah
Hi, I have been programming on Windows and its pretty easy to get the console output when you start the server from DOS as all println's go there but i tried doing same on ubuntu (through remote login) and it didnt worked as i get the bash back after starting tomcat. I tried using eclipse but it

Re: how to get the console output on ubuntu

2009-06-14 Thread syed shah
Hi, Thanks for the reply, but i am new to ubuntu and the script in there doesnt makes much sense to me as to what its doing, would be glad if you or anyone else can throw more light on this thanks and regards Fahad On Sun, Jun 14, 2009 at 5:18 PM, Mark Thomas ma...@apache.org wrote: syed shah

Re: how to get the console output on ubuntu

2009-06-14 Thread syed shah
Hi,Thanks for the reply, infact i am launching the tomcat exactly the same way, thanks and best regards Fahad On Sun, Jun 14, 2009 at 6:57 PM, André Warnier a...@ice-sa.com wrote: syed shah wrote: Hi, Thanks for the reply, but i am new to ubuntu and the script in there doesnt makes much

Re: how to force tomcat to make a single istance of a servlet

2009-06-08 Thread syed shah
if its 1, also you increment it in the contructor that's neat, i do it in the initialize. Thanks, best regards Fahad On 6/8/09, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Syed, On 6/7/2009 12:53 PM, syed shah wrote: I want

how to force tomcat to make a single istance of a servlet

2009-06-07 Thread syed shah
hi, I want to enforce single instance creation for the servlet because I have some code that serves the user requests and i want to implement caching and handle synchronization myself, thanks and best regards Fahad