Re: How to save the log info to log file

2011-10-11 Thread ganu MailList
Thanks 2011/10/11, Pid p...@pidster.com: On 09/10/2011 03:24, ganu MailList wrote: In windows, How to let the tomcat write the catalina log to the log file, I find that in the linux ,the log will be saved to the log file , but in the window 7, the log is print to the console. how to set

Re: How to save the log info to log file

2011-10-08 Thread ganu MailList
In windows, How to let the tomcat write the catalina log to the log file, I find that in the linux ,the log will be saved to the log file , but in the window 7, the log is print to the console. how to set ?

How to debug WAR package?

2011-03-02 Thread ganu MailList
I use a WAR package on tomcat to create a web service, this WAR package call JNI dll to do something. Now I want to debug this WAR package and JNI dll,How can I do it ? Visual Studio support debug JNI dll ?

Re: How to write the web.xml file in WAR package

2010-10-19 Thread ganu MailList
2010/10/19 Wesley Acheson wesley.ache...@gmail.com On Tue, Oct 19, 2010 at 3:54 AM, ganu MailList ganu4maill...@gmail.com wrote: I need transmit one java project to the WAR package then put it under the tomcat. But I donot know how to write web.xml of this project rightly. I had

Re: How to write the web.xml file in WAR package

2010-10-19 Thread ganu MailList
2010/10/19 Pid p...@pidster.com On 19/10/2010 08:51, Wesley Acheson wrote: On Tue, Oct 19, 2010 at 3:54 AM, ganu MailList ganu4maill...@gmail.com wrote: I need transmit one java project to the WAR package then put it under the tomcat. But I donot know how to write web.xml

How to write the web.xml file in WAR package

2010-10-18 Thread ganu MailList
I need transmit one java project to the WAR package then put it under the tomcat. But I donot know how to write web.xml of this project rightly. I had written onem but error. Tomcat cannot start this servlet. Can anyone teach me how to modify it? Following is web.xml file.