system.property in web.xml

2005-08-24 Thread Davide Frigerio
Hi, I would ask to you if is possible to set a java system.property for a web application by web.xml file application. Thanks. -- -- Davide Ing. Frigerio Wise-Lab S.r.l. c/o Polo Regionale di Como - Politecnico di Milano P.le Gerbetto, 6

Re: Multidoc-jnr - opinions?

2005-08-24 Thread Henning Schmiedehausen
Hi, I toyed with similar ideas for a long time (I even had once an intern whip something up), however, there are a number of drawbacks: - different versions. The osjava variant tries to get this right by allowing the user to choose the versions. - inter-project links. Phils' variant builds

sharing directory between web application

2005-08-24 Thread Davide Frigerio
Hi, I would you like to know if it is possibile in Tomcat to share the same directory between two different web application? Thanks, -- -- Davide Ing. Frigerio Wise-Lab S.r.l. c/o Polo Regionale di Como - Politecnico di Milano P.le

Re: Multidoc-jnr - opinions?

2005-08-24 Thread Henri Yandell
On Wed, 24 Aug 2005, Henning Schmiedehausen wrote: Hi, I toyed with similar ideas for a long time (I even had once an intern whip something up), however, there are a number of drawbacks: - different versions. The osjava variant tries to get this right by allowing the user to choose the

Re: sharing directory between web application

2005-08-24 Thread sebb
This question would be better asked on the tomcat-user mailing list... On 24/08/05, Davide Frigerio [EMAIL PROTECTED] wrote: Hi, I would you like to know if it is possibile in Tomcat to share the same directory between two different web application? Thanks, --

Re: system.property in web.xml

2005-08-24 Thread sebb
This question would be better asked on the tomcat-user mailing list... On 24/08/05, Davide Frigerio [EMAIL PROTECTED] wrote: Hi, I would ask to you if is possible to set a java system.property for a web application by web.xml file application. Thanks. --

Re: Multidoc-jnr - opinions?

2005-08-24 Thread Phil Steitz
Henri Yandell wrote: On Wed, 24 Aug 2005, Henning Schmiedehausen wrote: Hi, I toyed with similar ideas for a long time (I even had once an intern whip something up), however, there are a number of drawbacks: - different versions. The osjava variant tries to get this right by allowing the

Re: Multidoc-jnr - opinions?

2005-08-24 Thread Phil Steitz
Sorry, should be http://people.apache.org/~psteitz/apidocs/maven.xml -Phil - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Multidoc-jnr - opinions?

2005-08-24 Thread Henri Yandell
On Wed, 24 Aug 2005, Phil Steitz wrote: Henri Yandell wrote: Nicest would be to do this in maven.xml; have it automatically know the structure of the local javadoc tree and link the dependencies in. Easiest is to just hack each one into the project.properties. I got the single big