Hi friends
I want to know how to identify the Urls for the following web application servers ( eg tomcat we can identify by seeing URL 8080)
u2022 JBoss
u2022 Oracle Application Server
u2022 Sun Java System Application Server (Unix only)
u2022 SAP NetWeaver AS Java
u2022 Tomcat
u2022 WebLogic
u2022 WebSphere
Thanks
Hi MDFASI,
Tomcat uses port 8080 by default, I believe JBoss also uses port 8080 by default, you would need to check the documentation for the other web application servers I suppose.
Weblogic is port 7001 or 7002 (SSL).
I hope this is a very helpful answer to you.
Kind regards,
John
Hi,
Sun Java System AS also uses port 8080.
Netweaver AS is port 50200, Oracle 7777 and Websphere 9080.
I hope this helps.
Regards,
Yosra
thanks