[java ee programming] Re: PLEASE HELP ME

2010-02-19 Thread Mihai DINCA
Hi Jiju In my NetBeans 6.8 I can select from the menu File - New Project, then in the dialog box: Java Web - Web Application. If you cannot do it, it may happens because your NetBeans is missing some plugins. When installing, I had chosen the complete installation (column All on the

Re: [java ee programming] Lost the database connection after 10 hours in hibernate

2010-02-19 Thread Mihai DINCA
Hi You must look the logs (Tomcat logs, MySQL logs, OS logs ...), maybe there is something there. Tomcat maintain a pool of database connections. I.e. there are some already established permanent connections to the database. It is possible to configure the OS and/or the database (I don't

[java ee programming] ServletExamples J2EE 1.4

2010-02-19 Thread jmt0806
There seems to be an issue with running the ServletExamples application on this machine. Error message: In-place deployment at G:\My Documents\NetBeansProjects\J2EE \ServletExamples(J2EE1.4)\build\web deploy?path=G:\My Documents\NetBeansProjects\J2EE \ServletExamples(J2EE1.4)\build

[java ee programming] Re: ServletExamples J2EE 1.4

2010-02-19 Thread miga
On Feb 19, 7:59 pm, jmt0806 jmt0...@gmail.com wrote: There seems to be an issue with running the ServletExamples application on this machine. Error message: I'm not sure you may run the j2ee1.4 examples with GlassFish v3. Try with Tomcat. -- You received this message because you are

[java ee programming] Re: ServletExamples J2EE 1.4

2010-02-19 Thread jmt0806
It worked with Tomcat 6. Thanks On Feb 19, 1:17 pm, miga migat...@gmail.com wrote: On Feb 19, 7:59 pm, jmt0806 jmt0...@gmail.com wrote: There seems to be an issue with running the ServletExamples application on this machine. Error message: I'm not sure you may run the j2ee1.4 examples with