Encoding Setting for PrintWriter

2001-06-25 Thread LUN
Hi all, I want to ask is ther any method to set the encoding for the tomcat, I got the PrintWriter by PrintWriter out = response.getWriter(), but I cannot print the String by correct encoding. I only can do this by getOutputStream instead of getWriter() and write bytes instead of

RE: IIS with Tomcat 3.2.1 on Windows 2000

2001-05-27 Thread LUN
quot;H:\\apps\\tomcat\\conf\\workers.properties" > "worker_mount_file"="H:\\apps\\tomcat\\conf\\uriworkermap.properties" > > -Original Message- > From: LUN [mailto:[EMAIL PROTECTED]] > Sent: Saturday, May 26, 2001 12:25 PM > To: tomcat-user > Su

IIS with Tomcat 3.2.1 on Windows 2000

2001-05-26 Thread LUN
Hi all, I have installed IIS with Tomcat 3.2.1 on Windows 2000 Server English. but I found that the filter cannot show the green up arrow. I have checked the setting and restart the server many times. Since I have do that succssfully with the same OS. Anyone have recommendation ??

IIS with Tomcat 3.2.1 on Windows 2000

2001-05-26 Thread LUN
Hi all, I have installed IIS with Tomcat 3.2.1 on Windows 2000 Server English. but I found that the filter cannot show the green up arrow. I have checked the setting and restart the server many times. Since I have do that succssfully with the same OS. Anyone have recommendation

Tomact 3.2.1 with IIS on Windows 2000 advanced Server

2001-05-15 Thread LUN
Hi, I have followed all the steps in the document, all the filter is on green upward pointing, but the error comes out in the isapi.log [jk_isapi_plugin.c (429)]: In HttpFilterProc test redirection of/examples/ [jk_uri_worker_map.c (344)]: Into jk_uri_worker_map_t::map_uri_to_wo

RE: Manager in Tomcat 4.0

2001-02-09 Thread LUN
t: Friday, February 09, 2001 6:13 PM > > > To: '[EMAIL PROTECTED]' > > > Subject: RE: Manager in Tomcat 4.0 > > > > > > Try looking at $TOMCAT_HOME/conf/tomcat-users.xml > > > > > > J. Andrade. > > > > >

Manager in Tomcat 4.0

2001-02-09 Thread LUN
Hi, I am using tomcat 4.0, how can I login to the manager, what is the user name and password, anyone can tell me where I can find . Thanks in Advance ! LUN - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Nested Servlet Zone

2001-01-10 Thread LUN
Hi, I have a problem with the servlet zone. I can run servlet /examples/servlet/ directory but cannot run servlet in /examples/servlet/xxx/ where xxx is a sub-directory. I think it is a problem about servlet zone. Do anyone have an idea? Thank you very much. ---

Reload classes

2000-12-29 Thread LUN
Hi all, I have set our database connection at application scope. All is OK now. However, if one of the servlet class is changed and then auto-reloaded, the class will no longer get the connection--- when I get the connection (in object type) and try to cast it back to connection

Tomcat in J2EE

2000-11-15 Thread LUN
Hi all, I would like to how to where the jar of Tomcat in J2EE, where should I place the jsp and servlet in J2EE, may be say, should I set the tomcat in J2EE Yours, LUN