on 5/21/01 1:47 PM, "Bragg, Casey" <[EMAIL PROTECTED]>
wrote:

> My question is, does Turbine know to attempt to compile and use Index.java
> when I hit Index.vm?

No. It doesn't. You need to compile stuff yourself. There should be a
build.xml that you can use to do the compile step.

>  I think that's the idea, but my
> tdk/work/localhost/newapp/WEB-INF/lib directory is empty (I'm guessing
> that's where the compiled Index.class would be stored).

No. .jar's go into the lib directory. .class files go into the classes
directory.

> Note : Everything works fine if I compile my own Index.class, place
> Index.class in
> tdk/webapps/newapp/WEB-INF/classes/org/mycompany/newapp/modules/screens, and
> restart Turbine, but having to bounce the server sucks.

Turn on classreloading in the server.xml file.

-jon


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

Reply via email to