Re: How to save the log info to log file

2011-10-11 Thread ganu MailList
Thanks 2011/10/11, Pid : > 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

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 Pid > On 19/10/2010 08:51, Wesley Acheson wrote: > > On Tue, Oct 19, 2010 at 3:54 AM, ganu MailList > 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 thi

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

2010-10-19 Thread ganu MailList
2010/10/19 Wesley Acheson > On Tue, Oct 19, 2010 at 3:54 AM, ganu MailList > 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 written onem

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. org.apache.axis2.