Ron Grabowski <rongrabowski <at> yahoo.com> writes:

> 
> I recall using the UdpAppender to send packets to another IP address
> other than 127.0.0.1.
> 
> Here is discussion from the log4j list about setting up tabs:
> 
> http://tinyurl.com/6l3uh
> http://www.mail-archive.com/log4j-user%40logging.apache.org/msg02540.html
> 
> - Ron
> 

Anything different in the appender than what I have posted?  

<!DOCTYPE log4j:configuration SYSTEM "log4j.dtd"> 
 <log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/"; 
debug="true">    
     <plugin name="UDPReceiver" class="org.apache.log4j.net.UDPReceiver">
        <param name="Port" value="8080" />
     </plugin>    
</log4j:configuration>


I tried a simple 
client using DPClient.Receive() and never get anything from the remote box.  
Also, neither of the tab related links provided seem to work.
Thanks,
C

 




Reply via email to