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 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 them?

Thanks for your answer! Peter

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


 

Did you try to use any packages?

Regards,
Sjoerd


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
Do you Yahoo!?
Shop for Back-to-School deals on Yahoo! Shopping.

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,
 
 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 them?
 
 Thanks for your answer! Peter
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 
 Did you try to use any packages?
 
 Regards,
 Sjoerd
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 -
 Do you Yahoo!?
 Shop for Back-to-School deals on Yahoo! Shopping.
 



-- 
:)
Atishay Kumar
Btech, SEM VII
DA-IICT
Gandhinagar - 382009
India
ph: +91 9825383948
/
 * Learn the rules as you would need them to break them properly *
 /

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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
 doesn't work. It shows the message of unknown class. How to use them?


did you import them?  put the package name in the import attribute of the 
jsps' page directive.
-- 
Edward Barrow 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 them?

Thanks for your answer! Peter

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 class. How to use them?

Thanks for your answer! Peter
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 

Did you try to use any packages?
Regards,
Sjoerd
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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 the message of unknown class. How to use them?

Thanks for your answer! Peter
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 

--
John Villar
Gerente de Proyectos
Computadores Flor Hard Soft 2058 C.A.
www.florhard.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

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 of my war file, 
but the JSP doesn't work. It shows the message of unknown class. How 
to use them?

Thanks for your answer! Peter
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 

Did you try to use any packages?
Regards,
Sjoerd
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Kind Regards
Schalk Neethling
Web Developer.Designer.Programmer.President
Volume4.Development.Design.Branding
emotionalize.conceptualize.visualize.realize
Tel: +27125468436
Fax: +27125468436
email:[EMAIL PROTECTED]
Global: www.volume4.com
South-Africa: www.volume4.co.za
This message contains information that is considered to be sensitive or confidential 
and may not be forwarded or disclosed to any other party without the permission of the 
sender. If you received this message in error, please notify me immediately so that I 
can correct and delete the original email. Thank you.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]