• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Remote Debugging on Weblogic

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

We have enabled remote debugging on out test env. which is used by people to test the integrated code, but there are people who are misusing this and creating problems.

I want to know if there is any way to figure-out who has taken the remote connection, or to terminate the remote connection using the Weblogic console.
 
Ranch Hand
Posts: 826
Eclipse IDE Oracle Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I do not know about weblogic console, but apart from that, access log is helpful.
 
sudipto shekhar
Ranch Hand
Posts: 826
Eclipse IDE Oracle Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Mr. Fanatic,

Here are the steps to configure wls to view and configure the logs from weblogic console:


In the Change Center of the Administration Console, click Lock & Edit (see Use the Change Center).

To view logs:

In the left pane of the Console, expand Diagnostics and select Log Files.

In the Log Files table, select the radio button next to the name of the log you want to view.

Click View.

The page displays the latest contents of the log file; up to 500 messages in reverse chronological order.

The messages at the top of the window are the most recent messages that the server has generated.

The log viewer does not display messages that have been rotated into archive log files.

For more information, see Rotate log files.

Select the radio button next to the log record you want to view.

Click View.

The page displays the log file entry.

To configure logs:

In the left pane of the Console, expand Environment and select Servers.

In the Servers table, click the name of the server instance whose logging you want to configure.

Select Logging > General.

Retain or modify the default values.

For more information about the values to enter in the fields on this page, see Configuration Options.

Click Save.

To activate these changes, in the Change Center of the Administration Console, click Activate Changes.

Not all changes take effect immediately—some require a restart (see Use the Change Center).

In your case, you would like to view and configure the HttpAccess logs.

Hope this helps !!

P.S : http://docs.oracle.com/cd/E13222_01/wls/docs100/ConsoleHelp/taskhelp/logging/ConfigureAndViewLogs.html [please find appropriate document according to your wls version]
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic