Catching Exceptions in Filter

2004-03-11 Thread Qureshi, Affan
{ String str = abc; //String def = str.substring(5,10); if(true) throw new ServletException(ErrorMessage); } Any ideas? Thanks a lot. Affan - To unsubscribe

Re: Shutdown sequence of Apache and Tomcat

2003-03-13 Thread Affan Qureshi
in an application. Affan - Original Message - From: Christoph Fischer [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, March 12, 2003 8:31 PM Subject: Re: Shutdown sequence of Apache and Tomcat I don't know if there is a graceful way to exit. If you stop tomcat first

HTML Character Entity replaced

2003-02-05 Thread Affan Qureshi
this translation occur(browser/tomcat)? Also what can I do to achieve validation of these types of characters. Affan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: how to run Tomcat on 80 instead of 8080 on Windows

2003-02-02 Thread Affan Qureshi
You have to change the Coyote Connector settings in $CATALINA_HOME/conf/server.xml. By default it runs on 8080. I guess you can also do so using the tomcat /admin application which is installed by default. Affan - Original Message - From: runu rathi [EMAIL PROTECTED] To: [EMAIL

Setting UTF-8 Encoding

2003-01-31 Thread Affan Qureshi
. The same JSPs are looking fine on Weblogic and Resin without any configuration/modification to the server settings. Any ideas how can I fix this ugly problem in my app. The app is unusable without this. Thanks a lot. Affan

Re: Setting UTF-8 Encoding

2003-01-31 Thread Affan Qureshi
tomcat doesn't allow me to change the character encoding to UTF-8. The same JSPs are looking fine on Weblogic and Resin without any configuration/modification to the server settings. Any ideas how can I fix this ugly problem in my app. The app is unusable without this. Thanks a lot. Affan

Re: Setting UTF-8 Encoding

2003-01-31 Thread Affan Qureshi
marks in place of those characters. However, the same JSP code works in for Resin and Weblogic. Baffled Affan - Original Message - From: Masood Ahmed [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, January 31, 2003 5:13 PM Subject: Re: Setting UTF-8 Encoding

Re: Setting UTF-8 Encoding

2003-01-31 Thread Affan Qureshi
Thanks for your help. Affan, The encoding is set just fine. If I copy and paste your JSP, and run it here, I get the following as the content type in the HTTP headers: Content-Type: text/html; charset=UTF-8 You're seeing empty squares where you'd expect characters for a couple of reasons

Re: Setting UTF-8 Encoding

2003-01-31 Thread Affan Qureshi
I am sorry. It has something to do with struts. Coz if I place my JSP in examples or tomcat-docs it works fine. Somehow Struts is messing things up. Or i havent configured things properly. Affan - Original Message - From: Daniel Brown [EMAIL PROTECTED] To: Tomcat Users List [EMAIL

Filter shows blank page in 4.1.18

2003-01-18 Thread Affan Qureshi
filter-namegzipfilter/filter-name url-pattern*.do/url-pattern /filter-mapping -- Thanks a lot, Affan -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Loading XML Files - Best Pracitices

2003-01-04 Thread Affan Qureshi
Depends on what you want to do with the XML data? Do you wish to load all the data at once or do wish to implement some sort of streaming of the data. Does it represent some comfiguration info or user data or business info? Affan - Original Message - From: [EMAIL PROTECTED] To: Tomcat

Filters: Invoked on incoming Request or outgoing response

2003-01-04 Thread Affan Qureshi
in the browser (IE 5.x and NS 7.0). The filter uses GZip to compress the outputStream it gets from response. But i guess the browser does not automatically decompress the data. What do I ned to do to make it work. Thanks and regards, Affan -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

line breaks

2003-01-04 Thread Affan Qureshi
imported to XML and then to MySQL on Win2K. Then the Struts app loads and display/edits it in the above form. Thanks and regards, Affan -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Fw: Help!

2002-12-08 Thread Affan Qureshi
of you Webapp. Hope this helps? Affan - Original Message - From: Khadeeja Ismael [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, December 02, 2002 9:12 PM Subject: Help! I have been following a tutorial to make Apache communicate with Tomcat and got to the point

Unknown Source in Stack trace

2002-11-15 Thread Affan Qureshi
When there is an exception in the servlet the stack trace shows (Unknown Source) for the line number in my classes. How can I fix this to make it show my source line nos? I guess this is a jdk problem? Thanks. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands,

Re: package not found for docBase outside tomcat/webapp

2002-10-31 Thread Affan Qureshi
The problem seems to g away in Tomcat 4.1.12. Sorry for the post. - Original Message - From: Affan Qureshi [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, October 31, 2002 12:12 PM Subject: Re: package not found for docBase outside tomcat/webapp I think

TLD not found

2002-10-31 Thread Affan Qureshi
I get the following error when running the JSP in tomcat 4.1.12 on W2k org.apache.jasper.JasperException: null(-1,-1) File /struts-layout not found.. (and the rest of the stack trace) In web.xml I have taglib taglib-uri/struts-bean/taglib-uri

package not found for docBase outside tomcat/webapp

2002-10-30 Thread Affan Qureshi
I am using Tomcat 4.1 on Win2k. If I place my web application outside ${Tomcat_Home}\webapps the package for my classes (placed in WEB-INF\classes) is not recognized. Even the jar file's package in the lib dir of my web application is not recognized. If I copy the same dir into the webapps

Re: package not found for docBase outside tomcat/webapp

2002-10-30 Thread Affan Qureshi
I think this has been reported at Bugzilla with id:12387 And it says that it is fixed. Should I download latest Tomcat version? Can someone tell me how to fix this? - Original Message - From: Affan Qureshi [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, October 31, 2002 11:46 AM

help for Beans

2001-03-30 Thread affan
Hi All, I am getting the error when i include the Beans in our JSP page. class name is UsingJDBC in the jar file name of the jar file is also UsingJDBC I have set the class path in NT Enviourment. I am getting error 500 Servlet Exception/javaBeans.jsp:12: Identifier expected.

documention need for IIS

2001-03-28 Thread affan
Hi All, I need configuration documention of tomcat with IIS any body have the configuration documentation please send me or from where i will get the configuration documentation. [EMAIL PROTECTED] Affan

confuse for download

2001-03-27 Thread affan
Hi All, I am confuse which sort of the tomcat i download because there are two sort one is binarias and second is source i am just run tomcat in NT4.0 with IIS4.0 please guid me. one question more can i use apache in NT4.0 if yes then from where i can download!!!? Affan

jdbc

2001-03-23 Thread affan
Hi All, Please let me know from where i willdownload the JDBC-ODBC Bridge driver for access database. Please give the because i search all java site i couldn't got it. affan

Re: form-based auth in Tomcat 3.2.1

2001-03-21 Thread affan
Dear Ian,I have complet the configuration and all the stuff but i want to change thecolor combinition and other lay-out of the world pay page how i can dothis..?Please let me know.AffanFreezone Internet Ltd. - Original Message - From: Valeriy Molyakov To: [EMAIL

help need

2001-02-19 Thread affan
Please tell me how i unscribe from this mailing list what is the email address for unscribe.help need

tomcat configuration

2001-02-14 Thread affan
Hi All, Can i use the tomcat for ISP purpose and also can i use it without the any port which show in the URL.

jar-file

2001-02-12 Thread affan
How i can make the jar file from a class file.

ISP

2001-02-08 Thread affan
directory. and what is the class path. please help me i am new. any body knows any documentationor book about the configuration. please help me. affan

installation help

2001-02-02 Thread affan
Apologise for question. We are ISP we need some help to installation of tomcat. as well as in configuration of tomcat. we don't need to run any port like 8080 or 8000 we need just user type the url and all jsp and servlet run in his directory. Please any body help us. We are in UK.

Re: installation help

2001-02-02 Thread affan
I need in on NT help affan - Original Message - From: Michael Wentzel To: '[EMAIL PROTECTED]' Sent: Friday, February 02, 2001 5:44 PM Subject: RE: installation help What are your configurations(standalone, with Apache, etc...)? If you're running

NT and tomcat

2001-01-25 Thread Affan Alim
Hi All, We are ISP and want to setup how i setup the diretoratry structutre and classpath because i don't want to run the jsp and servlet without the 8080 port because we give the services to client. Please do help me. affan

NT tomcat

2001-01-23 Thread Affan Alim
Hi All, In tomcat for NT can i use java beans please give me reply.

tomcat lisence

2001-01-23 Thread Affan Alim
Hi All, Tomcat has nay lisence or it is free from the tomcat site.

beans problem

2001-01-23 Thread Affan Alim
Hi All, Please tell me how i will make .class to .jar i am new in java.

Re: beans problem

2001-01-23 Thread Affan Alim
Hi Smale, Thanks. - Original Message - From: Steve Smale [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 23, 2001 11:02 AM Subject: Re: beans problem Hi Affan, A .jar file is an [J]ava [AR]chive file, similar to zip file. You should find the utility jar.exe

version problem

2001-01-22 Thread Affan Alim
Hi All, Pleae tell about the enterprise and professional version.

tomcat

2001-01-22 Thread Affan Alim
Hi All, From where i download the tomcat and can i use it for NT version. please give me reply "affan"

prblem of jrun

2001-01-19 Thread Affan Alim
ot;C:/JRun/jsm-default/services/jse/servlets/jsp/jsp/num/numguess.java": 17. import num.NumberGuessBean; - and the numguess.java file puted the location which the mention the path in error. pleasedohelp me. Thanks and Regards "affan"

servelet problem

2000-12-08 Thread Affan Alim
Hi, When i write a servelet and make a class file and where i put it. What is the directory structure in apache web server. please send me directroy structure. "affan"

RE: servelet problem

2000-12-08 Thread Affan Alim
Thankyou very much for you reply. I am running Apache on Linux Redhat 6.2 so could you please guide me how to set this up on linux. Please send me again directory structure if you know. Thanks and regards "Affan" -Original Message- From: Subha Gowri K V [mailto:[EMAIL PROTEC

servelet problem

2000-12-08 Thread Affan Alim
and regards "Affan"