Peter Johnson [http://community.jboss.org/people/peterj] created the discussion

"Re: How to make Jboss server recognize Windows DLL"

To view the discussion, visit: http://community.jboss.org/message/605010#605010

--------------------------------------------------------------
Set the filter to show only events from the process (pid) running JBoss AS. The 
easiest way to find the pid is to look for the java.exe process in Task 
Manager. If there are multiple such processes, you will have to determine which 
one is running JBoss AS - usually has a large memory footprint, also it helps 
if you can view the command line. Task Mangere for Server 2003 doesn't showthe 
command line, if I recall correctly, so you might need to get Process Explorer 
for sysyinteranls also - it will provide the command line used to start 
java.exe - look fo the org.jboss.Main class.

You might want to set a second filter that shows only file operations. 
Unfortunately, you can't set that as a single filter, but you can set the 
filter to remove events you don't care about. You don't need to filter out 
everything, just the really verbose stuff (that is, events that you don't care 
about but which happen quite often.

Once the filtering is set up, run your app which attempts to load the dll. Then 
see what files are being accessed, and whether it was successful or not.
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/605010#605010]

Start a new discussion in Beginner's Corner at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to