Hello Kevin,
Kevin Duffey wrote:
> Hi,
>
> >your problem is the setProperty * part .......... Orion has yet to support
> >this. I and a few others have already complained about this. For a quick
> >fix just put the exact properties that may be called, but it seems to me
> >Orion is putting all their effort into the EJB compatibility, not JSP
> >problems ............. just my opinion......
>
> Really? This worked in .8.2 when I ran it no problem. So the property="*"
> was fine then. Maybe it was broken since then. Anyone know from the Orion
> team?
>
property="*" should definately work. It works in our tests but we'll look into
this to see if there's a problem.
>
> Incidentally, anyone know why it is classes cant be reloaded by the server
> at runtime? It would be great if I could compile a class, say a core base
> class, and the server would see that the file is different (time/day stamp
> maybe?) then unload and reload the class for me when I compile the class.
> Does this behavior exist for any server..or is it always normal to shut down
> the server and restart it to get new classes loaded? I recall seeing here
> someone once said that there is never a reason to shut down the server.
>
Do you have to restart every time? In the most common cases, recompiling a class
will make it reload, if this doesn't happen for you, something is wrong and we'd
like to investigate it. You should definately not have to restart all the time.
>
> On that same note, when deploying a .ear or .war, do I have to restart the
> server, or can I deploy one or both of these files to our production server
> and not have to restart it (unless database table changes were made)?
>
No, you do not have to restart the server when deploying or redeploying
applications.
Regards,
Karl Avedal