1

How I can see the console to see my:

System.out.println ("param1 =" + input.param1);) 

In a java web project in netbeans?

I thought maybe I should see it in the admin console of my glassfish server, but when I try to enter the browser opens and asks me a username and password. Look in netbeans, services, servers, glassfish, properties and look at my user (admin) and password, and I write and tell me wrong. I have also tried admin / adminadmin, does not work. Any idea?

Thanks:

Emmanuelguther
  • 1,039
  • 4
  • 19
  • 29

1 Answers1

0

To see the output in a console, you would need to look in GLASSFISH SERVER window pane. (This is where you would see both your server logs and other output)

..... To get to the GLASSFISH SERVER window

  • Click on WINDOW
  • Click on OUTPUT
  • When you run your web app, go to OUTPUT(this should be besides your other window pane)
  • Click on GLASSFISH SERVER window and scroll down to the last output(you should see your outputs)
Africanfruit
  • 212
  • 3
  • 6