Re: servlet url pattern problem!

2007-04-04 Thread jacky
JSP <%@ page contentType="text/html;charset=UTF-8" language="java" %> -Rashmi On 4/5/07, jacky <[EMAIL PROTECTED]> wrote: > It is /servlet/login indeed. In fact, my jsp structure is as > following: > in index.jsp:

Re: servlet url pattern problem!

2007-04-04 Thread jacky
It is /servlet/login indeed. In fact, my jsp structure is as following: in index.jsp: in top.jsp: .. //here, the form will be submit On 4/3/07, David Delbecq <[EMAIL PROTECTED]> wrote: En l'instant précis du 03/04/07 11:47, jacky s'exprimait en ces termes: > in

servlet url pattern problem!

2007-04-03 Thread jacky
://localhost:8080/test/login can be accessed correctly. in web.xml: login /login in jsp: Your help is appreciated! -- Best Regards. jacky

Re: Re: context error

2006-02-16 Thread jacky
I added the , it still doesn't work Best Regards. jacky - Original Message - From: "Caldarale, Charles R" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Friday, February 17, 2006 10:13 AM Subject: RE: Re: context error &g

Re: Re: context error

2006-02-16 Thread jacky
I added the reloadable="true" crossContext="true", but the same errors occur. Best Regards. jacky - Original Message - From: "Warren Pace" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Friday, February 1

Re: Re: context error

2006-02-15 Thread jacky
BTW, if i remove the from the server.ml, then tomcat can start. but i can't login the manager tool which is http://localhost:8080/manager/html with admin/admin, and still can't access myworkflow by http://localhost:8080/myworkflow/ Best Regards. jacky

Re: Re: context error

2006-02-15 Thread jacky
: //here, myworkflow is my web app. Best Regards. jacky - Original Message - From: "Warren Pace&quo

Re: context error

2006-02-14 Thread jacky
hi, Mike, Do you mean put all directories together? No, we need to separate them. So, any other suggestions about this problem? Best Regards. jacky - Original Message - From: "Mike Sabroff" <[EMAIL PROTECTED]> To: "Tomcat Users List"

context error

2006-02-13 Thread jacky
ntext. $CATALINA_HOME/bin/ shared/ server/ $CATALINA_BASE/bin/ conf/ webapps/ logs/ work/ Context is as following: Best Regards. jacky

Re: jdbc context

2006-02-13 Thread jacky
ok, thanks a lot! Best Regards. jacky - Original Message - From: "Duan, Nick" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Tuesday, February 14, 2006 12:21 AM Subject: RE: jdbc context Well, I guess it was my mistake. In Tomc

RE: jdbc context

2006-02-13 Thread chen jacky
only to particular applications. If this JDBC connection is only used by the workflow web app, defining it in web.xml is actually preferred. ND -----Original Message- From: jacky [mailto:[EMAIL PROTECTED] Sent: Monday, February 13, 2006 5:07 AM To: users@tomcat.apache.org Subject: jdbc cont

jdbc context

2006-02-13 Thread jacky
s for your help! Best Regards. jacky

Re: wrong System encoding

2006-01-18 Thread chen jacky
hi, Yes, i have run a java application at commant prompt, it prints "ISO-8859-15". From: Anto Paul <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" To: Tomcat Users List Subject: Re: wrong System encoding Date: Wed, 18 Jan 2006 16:32:14 +0530 On 1/18/06, jacky

wrong System encoding

2006-01-18 Thread jacky
ight encode to write/read file. BTW, i wander why the encode of tomcat container changes to "utf-8". Is the reason because i used "reponse.setContentType("text/html; charset=utf-8")? Any suggestion is helpful! Best Regards. jacky