Bean returns null value while using its get method

2011-04-16 Thread Stefan Wuschek
Hello, i am using tomcat 6.0.32 in combination with the eclipse plattform (helios). I tried to write a very simple bean just for getting familiar with it. It is a simple form [form.jsp] that asks for mail adress and by clicking the send button it calls a jsp [result.jsp] and initiates a session

Re: Tomcat on a Linux virtual machine

2011-04-16 Thread Pid
On 4/16/11 4:18 AM, Darryl Lewis wrote: I have an application (commercial) running on a virtual instance of Linux talking to a Postgres database. We are continually getting locks on the DB that are crashing the app. I think it's just bad programming on the suppliers side, but the supplier has

Re: Working of Tomcat with MS Access

2011-04-16 Thread Pid
On 4/15/11 6:58 PM, RAHUL RAJ wrote: This is like a small assignment that has to be submitted urgently Is this student coursework? p signature.asc Description: OpenPGP digital signature

Re: Working of Tomcat with MS Access

2011-04-16 Thread RAHUL RAJ
Yes On Sat, Apr 16, 2011 at 8:44 PM, Pid p...@pidster.com wrote: On 4/15/11 6:58 PM, RAHUL RAJ wrote: This is like a small assignment that has to be submitted urgently Is this student coursework? p

Re: Bean returns null value while using its get method

2011-04-16 Thread markt
Stefan Wuschek wusch...@googlemail.com wrote: Hello, i am using tomcat 6.0.32 in combination with the eclipse plattform (helios). I tried to write a very simple bean just for getting familiar with it. It is a simple form [form.jsp] that asks for mail adress and by clicking the send button it

Re: Load Balancer configuration guide

2011-04-16 Thread Harsimranjit singh Kler
Still Not got any Solution On Thu, Apr 14, 2011 at 7:22 PM, Harsimranjit singh Kler simran...@gmail.com wrote: Using Folowing to test Load Balanacing Os:Linux apache 2.2.17 mod_jk1.2.3/ AJP 1.3 tomcat 5.5.27 with Above Setup i am able transfer load on tomcat instances.I am setting test

Re: Bean returns null value while using its get method

2011-04-16 Thread Stefan Wuschek
Hello Mark, That is it ! Thank you very much. 2011/4/16 ma...@apache.org Stefan Wuschek wusch...@googlemail.com wrote: Hello, i am using tomcat 6.0.32 in combination with the eclipse plattform (helios). I tried to write a very simple bean just for getting familiar with it. It is a

tomcat class loaders problem

2011-04-16 Thread Michal Singer
Hi, I am using tomcat version: apache-tomcat-6.0.18 I have a problem on raise some times (hard to reproduce) where the tomcat creates two instances of the same class loader in one web application . Type of class loader: WebappClassLoader. One of the two instances is also known inside another