sir,
1.would like to know the difference between j2sdkeeplatform and other servers as jws,iis etc.2 i have installed j2sdkee in my system after creating a servlet file and compiled to class file how to run it using j2sdkee and where to store the class file as in the case of jsp where it is stored in public_html directory.
-
difference between j2sdkee and jws (1 messages)
- Posted by: murali dharan
- Posted on: March 09 2001 04:47 EST
Threaded Messages (1)
- difference between j2sdkee and jws by Srinivas Janakiraman on March 09 2001 16:22 EST
-
difference between j2sdkee and jws[ Go to top ]
- Posted by: Srinivas Janakiraman
- Posted on: March 09 2001 16:22 EST
- in response to murali dharan
J2sdkee server is a J2EE compiant server but others are not. J2EE is a set of specification given by sun.
To deploy servlets and JSPs in J2SDKEE, you have to create a .war file with JSPs in it and web.xml under WEB-INF and servlet classes under WEB-INF\classes.
Srinivas.J