RE: help: How Do I run My JSP Program

2000-05-14 Thread Magnus Rydin
Title: RE: help: How Do I run My JSP Program Hi Kumar, you could just put your mytags.jar and your .jsp file in the root of your /default-web-app/ and execute it by running http://localhost/[name].jsp in a normal browser. Im sorry if this wasnt spelled out clear enough in the tutorial

help: How Do I run My JSP Program

2000-05-12 Thread kandasami kumaravel
Hi All! I have created , my custom tags in JSP .WHere Can I Put all my class files,jar & jsp files.So I can test the tags. Lesson1: in Jsp ,tells how to create ..but I don't see documentation were to load & execute. Please giude me to run my First TAG extension program in JSP using orion.