[java ee programming] Re: Lab 4005 hello2 Run???

2010-10-12 Thread JDragon314159
Hi Michele: I removed the application from Glassfish v3 but was not able to do this in Glassfish v2 from the Services tab. I also stopped the servers from the Service window. The server from the run menu is set to Glassfish 2 and running under J2EE 1.4. There is not option to run under J2EE

[java ee programming] Re: Lab 4005 hello2 Run???

2010-10-12 Thread Michèle Garoche
On 12 oct, 04:12, JDragon314159 zhaoli...@gmail.com wrote: Hi Michele: I removed the application from Glassfish v3 but was not able to do this in Glassfish v2 from the Services tab. Yes, it is difficult to remove an application from GlassFish v2, since there is no mechanism included in the

[java ee programming] Re: When I create listener and run the project I get error

2010-10-12 Thread Michèle Garoche
On Oct 12, 7:00 am, Joseph John jjk.s...@gmail.com wrote: Hi   I am using NB 6.9.1 , I am practising j2ee While creating a listener in HelloWeb Project in EL chapter in http://www.javapassion.com/portal/java-ee-programming-basics-i-with-p...; and running the project I get error

[java ee programming] Re: Lab 4005 hello2 Run???

2010-10-12 Thread JDragon314159
Hi: I went into the Admin Console and the Error msg is: C:/eepassion/UnZip/servletbasics/samples/hello2/build/web The first time I've tried to do it, I could not find a way, so I simply threw away GlassFish v2 installation and installed it again. Next I've found a way to do it but I did not

Re: [java ee programming] Re: When I create listener and run the project I get error

2010-10-12 Thread John Joseph
Hi Michele Thanks for the reply I have cut and pasted my MyInit.java the listener created here package org.apache.taglibs.standard.examples.startup; import javax.servlet.ServletContextEvent; import javax.servlet.ServletContextListener; public class MyInit implements ServletContextListener

[java ee programming] Re: When I create listener and run the project I get error

2010-10-12 Thread Michèle Garoche
On 12 oct, 14:40, John Joseph jjk_s...@yahoo.com wrote: Hi Michele Thanks for the reply I have cut and pasted my MyInit.java the listener created here package org.apache.taglibs.standard.examples.startup; import javax.servlet.ServletContextEvent; import

Re: [java ee programming] Re: When I create listener and run the project I get error

2010-10-12 Thread John Joseph
Hi Jayesh Thanks for the reply, I had cut and pasted this error, U can get this error if you can make a listener for HelloWeb project in EL(Expression Language )sample project and try to run ### My error are SEVERE: PWC1306: Startup of context /MyHelloWeb failed due to previous errors