Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. SUR803

    How to invoke servlet in J2EESDK 1.4

    Thanks a lot sedj. Yes I want to use full J2EE server capabilities.This is just my starting point.Anyway the web.xml file I am using(generated by the Deploytool) as below: --------------------------------- <?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?> <web-app...
  2. SUR803

    How to invoke servlet in J2EESDK 1.4

    Hi All, I have downloaded the j2eesdk-1_4-dr-windows-eval.exe software. Then I have written the following Servlet as my first servlet ever: -------------------------------------------------------------------------- package hall; import java.io.*; import javax.servlet.*; import...

Part and Inventory Search

Back
Top