RE: Please can someone post an example of there Environment setup 4 tomcat 4

2001-12-28 Thread Chen, Fang
My experience is that the dos version in Win9x could not hold a lot of environment variables if you do not change the initial setting of the memory. Open a DOS window. Check the properties and set the initial environment size to a bigger value. Then run the startup if you include the tomcat home

RE: Creating reports in PDF format

2001-12-27 Thread Chen, Fang
Depends upon how complex the report will be. I have done some of this kind of transformation before. One API is iText, which you can find from http://www.lowagie.com/iText/. My experience with iText is that it has some bugs to deal with table if the table needs to span several pages. Other than

Reload resources without restarting server

2001-12-26 Thread Chen, Fang
Hi, guys, I am pretty new to Struts. I was reading the Walk Through of the struts example from the struts installation. In the document, it is said that You can even reload the configuration and message resources without restarting the container. See the end of the web.xml file for details. I