This may be a newbie question forgive me for that. I'm currently using Tomcat as a client-side server which is intended to only be accessed by the local user. Therefore it does not need to be accessed via a remote IP. Is there a setting in the connector to specify that the server is only to be accessed via localhost? I know I can just setup the firewall to not allow incoming on that port but I'd like to do it at the server level as well.

The reason for the client-side server is we needed an 'offline' version of our application and rather then support two codelines I went to the easier solution of creating an offline web application on the local client.

Anyways, one of our customers is voicing concerns about hackers gaining access to the laptop via the webserver, and I'd rather go back with them for with not only the local firewall solution but also a way to lock down the application server itself. Or is there an application server which would be better suited for this? We use tomcat in production which is why I went with it for the client-side suite.

Thanks for your assistance :)


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to