On Oct 31, Michael G. Drew quoth:
> I there a way to configure the web server that is integrated with
> Jboss? I would like to lock down access to http://my.host.com:8082 . I
> realized that by looking at my XADataSource one could discover internal IP
> addresses, database names, and passwords. Not exactly the type of info I'd
> like the whole world to have. Is the embedded web server based on
> apache? If so where are the config files located? Any help (as
> always) is greatly appreciated.
Under linux we use ipchains to reject all access to those ports:
# ipchains -A input -s 0/0 -D 0/0 8082:8083 -p 6 -j DENY
Note that this is only our ipchains rule related to those ports, others
are used to control access in general to web ports and the like.
C=)
--------------------------------------------------------------------------
The fact that no one understands you doesn't mean you're an artist.
--------------------------------------------------------------------------
Caskey <caskey*technocage.com> /// TechnoCage Inc.
--------------------------------------------------------------------------
Oh no! Space monkeys are attacking! -- eddie izzard
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]