Originally posted by Niranjan Deshpande: does wsdp have a screen, which shows up whn started
No, the JWSDP is simply an expansion package to the application server.
The startup command is
asadmin is simply a script in the "bin" directory of your server installation. So if you haven't set you path to point to the "bin" directory, you'll have to change your current working directory to it. Once the server has started point your browser to http://localhost:4848 to open the Admin Console. Now you should be able to log in as the "admin" user (the default password is "adminadmin" or whatever you specified when you installed it).
When you are done go back to the command line prompt and issue:
Originally posted by Niranjan Deshpande: Is WSDP analogous, i.e. for writing WS code we need the WSDP. correct?
No. Web Service functionality (JAX-WS) is included in Sun's Java EE 5 and Java SE 6 platforms. You can implement JAX-WS web services with Java SE 5 if you install JAX-WS 2.x - it includes the com.sun.net.httpserver.HttpServer to host the web service without an additional servlet container.
I suspect that Sun kept the JWSDP separate from the J2EE 1.4 server because web service technology was developing much quicker than the rest of the platform; that way they could update it faster. It went from 1.0 to 1.6 and then 2.0 (which included the first JAX-WS).
i am confused a bit. when i start the server i see 9.1_01 as the title of the admin console browser.
This means i have 9.1 on my machine. but as said by peer when i should have 8.2. so when i try to uninstall the server, the uninstall utility asks me 'should i uninstall the 8.2 server'. Isnt it strange?
The folder that is there on my machine is C:\Sun\AppServer\bin
How do i check the version of the server that is installed?
SCJP 1.4 - 95% [ My Story ] - SCWCD 1.4 - 91% [ My Story ] Performance is a compulsion, not a option, if my existence is to be justified.