PDA

View Full Version : LAN Access


inertia
01-31-2004, 02:27 PM
I'm getting the message in my log:

31 Jan 2004 14:45:35 (192.168.1.70 139) INFO responders.Responder - Responding with error (text/html): This application is not licensed to be served to 192.168.1.70. Restart your server and/or see www.laszlosystems.com

This happens when a workstation inside the LAN tries to access the server. The server is on a DSL/NAT set up with two ethernet cards. Is this just not the type of setup intended for the developer version, perhaps?


Anthony

antun
01-31-2004, 02:41 PM
The LPS DE (i.e. the developer version) is licensed so that you can develop on it. As such it serves two IPs at a time - localhost, and one other. You can restart the LPS to allow a different IP to access it if need be.

-Antun

bloch
01-31-2004, 06:45 PM
You can see which IPs are accessing the LPS
by looking at the lps.log.

By default it's in $TOMCAT_HOME/work/Standalone/localhost/lps/LPS/lps.log

There have been issues on some OSes with the LPS ability to detect which IPs are "localhost" ips
(this is difficult in Java 1.3).

-Eric