JSP Compilation

2002-01-03 Thread Rice, Ted
How can one call Orion's built in JSP Compiler to do pre-compilation of JSPs? I know other applicaiton server's, such as Tomcat and WL, distribute and support external JSP Compilation. Hopefully, Orion does as well. Thanks, Ted Rice

RE: Re: Very Long Deployment Time

2001-12-19 Thread Rice, Ted
ribution from Sun. Any clue? Thanks in advance, Gustavo Comba - Original Message - From: Rice, Ted To: Orion-Interest Sent: Monday, December 17, 2001 11:50 PM Subject: RE: Very Long Deployment Time try using

RE: Very Long Deployment Time

2001-12-17 Thread Rice, Ted
try using jikes for your compiler inside of orion. we experience similar delays in deployment and using jikes cut deployment time to about 10% of the original time. ./ted -Original Message-From: Gustavo Comba [mailto:[EMAIL PROTECTED]]Sent: Monday, December 17, 2001 8:34

Auto Class Reloading

2001-10-12 Thread Rice, Ted
i have read, and re-read, all of the postings on class (re)loading in relation to deployed applications inside orion. yet, i still have some unanswered questions. in my past experience, compiling classes to the ./WEB-INF/classes directory and touching either the web.xml or application.xml file

[Repost]: Class Reloading in Web-Apps

2001-08-06 Thread Rice, Ted
What are the capabilites of Orion in terms of class reloading, in relation to a deployed web application, while the server is running. If you change a java file, and recompile it to the ./WEB-INF/classes directory, should Orion not detect the change and use the new class? Are there any

Class Reloading in Web-Apps

2001-07-27 Thread Rice, Ted
What are the capabilites of Orion in terms of class reloading, in relation to a deployed web application, while the server is running. If you change a java file, and recompile it to the ./WEB-INF/classes directory, should Orion not detect the change and use the new class? Are there any

RE: Concurrency

2001-07-27 Thread Rice, Ted
you are working with a non-synchronized collection. if you get an iterator and attempt to modify the backing list with multiple threads you will receive a ConcurrentModificationException. synchronize on the the iterator or list. ./ted -Original Message- From: Lopez Esteban

java.security.AccessControlException from Servlet

2001-07-19 Thread Rice, Ted
Has anyone experienced an AccessControlException while creating and binding an RMI Server from a Servlet. The particular action it fails on seems to be random. Sometimes, it's setting a Property and at other times it fails when binding the RMI Server to a port. Here is my java.policy file: