Hi Gloria.
You put your classes in
  [yourapp]
        |_WEB-INF
                   |_classes
                        yourclass.class

If your class is in package . For example: anything1.anything2.MyClass.class

  [yourapp]
        |_WEB-INF
                   |_classes
                        |_anything1
                            |_anything2
                                MyClass.class

If you have any jar file for your webapp classpath, you can put in
[yourapp]
    |_WEB-INF
        |_lib
            jar file


----- Original Message -----
From: "Gloria" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, October 24, 2002 15:37
Subject: asking for help


> I downloaded tomcat version: jakarta-tomcat-4.1.10, I know
> where to place my
> servlet class files and JSP files, but I don't know where I place bean
> classes which is called by jsp file? I placed it into
>  "common\classes", it
> does n't work. I will approciate if you can give me a help.
> Thank you
>
>
> --
> To unsubscribe, e-mail:
<mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
> For additional commands, e-mail:
<mailto:tomcat-user-help@;jakarta.apache.org>
>
>


--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Reply via email to