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, lesson1.


When you use taglis in your custom app, you should put your taglib in your /[app-name]/WEB-INF/lib/ directory, and point it out in your /[app-name]/WEB-INF/web.xml descriptor. But that is not needed for testing.

Hope this helps,

Magnus Rydin
WebTeknik AB
[EMAIL PROTECTED]


> -----Original Message-----
> 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.
>
> bye,
> Kumar

Reply via email to