WAS
De WikiDeveloppez.
(Différences entre les versions)
(→Liens officiels) |
Version actuelle (1 mars 2009 à 16:52) (voir la source) |
||
- | WAS (Websphere Application Server) est un serveur d'application Java EE développé par IBM. | + | <rubrique id=4 /> |
+ | [[Catégorie:Java]] | ||
+ | [[Catégorie:Serveur d'applications]] | ||
+ | WAS (Websphere Application Server) est un serveur d'application [[JavaEE|Java EE]] développé par IBM. | ||
+ | |||
+ | Ce serveur d'applications tourne sur les systèmes : [[Windows]], [[AIX]], [[Solaris]], [[z/OS]], [[Linux]] | ||
A l'heure actuelle, les principales versions utilisées sont : | A l'heure actuelle, les principales versions utilisées sont : | ||
- | * WAS 5.1 : | + | * WAS 5.1 : Utilisé souvent avec un JDK 1.3 |
- | * WAS 6.0 : | + | * WAS 6.0 : Utilisé souvent avec un JDK 1.4 |
- | * WAS 6.1 : | + | * WAS 6.1 : Utilisé souvent avec un JDK 1.5 |
- | * WAS 7.0 : | + | * WAS 7.0 : Utilisé souvent avec un JDK 6.0 |
+ | |||
+ | |||
+ | Commandes AIX permettant de visualiser la version du JDK et de Websphere : | ||
+ | |||
+ | <pre><nowiki> | ||
+ | [root@aix] /usr/WebSphere/AppServer/java/bin> java -version | ||
+ | java version "1.4.2" | ||
+ | Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2) | ||
+ | Classic VM (build 1.4.2, J2RE 1.4.2 IBM AIX build ca142-20070317 (SR8) (JIT enabled: jitc)) | ||
+ | </nowiki></pre> | ||
+ | |||
+ | <pre><nowiki> | ||
+ | [root@aix] /usr/WebSphere/AppServer/properties/version>cat plateform.websphere | ||
+ | <?xml version="1.0" encoding="UTF-8"?> | ||
+ | <!DOCTYPE websphere PUBLIC "websphereId" "websphere.dtd"> | ||
+ | <websphere name="IBM WebSphere Application Server" version="5.1"/> | ||
+ | </nowiki></pre> | ||
+ | |||
+ | |||
+ | == Ports utilisés par défaut == | ||
+ | {{fr}} [http://publib.boulder.ibm.com/infocenter/wasinfo/v6r0/index.jsp?topic=/com.ibm.websphere.express.doc/info/exp/ae/rins_portnumber.html IBM : Ports par défaut] | ||
- | + | Lien type pour la console d'administration sous WAS 6.0 : http://localhost:9060/ibm/console | |
- | + | == Liens externes == | |
- | - | + | {{fr}} [http://www-01.ibm.com/software/fr/websphere/ Lien sur le site d'IBM] |