CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 2000
    Posts
    2

    Developing Servlets in Visual Age

    I am new to Visual Age.

    Could some one help in how to develop Servlets in Visual Age 3.0.2. I wanted to develop servlet with visual components.

    Thank you


  2. #2
    Join Date
    May 2000
    Posts
    2

    Re: Developing Servlets in Visual Age

    test


  3. #3
    Join Date
    May 2000
    Location
    NJ,USA
    Posts
    64

    Re: Developing Servlets in Visual Age

    Hi, You need to import IBMServletIDEUtility package from repository to ur workbench. It will contains JSDKServletRunner, by which u can run ur servlets. First of all u have to run this particular JSDKServletRunner, by doing so, u will get a message in ur console saying "Server running #some default port# ". Then run ur servlet as same as ur normal java class.
    I hope it could help U
    Sreeni


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured