Hi again,

I have tried to log web activities by adding the following to the /conf/log4j.xml 

  | <category name="org.jboss.web"> 
  | <priority value="TRACE" class="org.jboss.logging.XLevel"/> 
  | </category> 
  | 

ANd the following is logged whener I try to access my servlet

  | 2004-03-03 02:29:33,753 INFO  [org.jboss.web.localhost.Engine] 
StandardContext[/Location]: Mapping contextPath='/Location' with 
requestURI='/Location/Get' and relativeURI='/Get'
  | 2004-03-03 02:29:33,753 INFO  [org.jboss.web.localhost.Engine] 
StandardContext[/Location]:   Trying exact match
  | 2004-03-03 02:29:33,753 INFO  [org.jboss.web.localhost.Engine] 
StandardContext[/Location]:  Mapped to servlet 'Hi' with servlet path '/Get' and path 
info 'null' and update=true
  | 2004-03-03 02:29:33,753 TRACE 
[org.jboss.web.tomcat.security.SecurityAssociationValve] Hi, runAs: null
  | null
  | 
But still after some time, the servlet simply does not work, although the same 
messages are logged as if everything is working and the servlet engine is getting the 
requests. 

 Is there another way to have more log data, and see why my servlet simply hangs??
BTW, since I added that code in my file I can no longer access any web app from other 
computers in the network, as if it changed some sec. stuff.
Any help will be appreciated!
Thanks!


<a 
href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3823926#3823926";>View 
the original post</a>

<a 
href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3823926>Reply 
to the post</a>


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to