• 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

:confused: Info reqd for jsdk installation: urgent

 
Ranch Hand
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all.
I've downloaded jsdk api class files in the form of a ZIP file after unzipping i got a file named servlet.jar after that how to proceed plz lemme know.
also if i'm trying to install it with double click on the downloaded icon it makes the computer hang Plz help.
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I really suggest working with the Tomcat server from
http://jakarta.apache.org/
It has better documentation and examples. Sun intends for the Tomcat server to be the "reference" version of servlet and JSP technology.

------------------
author of:
<ul>
<a href=http://www.amazon.com/exec/obidos/ASIN/1576102610/electricporkchop>Java 2 Exam Prep</a><br>
<a href=http://www.amazon.com/exec/obidos/ASIN/1576102912/electricporkchop>Java 2 (Exam Cram)</a><br>
<a href=http://www.amazon.com/exec/obidos/ASIN/0782128092/electricporkchop>Java Developer's Guide to Servlets and JSP</a><br>
<a href=http://www.amazon.com/exec/obidos/ASIN/0782128270/electricporkchop>Java Developer's Guide to E-Commerce with XML and JS</a><br>
</ul>
 
amit shukla
Ranch Hand
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
after downloading the API class files i'm not able to locate servletrunner plz tell me what may be the problem...
 
Ranch Hand
Posts: 36
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Iam also using jsdk to execute my servlets. the JAR file that you have got after unzipping the zip file should be added to the classpath. it contains the necessary classes for servlets to be executed.
you will find two files -- startserver.bat, stopserver.bat to start and stop the servlet engine respectively.
(or)
you might have a servletrunner.exe filw which will execute the servlet engine in the bin directory of the jswdk root directory.
Hope this helps.
Please come back to me if you want any more details.
My mail-ID is prabhu_vc@yahoo.com
===============================================================
Prabhu.V.C


------------------
 
amit shukla
Ranch Hand
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanx a lot Prabhu.
 
amit shukla
Ranch Hand
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanx william . problem is i have win98 & not NT .. so cant use Tomcat.. am i rite
 
Sheriff
Posts: 7001
6
Eclipse IDE Python C++ Debian Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Tomcat runs fine on Windows 98. Give it a try.
 
reply
    Bookmark Topic Watch Topic
  • New Topic