Re: Beginner JRun question

2001-03-13 Thread Maizatulakmam Ali
Is Tomcat is stable running on IIS instead of JRUN ? Wednesday, January 03, 2001, 1:12:12 PM, you wrote: SB> Exactly what I was looking for, Mahesh. Thanks. I don't have a "servers" SB> folder or a "default-app" folder within my JRun directory, but I mapped a SB> "server mapping" to my IIS direc

taglibs and javawebserver

2001-03-13 Thread anurag dewan
hi, I am using JavaWebServer2.0 and jdk1.2.2 and I want to make a taglib. Where should I store the ".tld" file. What about appending web.xml file?? Does that mean I have to use only Tomcat. Thanx in advance. -anurag Do You Yahoo!?

How to reference files from within an tag library?

2001-03-13 Thread Robert Nicholson
If you have a tag where by you pass the path as an attribute. What is the correct way to go about referencing the resource? stylesheetURL contains a path relative to the applications root context. Is that any more efficient than using a URL object to reference it via a HTTP request? Presumably t

Re: bug in DATEFORMAT class -- URGENT!!

2001-03-13 Thread Venkat
That's great dear Thanks a ton Venkat - Original Message - From: "Zeng, Feng_Hua (CAP,CEF)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 14, 2001 12:13 PM Subject: Re: bug in DATEFORMAT class -- URGENT!! > > Any month is converted into Jan. Please suggest a worka

jsp forward question

2001-03-13 Thread Saravanan Shankaran
use jsp param tag while sending any initialized parameters === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some

Re: output of System.out.println(..) in iPlanet

2001-03-13 Thread Raghu Movva
Just see the logfile which is located in netscape/server4/your domain name/logs directory. Hope this helps Regards Raghu - Original Message - From: Geeta Kottapalli <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 13, 2001 11:01 PM Subject: output of System.out.println(..)

jsp equals problem

2001-03-13 Thread Saravanan Shankaran
hi sufi plz check your code it is working fine for me in your code while checking the flag value you wrongly put downlod instead of download check this regards Saravanan === To unsubscribe: mailto [EMAIL PROTECTED] with bo

Re: output of System.out.println(..) in iPlanet

2001-03-13 Thread Raghu Movva
The out put can be shown in the logfile which is located in netscape/server/your domain name/logs directory. Hope this helps Regards Raghu - Original Message - From: Geeta Kottapalli <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 13, 2001 11:01 PM Subject: output of Sys

Re: bug in DATEFORMAT class -- URGENT!!

2001-03-13 Thread Zeng, Feng_Hua (CAP,CEF)
> Any month is converted into Jan. Please suggest a workaround for this > java.text.SimpleDateFormat fmt=new > java.text.SimpleDateFormat("dd/mm/yy",Locale.ENGLISH); "dd/MM/yy" should be used. mm -- minute MM -- month >fmt.getDateInstance(DateFormat.MEDIUM); >java.util.Date pdu=fmt.

bug in DATEFORMAT class -- URGENT!!

2001-03-13 Thread Venkat
Any month is converted into Jan. Please suggest a workaround for this java.text.SimpleDateFormat fmt=new java.text.SimpleDateFormat("dd/mm/yy",Locale.ENGLISH); fmt.getDateInstance(DateFormat.MEDIUM); java.util.Date pdu=fmt.parse(request.getParameter("publishdate")); java.util.Date adu

Re: a good provider supporting jsp

2001-03-13 Thread JSP Insider
Here is a list of providers http://www.jspinsider.com/links/jsphosts.html If you are just starting there are a few free sites on the list. If you have a production level system then try www.spinweb.com Casey >From: kaab kaoutar <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Serve

Re: JSP Forward Question

2001-03-13 Thread Shahed Ali
Try with a ? after the .jsp === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be

JSP Forward Question

2001-03-13 Thread a b
Hello, I was wondering if someone could help me out with a with a JSP forward problem. For some reason, when I do a jsp forwar and attempt to pass som parameters with it... I'm not able to? This is what I'm trying to do: Thanks in advance __

error page

2001-03-13 Thread dion
Hello all, 1. i have a jsp file which include A.jsp then B.jsp, each has errorpage.jsp as its error page. however when i set condition so A.jsp & B.jsp will fail, errorpage only display error from A. Is there any way to display both of them? 2. I'm trying to get the page who t

Re: JSP equals problem ???

2001-03-13 Thread anil yeola
Hi Sufi, Can u tell the output of the command System.out.println(flag); --- sufi malak <[EMAIL PROTECTED]> wrote: > I found a solution that makes the file work, just I > used int instead of > String, but I am still wandering why it did not work > using String, please I > will appreciate any fu

Re: Help! installing JSP on win98

2001-03-13 Thread Jeff Hancock
Just a question. How did you get JSP's to work under NT? I get NoSuchMethodError on the JSPWriterImpl.flush. === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTE

installing Tomcat 3.2.1

2001-03-13 Thread Tran, Ai
Hi, Does anybody know a how-to manual which helps me to set up a IIS 5 web server to use tomcat? Thanks. I'm a beginner in JSP. Ai === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest:

Inconsistent "Response already committed" error in Tomcat 3.2.1

2001-03-13 Thread Tim Hengst
I'm stumped. I call an xslt servlet (that returns formatted html output to the JSP response Writer) via a action from a jsp page, xsltTransform.jsp. If I put the same xsltTransform.jsp page in different Tomcat web application directories, in one it runs, in another I get a "Response already com

output of System.out.println(..) in iPlanet

2001-03-13 Thread Geeta Kottapalli
I am running iPlanet WebServer on Windows NT. I used to run my application on JavaWebServer where I used to start the webserver manually (from command prompt) and all System.out.prinln were displayed on the system console. Now We are moving the application to iPlanet Webserver and I could not ma

a good provider supporting jsp

2001-03-13 Thread kaab kaoutar
Hi! can u please point me to a good provider where to put my website developped using jsp! Thanks _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. ===

FW: Save JSP page result before sending response

2001-03-13 Thread Ryan, Jeff J (Comm Lines, IT)
Hi, You can have another class invoke your JSP via a URL object. This example has not been compiled, but is given just to illustrate the concept... URL url = new URL("your.jsp"); URLConnection connection = url.openConnection(); BufferedReader br = new BufferedReader(new InputS

Re: JSP equals problem ???

2001-03-13 Thread Walter Meyer
I think it's because you aren't initializing flag with anything, so if you don't receive "flag" in the query string it stays null. (I haven't had my coffee yet, so I could be way off.) Try this and see if it works... String flag = null; if (request.getParameter("flag") !=null) { flag = (String)r

Re: JSP equals problem ???

2001-03-13 Thread sufi malak
I found a solution that makes the file work, just I used int instead of String, but I am still wandering why it did not work using String, please I will appreciate any further explaination. Thanks >From: sufi malak <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specificati

JSP equals problem ???

2001-03-13 Thread sufi malak
Please, could you help me find out what' wrong with this jsp file, I spent all yesterday and now, but could not find a solution, when I run this file in the browser, I get this error : cannot open the internet site http://localhost:8080/ssb/services.jsp But when I change : if(flag.equals("download

Re: simple jsp question ? thanks

2001-03-13 Thread anil yeola
Hi, See flag is an object and download is an another object. So when u compare both of them by == sign it checks if both are point to same reference. As they are different object obiviously they will point to different refrences. Check for this case now. "download" == "download". Eventhough L.

How does one manage concurrency issues with JDBC?

2001-03-13 Thread sharma Sumeet
hi All How does one manage concurrency issues with JDBC? I wna avoid locks on the tables. Thanks & Regards Sumeet === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTE

Re: Internal Server Error

2001-03-13 Thread Ravi
instead of this <%if (!session.getAttribute("serNo").toString().equals("")) {%> try this.. "".equals(string variable) ravi iZone Infotech wrote: > I think the problem is with the following line. > session.getAttribute("serNo").toString().equals("") > > If you do not have serNo, it will ret

Re: Internal Server Error

2001-03-13 Thread iZone Infotech
I think the problem is with the following line. session.getAttribute("serNo").toString().equals("") If you do not have serNo, it will return null and NOT empty ("") which you are checking. The best option could be to get these values in variables, by putting them in a try..catch. For ex. Strin

File Downloading !!!

2001-03-13 Thread Abhishek Vishwakarma
Hi All, I m trying for a http download from a server. For this at the client side i am having an applet which initiates the dowloading process. And at server side i have a servlet or a jsp that does some encoding and pushing process to the client for the files through a URL connection. But i want

Re: War directly accesses Database

2001-03-13 Thread Lee Turner
I have the following in my weblogic.xml : http://www.beasys.com/j2ee/dtds/weblogic-web-jar.dtd"> Weblogic Descriptor for the Security Web App jdbc/securityDB OraclePoolDataSource Hop

AW: oracle and multi-charactersets (multilingual)

2001-03-13 Thread Hille, Stephan
you can see in 8i documentation for details: books: 1.Oracle8i National Language Support Guide 2.Oracle8i Java Stored Procedures Developer's Guide 8 Reference Information NLS Character Set Support 3.Oracle8i SQLJ Developer's Guide and Reference