Re: using my own classes in my web-app

2004-09-11 Thread Atishay Kumar
To unsubscribe, e-mail: [EMAIL PROTECTED] On Sat, 11 Sep 2004 05:03:52 -0700 (PDT), Arniel Pepito <[EMAIL PROTECTED]> wrote: > To moderator: > > PLEASE REMOVE ME FROM THIS MAILING LISTS > > THANK YOU! > > Sjoerd van Leent <[EMAIL PROTECTED]> wrote: > Peter Jarunek wrote: > > >Hello, > > >

Re: using my own classes in my web-app

2004-09-11 Thread Arniel Pepito
To moderator: PLEASE REMOVE ME FROM THIS MAILING LISTS THANK YOU! Sjoerd van Leent <[EMAIL PROTECTED]> wrote: Peter Jarunek wrote: >Hello, > >I'm new to Tomcat and need a help. I'd like to use my own classes in my JSPs, >but I can not reach them from my JSPs. I added them (already comp

Re: using my own classes in my web-app

2004-09-07 Thread Edward Barrow
On Monday 6 September 2004 21:27, Peter Jarunek wrote: > Hello, > > I'm new to Tomcat and need a help. I'd like to use my own classes in my > JSPs, but I can not reach them from my JSPs. I added them (already compiled > .class files) into WEB-INF/classes directory of my war file, but the JSP > does

Re: using my own classes in my web-app

2004-09-06 Thread Schalk Neethling
Have you registered your servlets via the web.xml? Sjoerd van Leent wrote: Peter Jarunek wrote: Hello, I'm new to Tomcat and need a help. I'd like to use my own classes in my JSPs, but I can not reach them from my JSPs. I added them (already compiled .class files) into WEB-INF/classes directory o

Re: using my own classes in my web-app

2004-09-06 Thread John Villar
try restarting tomcat Peter Jarunek escribió: Hello, I'm new to Tomcat and need a help. I'd like to use my own classes in my JSPs, but I can not reach them from my JSPs. I added them (already compiled .class files) into WEB-INF/classes directory of my war file, but the JSP doesn't work. It shows

Re: using my own classes in my web-app

2004-09-06 Thread Sjoerd van Leent
Peter Jarunek wrote: Hello, I'm new to Tomcat and need a help. I'd like to use my own classes in my JSPs, but I can not reach them from my JSPs. I added them (already compiled .class files) into WEB-INF/classes directory of my war file, but the JSP doesn't work. It shows the message of unknown c

using my own classes in my web-app

2004-09-06 Thread Peter Jarunek
Hello, I'm new to Tomcat and need a help. I'd like to use my own classes in my JSPs, but I can not reach them from my JSPs. I added them (already compiled .class files) into WEB-INF/classes directory of my war file, but the JSP doesn't work. It shows the message of unknown class. How to use the