design issue .....

2004-01-27 Thread Shanta B
Hi I have a requirement .we have to develop a webservice Following is our requirement. 1)Client will send SOAP/HTTP request for imge(s). 2)We have(Service) to serve the corresponding image(s) through SOAP/HTTP. Now the design issues... I have two types of

RE: HELP: Servlet File Download solution.

2004-01-14 Thread Shanta B
Hi (B (BI had similar type of problem on windows 8 months ago We installed (Bpatch for IE5.x I can not remember exactly its better to look into (Bmicrosoft site. (B (B (B-Original Message- (BFrom: Rai Ou (BTo: 'Tomcat Users List' (BSent: 14/01/2004 8:14 AM (BSub

RE: javax.net.ssl.SSLHandshakeException: Could not find trusted c ertificate

2004-01-13 Thread Shanta B
This was caused by the remote server sending certificate that is unknown to the client...when client connects to a server the server sends its certificate to the client for authenticationwhen server sends its certificate java checkts in its default keystore i.e cacerts and realized that this

RE: JSP Editors

2003-11-28 Thread Shanta B
debbuging in JSP ¿or simply debugging? David Sierra Fernández e-mail: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > -Mensaje original----- > De: Shanta B [mailto:[EMAIL PROTECTED] > Enviado el: viernes, 28 de noviembre de 2003 11:35 > Para: ''Tomcat Users List&

RE: JSP Editors

2003-11-28 Thread Shanta B
JIDEA is also best .by using this u can go through internal java scource code and also option to remote debug ur servlets by using tomcat -Original Message- From: Bodycombe, Andrew To: 'Tomcat Users List' Sent: 28/11/2003 3:48 PM Subject: RE: JSP Editors www.jedit.org www.eclipse

RE: Odgovori: Character problem

2003-11-19 Thread Shanta B
just add CATALINA_OPTS="-Dfile.encoding=ISO-8859-2" it works fine -Original Message- From: [EMAIL PROTECTED] To: Tomcat Users List Sent: 19/11/2003 8:40 PM Subject: Odgovori: Character problem Hi! In your JSP put: <%@ page contentType="text/html; charset=iso-8859-2" language="java"

WebappClassLoader :Lifecycle error:CL stopped

2003-09-16 Thread Shanta B
Hi I am getting following error when i am calling shutdown.sh .whats the reason for this error. shanta.B - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

tomcat migration problem

2003-09-03 Thread Shanta B
[EMAIL PROTECTED] Hi I have an application siefriend..it had apache,jrun configuration.No w i am migrating to apache ,tomcat4.1.18 ...now i am getting following error. pl find my web.xml and catalina.out(sorry its big one). Thanks in advance shanta.B http://java.sun.com/j2ee/dtds/web-ap

? problem

2003-08-05 Thread Shanta B
Hi I need ur help ...In our application while creating a task we are entering taskid,now we are getting some problem when we include EUR symbol in taskid ..it will replace EUR symbol to €and it storing in database also like this ,because of this when user enter 5 EUR symbols it will makes data

RE: Tomcat and encoded spaces(%20) in URL

2003-08-04 Thread Shanta B
n Java 1.3, the default encoding is set to ISO-8859-1 which includes all the German special characters In Java 1.4, the default encoding is set to ASCII which converts all German special characters to '?' set CATALINA_OPTS="-Dfile.encoding=ISO-8859-1" in tomcat -Original Message- From:

RE: UTF-8 problems

2003-08-03 Thread Shanta B
Hi In Java 1.3, the default encoding is set to ISO-8859-1 which includes all the Country(German) special characters In Java 1.4, the default encoding is set to ASCII which converts all German special characters to '?' The fix for this problem was just setting an environment variable CATALINA

entity value for ? symbol

2003-07-31 Thread Shanta B
Hi I would like to know the entity value or code for EUR sign.Whenever we enter EUR1 in our HTML side we are getting back €1 as a value.We are using ISO-88591 as a character set,I found that ISO-88591 does not support this character or i did not find this value.Where as i found & as a entity val

RE: outof memory error

2003-07-09 Thread Shanta B
pect there is a serious memory leak. You can use a profiling tool, such as jmeter to examine your memory. http://jakarta.apache.org/jmeter/ Its free, but I've never used it, so I don't know how useful it will be. Andy -Original Message- From: Shanta B [mailto:[EMAIL PROTECTED] S

outof memory error

2003-07-09 Thread Shanta B
Hi Sorry for disturbing...i would like to whats the reason behind java.lang.outofmemory...because currently at one site we are getting these errors in mscore and locator...what may be the reason ..how should i debug the processes memoryif u have any idea or links u pl forward to me...in the

jikes1.18 problem

2003-07-09 Thread Shanta B
Hi I am getting following error when i am doing ant i am working on windows 2000 and my IDE is IntellijIDEA .i installed jikes1.18 ..i set its bin directory to path variable. Assertion failed:lit && "null argument to RegisterClass",file ../../jikes-1.18/src/bytecode.h do you have any i

RE: how to configure diff web applications under one tomcat

2003-07-07 Thread Shanta B
Hi I would like to know how to configure different web applications(web.xml) under one tomcat i dont want use separte class path for each webapplicationi would like use Tomcat class loader concept. Thanks & Regards Shanta.B ---

how to configure diff web applications under one tomcat

2003-07-07 Thread Shanta B
Hi I would like to know how to configure different web applications(web.xml) under one tomcat Thanks & Regards Shanta.B - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Encoding - UTF-16 vs ISO-8859-1

2003-06-27 Thread Shanta B
In Java 1.3, the default encoding is set to ISO-8859-1 which includes all the German special characters In Java 1.4, the default encoding is set to ASCII which converts all German special characters to '?' -Original Message- From: Mike Hulse [mailto:[EMAIL PROTECTED] Sent: Friday, June 27

download of csv file

2003-06-27 Thread Shanta B
Hi We have a servlet which will download csv file from server.It works fine in some browser. The file type CSV is standard Excel format file. When i click on the link 'file open/save as' dialog appears, i see only html as supported filetype. Why? I expected CSV file as filetype here. This behva

java out of f memory exception

2003-06-26 Thread Shanta B
Hi Whats the reason behind java out of memory exception...How to solve it?When java runs GC internally why we are getting this type of exceptionWhat happens if i increase the Heap size...does it effect java GC. Shanta.B

RE: servlet response.sendRedirect() illegal state exception

2003-06-26 Thread Shanta B
statements. You cant do this: out.print(""); response.sendRedirect(..); this would cause the llegal state exception. -Original Message----- From: Shanta B [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 10:49 AM To: Tomcat Users List Subject: servlet response.sendRedirect() ill

RE: servlet response.sendRedirect() illegal state exception

2003-06-26 Thread Shanta B
/forward or controling it with if statements. You cant do this: out.print(""); response.sendRedirect(..); this would cause the llegal state exception. -Original Message----- From: Shanta B [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 10:49 AM To: Tomcat Users List Subjec

servlet response.sendRedirect() illegal state exception

2003-06-26 Thread Shanta B
Hi In my servlet response.sendRedirect i am getting illegal state exception ...could pl tell me how to avoid this...whats does it mean... Thanks Shanta.B -Original Message- From: Hartmut Bernecker [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 9:40 AM To: [EMAIL PROTECTED] S