• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to closed a port on jboss 4.0.5ga

 
Ranch Hand
Posts: 36
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello there,
as far as i know the default port in jboss as below and i just want to figure out what happen if i closed certain port
for example port 1099 which run the RMI registry service
how can i closed the particular port?
1) can i just simply modify the server.xml
2) is there command available?

thanks
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
To close port 1099 you would have to disable the RMI service, which means locating all files and configuration information remated to RMI and removing it fro the server configuration. And there is no RMI config information in server.xml - that file contains HTTP-related info only.
 
aida haslinda
Ranch Hand
Posts: 36
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
yeah, thanks peter

disable the RMI service, which means locating all files and configuration information remated to RMI and removing it fro the server configuration.



did you mean by removing the rmi-il-service.xml ?
but the thing is i couldn't locate the xml file in any folder in jboss 4.0.5ga

any guidance would highly appreciate
Again. Thanks
 
reply
    Bookmark Topic Watch Topic
  • New Topic