You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by GP...@double-one.it on 2005/01/17 18:43:40 UTC

Developing a large project using Tomcat, please help me

Hi,
we are developing a large java project using Tomcat.
On the same project works several persons and the project counts
serveral thousand of classes.

The project has (in few words) three big places:
- standard: the place in which are placed all the classes (not jar but
classes)
- patches: the places in which are places the bug-fixes of standard classes
- work in progress: the place in which a developer develop his own
modification to a standard class

Each developer has its own Tomcat.

Now, imagine that
- in standard classes is there a class named: helpme.class
- this class has been bug-fixed and in  patches is there the same class
- a developer is working on its own local copy of this class and he has
  places it in his own work-in-progress folder

Is possible using Tomcat to manage a situation like that?
In other word, If I develop using j2SE standard, to obtaint what i want,  I
simply set my CLASSPATH
env variable in this way;

set
CLASSPATH=x:\MyWorkInProgress\classes;x:\AllPatches\classes;x:\Standard\classes


And java default classpath ensure me that it loads helpme.class first
looking in WowkInProgress,
than, if not found, in AllPatches, than, if not found in standard

Is it possible during Tomcat runtime to have something like that (possibly
WITHOUT using jar)

Thank you very much in advance.


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Java command line args

Posted by "K. Mike Bradley" <km...@mikienet.com>.
Can anyone elaborate what these switches mean to java.exe?
I know some of them.


Java.exe
 -server			Use server jvm.dll in a folder called
server??
 -Xbatch			?
 -Xms64m			Minimum memory
 -Xmx512m			Maximum memory
 -XX:MaxPermSize=128m	?
 -Xminf0.3			?
 -Xmaxf0.3			?
 -DJAVA_COMPCMD=STACKTRACE		?
 -Dsun.java2d.noddraw=true		?
 -XX:NewRatio=10				?
 -XX:MaxNewSize=64m			?
 
-Djavax.xml.parsers.SAXParserFactory=org.apache.xerces.jaxp.SAXParserFactory
Impl				XML parser to use other than the default???
 
-Djavax.xml.parsers.DocumentBuilderFactory=org.apache.xerces.jaxp.DocumentBu
ilderFactoryImpl		another XML parser???
 -Dcatalina.base=webserver		This I know
 -Dcatalina.home=webserver		and this too
 -Doverride.db.lock			?


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org