[java ee programming] Re: HTTP monitor problem Lab-4011

2009-10-19 Thread Mihai DINCA
V2. > > Regards, > Peeter > > > Date: Fri, 16 Oct 2009 13:08:45 +0200 > From: mihai.di...@free.fr > To: java-ee-j2ee-programming-with-passion@googlegroups.com > Subject: [java ee programming] Re: HTTP monitor problem Lab-4011 > >

[java ee programming] Re: HTTP monitor problem Lab-4011

2009-10-19 Thread peeter brunch
bject: [java ee programming] Re: HTTP monitor problem Lab-4011 Hi Peeter, Do you have some error messages in the output screen while compiling or executing? On my side I had an error message saying that the MonitorFilter class could not be found in the classpath. Do you have the same message? I

[java ee programming] Re: HTTP monitor problem Lab-4011

2009-10-16 Thread Mihai DINCA
8:32 +0200 > From: mihai.di...@free.fr > To: peeterbru...@hotmail.com > CC: java-ee-j2ee-programming-with-passion@googlegroups.com > Subject: [java ee programming] Re: HTTP monitor problem Lab-4011 > > Hi, > > I had some problems too. Actions to do: > -- Close the

[java ee programming] Re: HTTP monitor problem Lab-4011

2009-10-16 Thread peeter brunch
@googlegroups.com Subject: [java ee programming] Re: HTTP monitor problem Lab-4011 Hi, I had some problems too. Actions to do: -- Close the HTTP Server Monitor and HTTP Client monitor Windows -- Undeploy all applications from the application server -- Check the checkbox "Enable HTTP Monitor" in

[java ee programming] Re: HTTP monitor problem Lab-4011

2009-10-13 Thread Mihai DINCA
Hi, I had some problems too. Actions to do: -- Close the HTTP Server Monitor and HTTP Client monitor Windows -- Undeploy all applications from the application server -- Check the checkbox "Enable HTTP Monitor" in the server properties (as you did on page 5 of your .doc) -- Stop the server then (a

[java ee programming] Re: HTTP Monitor problem

2009-09-12 Thread Mihai DINCA
Well, I've got it working! When I deploy any Web application with the server (Glassfish V3) enabled for HTTP Minitoring, I got an error message saying that the class "org.netbeans.modules.web.monitor.server.MonitorFilter" cannot be found. I created a Web application with the following index.jsp

[java ee programming] Re: HTTP Monitor problem

2009-09-11 Thread Mihai DINCA
Hi, I have the same problem (NetBeans 6.7.1 on Mandriva 2009). I chacked all the check-boxes (both on project side and on server side), restart the server, restart NetBeans and so. The HTTP Server Monitor is still empty. Have you find the fix? Regards, mihai Robert Worrall a écrit : > Hello >

[java ee programming] Re: HTTP Monitor problem

2009-09-10 Thread Robert Worrall
Hello I had this issue. Go to services (or runtime. I havent got Netbeans infrount of me so I am doing this from memory) and and expand 'servers' and each server entry: right click on the server and go to properties. Then tick the enable http monitor tickbox. Restart netbeans and http monitori

[java ee programming] Re: HTTP Monitor problem

2009-09-09 Thread Payne
Do you restart AppServer? It is usually necessary to restart AppServer. On 8. Sep., 20:13 h., Henry Ramos wrote: > Hello everybody: > > I need help with using the HTTP Monitor in the "NetBeans IDE Quick > Start Guide for Web Applications II". I've turn it on at > Window>Debugging>HTTP Server Mon

[java ee programming] Re: HTTP Monitor problem

2009-09-09 Thread Jerry
Same question here using NetBeans 6.7.1 on Ubuntu. Jerry On Sep 9, 4:13 am, Henry Ramos wrote: > Hello everybody: > > I need help with using the HTTP Monitor in the "NetBeans IDE Quick > Start Guide for Web Applications II". I've turn it on at > Window>Debugging>HTTP Server Monitor, and enabled