Click to See Complete Forum and Search --> : Developing Servlets in Visual Age


kondurimurty
May 6th, 2000, 08:53 PM
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

kondurimurty
May 7th, 2000, 05:02 PM
test

vasgaddam
May 31st, 2000, 03:29 PM
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