Guys,

I'm both for and against this new Orion list, but surely we're solving
NOTHING other than creating more email if we send support messages to both
lists? (Meaning everyone subscribes to both lists, everyone get's everything
twice)

Is there a sensible way we can resolve this? Personally I'd say use o-i when
it's up, only use the egroups list when there's a problem.

-mike


Mike Cannon-Brookes :: [EMAIL PROTECTED]

Atlassian :: http://www.atlassian.com
     Supporting YOUR J2EE World



> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Daniele
> Arduini
> Sent: Sunday, August 26, 2001 7:14 PM
> To: Orion-Interest
> Subject: Re: Virtual DirecTory --> Help
>
>
> Eddie Post wrote:
>  > Hellu,
>  >
>  > I am trying to exculde my JSP files from the war file, such that the
>  > designer can easily change them without my help (withoud deployment,
>  > etc...).
>  >
>  > Anyone any idea/advice how to do that as I tried many things, but
>  > appearantly am not able to succeed ?
>  >
>
> 1. create an "orion" user and an "orion" group.
> 2. chown -R orion:orion /opt/orion
> 3. Run Orion as "orion" user from a shell script:
>     ...
>     umask 002         # IMPORTANT!
>     cd /opt/orion
>     java -jar orion.jar $@
>     ...
>
> 4. add your designer to the "orion" group.
>     in /etc/group:
>     ...
>     orion::204:designer
>     ...
>
> 5. use symbolic links to enable access .jsp pages from
>     designer's home.
>
>
> bye,
> Daniele Arduini
>
>
>  > What I tried  (I am running on a linux box, RedHat 7.0, Orion
> 1.5.1, JDK
>  > 1.3) ?
>  > - First I changed the jsp entry in my web.xml, from a relative
> path to a
>  > absolute path, that doesn't work, as he always starts looking
> from within
>  > the web application:
>  > -----------
>  >  <servlet>
>  >   <servlet-name>MainWebShop</servlet-name>
>  >   <display-name>Main page of web-shop</display-name>
>  >   <description></description>
>  >
>  >
> <jsp-file>/home/development/vwr/web-client/jsp/webwinkel/html/main
> .jsp</jsp-
>  > file>
>  >  </servlet>
>  > ----------
>  > - I did add a virtual directoy entry in orion-web.xml of the the
> default web
>  > application, as the application runs under the default web application:
>  > -----
>  > <virtual-directory real-path="/home/development/vwr/web-client/jsp"
>  > virtual-path="/VWR/jsp" />
>  > ----
>  > However this doesn't work as the j2ee application itself listens to
> the root
>  > url /VWR/.
>  > It also tried the following:
>  > -----
>  > <virtual-directory real-path="/home/development/vwr/web-client/jsp"
>  > virtual-path="/VWR_jsp" />
>  > ----
>  > Which works but then the jsp's don't run in the application
> environment, and
>  > as such you need to make a connection as if you were an external j2ee
>  > client, which isn't very logical ofcource.
>  > - I tried to put a symbolic link in the war file to the jsp's, but jar
>  > doesn't understand that. It will just copy all the files.
>  >
>  > Any ideas are more than welcome.
>  >
>  > Eddie :(
>  >
>  >
>
>
>
>


Reply via email to