Upgrade to Tomcat4.0

2001-11-20 Thread ivy chen
I have an application base on tomcat3.2.1,want to upgrade to tomcat4.0,and found out the setting of tomcat4.0 is so much different from tomcat3.2.1. Anybody could give me some hints?Thanks in advance.    

jdbc error.

2001-09-21 Thread ivy chen
Hi,all I connected MSsql server with type4 jdbc driver. I want to execute two update statement in a transaction.the code as below: .. dbCon.setAutoCommit(false); strSql="update ms_empType set type_desc=? ,salary_type=?,prob_after=?,prob_unit=?,"+ "fix

Re: Tomcat as NT service problem

2001-08-31 Thread ivy chen
you should add classpath definations in file: %tomcat_home%\conf\wrapper.properties - Original Message - From: "SriHari" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 28, 2001 6:08 AM Subject: Tomcat as NT service problem > Hi > When i am running my tomcat as a nt se

Re: Tomcat As NT service

2001-08-26 Thread ivy chen
you can find the download tip in %tomcat_home%\doc\NT-Service-howto.html - Original Message - From: "SriHari" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, August 26, 2001 11:38 PM Subject: Tomcat As NT service > Hi there > > where can i find tomcat as a NT. service patch(d

No Subject

2001-08-26 Thread ivy chen
Hi all, I created a web application on tomcat,while i visist files in this application ,it works fine,but when i entry a wrong filename in the address bar,it will show the structure of the specfied path.Is it a function what Tomcat default design?How can I disable this function?   Best Rega

pls recommend a good book for java & xml.

2001-08-15 Thread ivy chen
There so many books in the market,which one is more useful?

Howto get the value of web.xml parameters?

2001-08-13 Thread ivy chen
Hi,all. I want to set some global variables by the parameters in web.xml when the web server inited. so: 1)How I can get the value of web.xml parameters in jsp? 2)How I can make a servlet run at the beginning of the web server inited? Thanks for your answer(s). BestRegards Ivy