Que:A problem on browser.

2000-08-07 Thread Tuncer SUSAM
Goodmorning all friends, I have a problem on my published web page. When I execute this program from any browser (usually IE 4.0) same problem occurs. Problem is as follows; page is displayed only once. Second time query does not working. and a message is displayed as "this page can not be

Re: Help! XML intergration!

2000-08-07 Thread Marco M
-Original Message- From: EXT Howard Lee [mailto:[EMAIL PROTECTED]] Sent: 04. August 2000 20:13 To: [EMAIL PROTECTED] Subject: Help! XML intergration! Hi folks, Maybe some of you have done this before and shed some light on me. We have a third party vendor who is working on web

Re: Lotus Notes accessing in JSP... ****Please help****...

2000-08-07 Thread Marc Krisjanous
First of all try to access the database and get its title - if you can do that then you have no high level security access restrictions. Then attempt to open another form - if that works then you could have a security restriction on the form or you are trying to do something illegal with the

Re: Jserv

2000-08-07 Thread Anshul Dutta
No It doesn't. -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Marcelo Mayworm Sent: Friday, August 04, 2000 7:57 PM To: [EMAIL PROTECTED] Subject: Jserv Does anybody know if Jserv works with servlet api

SQL server and JDBC under WinNT

2000-08-07 Thread Oscar Silván
How can I access SQL Server database under Win NT without ussing the JDBC-ODBC driver. That is, I want to use a JDBC SQL Server driver to access the database directly, not ussing ODBC. the code I use is: Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");

Re: SQL server and JDBC under WinNT

2000-08-07 Thread Ionel Condor
Hi, A solution is to use the Bea JDBC driver (4 type driver) : http://www.bea.com/products/weblogic/drivers_platforms.html or http://www.bea.com/products/ Regards, Ionel CONDOR. Oscar Silván wrote: How can I access SQL Server database under Win NT without ussing the JDBC-ODBC driver. That

help for printing html page

2000-08-07 Thread nil
Hi , This is what I want. Pls. help me ASAP. Is it possible to map the toolbar printing button function with button Onclick event in Browser? B'cos I am opening a new window which does not provide any toolbar or menu. so for printing that form I am keeping one print button on it, that will

Re: help for printing html page

2000-08-07 Thread umesh singh
Hi You can use simple javascript to print the page as follows: javascript:window.print() I am using this code with a link naed Print but I am sure this will work with button click too.. Hopefully this will solve the problem Bye Umesh --- nil [EMAIL PROTECTED] wrote: Hi , This is what I want.

TOMCAT context mapping

2000-08-07 Thread Krishnan
Hi all, I have installed apache 1.3.9 and tomcat 3.1. I am able to run the examples stored under tomcat directory by both using the following url. http://localhost/examples/servlet/helloWorld and http://localhost:8080/examples/servlet/helloWorld Now, i created a new context called "kicha" and

Re: help for printing html page

2000-08-07 Thread Caspar van Vroonhoven
I'm sorry to say, but: 1) This has nothing to do with JSP... 2) You can't communicate with a printer on an HTML page (!) Image what would happen if you could.. (onLoad=print() or something.. that would be horrible..) regards, Caspar van Vroonhoven www.tradingcars.com Amsterdam, the Netherlands

Re: help for printing html page

2000-08-07 Thread Evan Owens
Hi, Actually, I thought this only worked in Netscape. Supposedly this cannot be done in IE 5.0. Not sure if this works in IE5.0. evan -Original Message- From: umesh singh [mailto:[EMAIL PROTECTED]] Sent: Monday, August 07, 2000 5:22 PM To: [EMAIL PROTECTED] Subject: Re: help for

Que:A problem on browser.

2000-08-07 Thread Tuncer SUSAM
Dear Friends, I wrote a java program and I display a web page which a query works under it. But on the client side, web page can be displayed once. Second time query does not working. and a message is displayed as "this page can not be displayed". Do you have any idea about it? I use jdswk1.0.1

scriptlet question

2000-08-07 Thread Caspar van Vroonhoven
Hi again, I've got a small problem: One of my classes is 'WebMarket'. It has a method getPriceQuoteMoney(..), which returns a string. In one of my (supplied) jsp pages, the following expression is written: %= WebMarket.getPriceQuoteMoney(currentQuote, PriceQuote.ASK_QUOTE_MONEY, theMarket) %

Re: help for printing html page

2000-08-07 Thread umesh singh
--- Caspar van Vroonhoven [EMAIL PROTECTED] wrote: Hi If I am uderstanding your question correct lets try this code in a jsp page A href="javascript:window.print();"Print Report/A and see it print the page correctly as it shows the print dialog box, now you can embed it easily in JSP page Bye

Re: help for printing html page

2000-08-07 Thread umesh singh
--- Evan Owens [EMAIL PROTECTED] wrote: Hi Evan I have tried and tested this on IE4.0, Netscape4.7, IE5.5 This code is working fine and we at our office are using this ... Bye Hi, Actually, I thought this only worked in Netscape. Supposedly this cannot be done in IE 5.0. Not sure if

Re: help for printing html page

2000-08-07 Thread Evan Owens
Actually, even though this has nothing to do with JSP, yes you can do that. onLoad=window.print() pops up the print dialog box in Netscape. Technology is meant to be abused. Evan Owens -Original Message- From: Caspar van Vroonhoven [mailto:[EMAIL PROTECTED]] Sent: Monday, August 07,

Re: scriptlet question

2000-08-07 Thread Scott Evans
What's the error? -Original Message- From: Caspar van Vroonhoven [mailto:[EMAIL PROTECTED]] Sent: Monday, August 07, 2000 10:50 AM To: [EMAIL PROTECTED] Subject: scriptlet question Hi again, I've got a small problem: One of my classes is 'WebMarket'. It has a method

Re: scriptlet question

2000-08-07 Thread Caspar van Vroonhoven
ugh nevermind this question.. sorry Caspar -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Caspar van Vroonhoven Sent: Monday, August 07, 2000 10:50 AM To: [EMAIL PROTECTED] Subject: scriptlet question

Re: TOMCAT context mapping

2000-08-07 Thread Oleg V Alexeev
Hello Krishnan, Monday, August 07, 2000, 7:01:58 AM, you wrote: K Hi all, K I have installed apache 1.3.9 and tomcat 3.1. I am able to run the examples stored under tomcat directory by both using the following url. K http://localhost/examples/servlet/helloWorld and K

Re: TOMCAT context mapping

2000-08-07 Thread Evan Owens
Krishnan et al, Actually, I have a similar problem: Tomcat seems to need the port (8080) to execute servlets or jsp. (Hua Ge, this was your problem, right?) The need to explicitly indicate the port could become troublesome as we are porting some applications from JServ to Tomcat. Can I

Variables possible in subquery using JDBC classes in a JavaBean?

2000-08-07 Thread Marcel van Kooy
Hi all, Can somebody please help me with the following problem? When I use queries in a JavaBean, using JDBC classes and interfaces, to get data from the database, there is no problem. However, now I want to use a variable in a subquery of a query, e.g. in the query I mentioned below I want to

Re: scriptlet question

2000-08-07 Thread Suriya Narayan Varatharajan
here u r declaring String variable .. use this tag it will work... %! String cost = WebMarket.getPriceQuoteMoney(currentQuote, PriceQuote.ASK_QUOTE_MONEY, theMarket) % good luck... Q try for everything Q regards suriya contech software ltd... GIDC Estate Ghandhinagar ph:02712-43324(off)

[Fwd: scriptlet question]

2000-08-07 Thread Veronique Dupierris
I forward to the list as my reply only went to Suriya Narayan Varatharajan ... Veronique Dupierris a crit : This declaration will create a variable shared between all instances/thread of the JSP pages which is dangerous and not necessary !! If you want a variable to be an instance variable

No Subject

2000-08-07 Thread Aggarwal, Pawan
I have already unsubscribed from the mailing list still i am getting the messages. Is there something to be apart from sending mail to [EMAIL PROTECTED] with some body message.. Thanks\ === To unsubscribe: mailto [EMAIL

Re: Variables possible in subquery using JDBC classes in a JavaBean?

2000-08-07 Thread Oleg V Alexeev
Hello Marcel, Monday, August 07, 2000, 1:59:18 AM, you wrote: MvK When I use queries in a JavaBean, using JDBC classes and interfaces, to MvK get data from the database, there is no problem. However, now I want to MvK use a variable in a subquery of a query, e.g. in the query I mentioned MvK

Re: help for printing html page

2000-08-07 Thread nil
ThanX Umesh It's working fine. Nilesh umesh singh [EMAIL PROTECTED] on 08/07/2000 03:23:44 PM Please respond to A mailing list about Java Server Pages specification and reference [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: nil/aplnmum01/SHCIL/IN) Subject: Re: help for

redirecting????

2000-08-07 Thread subramanian Athimoolam
hi friends. i have small problem. i want to redirect the same page through link i will pass the paramere according the parameter dynamically i want to change the page also. how can i do it? subramanina.A Get Your

Re: scriptlet question

2000-08-07 Thread Peter Gozal
Hi Caspar, Maybe you're missing a semicolon at the end of your scriplets there. Regs. Gozal -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Scott Evans Sent: 07 Agustus 2000 17:00 To: [EMAIL

How do I Change the Sort Order?

2000-08-07 Thread S. Joseph
How do I change the sort order in this code? SanJo;) /* * MergeSort.java * * Copyright (c) 1998 Sun Microsystems, Inc. All Rights Reserved. * * This software is the confidential and proprietary information of Sun * Microsystems, Inc. ("Confidential Information"). You shall not *

Re: help for printing html page

2000-08-07 Thread umesh singh
You are welcome Nilesh. bye Umesh --- nil [EMAIL PROTECTED] wrote: ThanX Umesh It's working fine. Nilesh umesh singh [EMAIL PROTECTED] on 08/07/2000 03:23:44 PM Please respond to A mailing list about Java Server Pages specification and reference [EMAIL PROTECTED] To:

jsp in java script

2000-08-07 Thread Deepak Arora
hi friends, i am facing a problem i have generated some text fields in a jsp page depending upon the some i/p field of the previous page and have generated the names of those input text fields using jsp and as my program initially does not know how many i/p fields will be there i have to start

Re: help for printing html page

2000-08-07 Thread umesh singh
hi Friends Please solve my problem. I am using Tomcat on Apache it is working fine and I am able to use JSP, Servlets but I am not able to use JavaBeans in my JSP page as when I compile a bean and add it in the same directory it gives the error class not found and when I add it in classes

Re: Variables possible in subquery using JDBC classes in a JavaBe an?

2000-08-07 Thread Marcel van Kooy
Hi Oleg and Malini, Thanx for your solutions. I tried them and it is working now. Best regards, Marcel Monday, August 07, 2000, 1:59:18 AM, you wrote: MvK When I use queries in a JavaBean, using JDBC classes and interfaces, to MvK get data from the database, there is no problem.

Re: How do I Change the Sort Order?

2000-08-07 Thread Ionel Condor
Hi, I am not absolutely sure but I think that in the class which inherits this class you should explicitly write "" or " " in the overriden method compareElementAt(...) ex. public int compareElementsAt(int beginLoc, int endLoc) { if(beginLocendLoc) return -1; else return 1; } or for

Servlet Controller - stopping other Servlets calling action Servl ets

2000-08-07 Thread Marc Krisjanous
Hi all, I have seen some discussions on the Servlet Controller concept here and I would like to know how you can stop other Servlets or users for that matter, calling other Servlets that are only allowed to be called by the Servlet Controller. Best Regards Marc

Re: Servlet Controller - stopping other Servlets calling action S ervl ets

2000-08-07 Thread Hines, Bill
Easy - the controller servlet is the ONLY servlet in the application. It calls "action classes" to carry out tasks, but there are not servlets. They are "servlet aware" in that they accept servlet artifacts in their execute() method as parameters, so they can access parameters, etc. But to answer

Re: Lotus Notes accessing in JSP... ****Please help****...

2000-08-07 Thread Pradeep Roy
Hi Marc I was under the impression that it was something to do with the security. Now my first queries is how to access the Title. If you please provide a code for the same. And second queries is if there is a higher lavel of security, then also I can copy the database with documents. And that

Re: Servlet Controller - stopping other Servlets calling action S ervl ets

2000-08-07 Thread Anshul Dutta
Looks like a very good and easy solution. But won't that reduce performance, in a way that say there are large number of request coming. Won't there be a load on this single single servlet? -Original Message- From: A mailing list about Java Server Pages specification and reference

How do you change the LOTUS NOTES Database Security to access by JSP?

2000-08-07 Thread Pradeep Roy
Hi Could anyone tell me how to change the database security of LOTUS NOTES after copying the database. It would help me the data to be accessed in the JSP. Please suggest. Thanks Regards Pradeep === To unsubscribe:

using jsp in java script

2000-08-07 Thread Deepak Arora
can i use jsp in java script i.e between script tags i am facing a problem i have generated some text fields in a jsp page depending upon the some i/p field of the previous page and have generated the names of those input text fields using jsp and as my program initially does not know how many

Re: Servlet Controller - stopping other Servlets calling action S ervl ets

2000-08-07 Thread Henry Hooi Tak Keong
Hi , guys I'm actually interested in your discussion about the Servlet Controller. Is there anywhere I can reference for more information regarding this unique servlet? Cheers' Henry - Original Message - From: Anshul Dutta [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, August

JSP on IIS 5

2000-08-07 Thread Niclas Lindberg
Hi! I'm new to JSP but not to Java, IIS, Apache. What is the best way to work with JSP? Currently we're developing on IIS5, ASP and Perl. Is there any ISAPI component to ASP that makes it possible to run JSP pages with IIS 5, as with the ActiveState's ActivePerl? Should we change to another

Re: DreamWeaver as a JSP editor?

2000-08-07 Thread Ian Cowley
You need Macromedia Ultradev. IAN -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Kevin Duffey Sent: 07 August 2000 00:04 To: [EMAIL PROTECTED] Subject: DreamWeaver as a JSP editor? Hi all, Our company

Re: SQL server and JDBC under WinNT

2000-08-07 Thread Jim Bailey
we've had good luck with a company called inet-software http://www.inetsoftware.de They have a variety of JDBC drivers here: http://www.inetsoftware.de/English/Produkte/JDBC_Overview/default.htm I have no connection with the company, we just use their Sprinta jdbc drivers. -Original

Re: JSP on IIS 5

2000-08-07 Thread Shane Duan
Why don't you try out Jrun server extension. http://www.allaire.com/ It's an IIS server extension that can run JSP, with some other cool feature. Shane Duan [EMAIL PROTECTED] -Original Message- From: Niclas Lindberg [mailto:[EMAIL PROTECTED]] Sent: Monday, August 07, 2000 8:34 AM

Response redirect

2000-08-07 Thread Oscar Silván
How can I do a respose redirect in JSP. In ASP I use : % Response.Redirect ("web/welcome.asp") % How do I do tath in JSP? Oscar Silván Oró Globaliza Network, S.A. Telf.: 91 351 39 69 Fax: 91 351 37 13 E-mail: [EMAIL PROTECTED] Web: http://www.globaliza.com

Re: Response redirect

2000-08-07 Thread [Malcolm Burlington]
You want to use this: % response.sendRedirect("web/welcome.jsp"); % -Original Message- From: Oscar Silván [mailto:[EMAIL PROTECTED]] Sent: 07 August 2000 16:34 To: [EMAIL PROTECTED] Subject: Response redirect How can I do a respose redirect in JSP. In ASP I use : %

Re: JSP on IIS 5

2000-08-07 Thread Muliawan Sjarif
Hi, I have problem with Apache Web Server. I couldn't display my page with .jsp extension. Is there any settings should I do, so I can display .jsp page through Apache? Thanks for your help. Muliawan - Original Message - From: "Shane Duan" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

Re: DreamWeaver as a JSP editor?

2000-08-07 Thread Luc Saint-Elie
Kevin Usually Dreamweaver is bundled with a VERY good text based HTML/JSP/whateveryouwant editor : HomeSite If you have Homesite try it, its manual.. but very handy On the overhand I'm not very impressed by Ultradev (that is basically DreamWevaer 3 with some built in functions like the

Re: Response redirect

2000-08-07 Thread Dowd, Brian
jsp:forward page="web/welcome.asp" / -Original Message- From: Oscar Silván [SMTP:[EMAIL PROTECTED]] Sent: 07 August 2000 16:34 To: [EMAIL PROTECTED] Subject: Response redirect How can I do a respose redirect in JSP. In ASP I use : % Response.Redirect

Re: Need help in deciding report generation tool !!

2000-08-07 Thread Jay Thoden Van Velzen
Once again: it seems like WebIntelligence 2.6 fits your requirements perfectly (if you can afford it). It exposes a full Object Model through JavaBeans. Currently released for Solaris and WinNT, and I believe a HP-UX version is on the way Jay -Original Message- From: Robert Claeson

Re: Javascript + JSP + Including

2000-08-07 Thread Sicaud Patrice
You might want to keep the string value in a hidden field. -Original Message- From: Caspar van Vroonhoven [mailto:[EMAIL PROTECTED]] Sent: Friday, August 04, 2000 8:58 AM To: [EMAIL PROTECTED] Subject: Javascript + JSP + Including Hey everyone, I've got a little question about using

Re: Servlet Controller - stopping other Servlets calling action S ervl ets

2000-08-07 Thread Louis
You can read this book: Web Development With JavaServer Pages. - Original Message - From: "Henry Hooi Tak Keong" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, August 07, 2000 2:29 PM Subject: Re: Servlet Controller - stopping other Servlets calling action S ervl ets Hi ,

How do you access parameters in an included JSP?

2000-08-07 Thread JeffRyan
How do you access parameters in an included JSP? I understand that I can pass parameters to an included JSP as follows. jsp:include page="inner.jsp" / jsp:param name="var1" value="var1" / jsp:param name="var2" value="var2" / jsp:param name="var3" value="var3" /

Re: How do you access parameters in an included JSP?

2000-08-07 Thread Tim Fox
use request.getParameter(), not request.getAttribute() JeffRyan wrote: How do you access parameters in an included JSP? I understand that I can pass parameters to an included JSP as follows. jsp:include page="inner.jsp" / jsp:param name="var1" value="var1" / jsp:param

Re: How do you access parameters in an included JSP?

2000-08-07 Thread Caspar van Vroonhoven
You've closed the jsp include tag too early. It should be like this: jsp:include page="inner.jsp" jsp:param name="var1" value="var1" / jsp:param name="var2" value="var2" / jsp:param name="var3" value="var3" / /jsp:include have fun! Caspar van Vroonhoven

No Subject

2000-08-07 Thread sridhar r
Hi How to read a file with extension ".igs".When I tried to read using FileInputStream its throwing an exception.Can anyone provide the solution. thanks __ Do You Yahoo!? Kick off your party with Yahoo! Invites. http://invites.yahoo.com/

JSP now!

2000-08-07 Thread Niclas Lindberg
Does anyone know if the TomCat runs on IIS 5? In that case, just to make things clearer we would have everything we need to run JSP on Windows 2000 and IIS. Regards, Niclas Lindberg -Original Message- From: A mailing list about Java Server Pages specification and reference

Building an org chart?

2000-08-07 Thread Vaishali Joshi
Hi does anyone has any leads on building an org chart using Java? I have an employee table, which stores employee's info, his manager and his level. I need to build a tree structure out of it. I would really appreciate if anyone can throw some ideas.. Thanks Vaishali

Re: JSP now!

2000-08-07 Thread Brown, Matt (Tandem)
Not sure about IIS 5. This is all I have for Tomcat on IIS. You can find the ISAPI dll needed for it as well as the documentation in the cvs (accessible via the web) The binary ready-to-use dll is in http://jakarta.apache.org/cvsweb/index.cgi/jakarta-tomcat/bin/ The sources are in:

Re: Servlet Controller - stopping other Servlets calling action Servlets

2000-08-07 Thread Craig R. McClanahan
Marc Krisjanous wrote: Hi all, I have seen some discussions on the Servlet Controller concept here and I would like to know how you can stop other Servlets or users for that matter, calling other Servlets that are only allowed to be called by the Servlet Controller. There are two general

Re: Building an org chart?

2000-08-07 Thread Medha Rangnekar
you can use hierarchical queries -Original Message- From: Vaishali Joshi [mailto:[EMAIL PROTECTED]] Sent: Monday, August 07, 2000 10:42 AM To: [EMAIL PROTECTED] Subject: Building an org chart? Hi does anyone has any leads on building an org chart using Java? I have an employee table,

Re: Building an org chart?

2000-08-07 Thread Hu Jeff
The approach I took was 1. design a table that is self-reference. For example id Parent_id 5 0 1 0 3 1 2 1 4 2 6 5 So the tree structure is lik 0--1 --2 --4 --3 --5 --6 2. User recurssion in you code public void Get_MessageVector(String

Java web server 2.0 -- outof memory error

2000-08-07 Thread Krishna Patel
Hello everybody, i am throwing this question again, Using Javawebserver2.0 and getting outof memory error when i process large result sets. I have 128 mb ram and 624mb paging size I came to know that i have to increase heap size by - mx64m but where to add this command? Please reply soon.

Jrun 2.33 Servlet Timeout Issue

2000-08-07 Thread Doug
I get a bunch of Jrun connection Proxy timeouts from my servlets and wondering what the common problem with this is? If I restart Jrun, everything will be fine Any ideas Jrun 2.33 Sun Solaris 2.7 === To

Re: help for printing html page

2000-08-07 Thread SANDIPAN DUTTA
And you can use the print() function in IE 5.0 too. For IE 4.0 you would have to access the browser object and then you can print out using a script. The script for achieving this is available somewhere out there. I had used it once and I imagine searching with print, IE, browser, will turn up

Used IT Books For Sale

2000-08-07 Thread Devon Manelski
http://s1.amazon.com/exec/varzea/subst/your-account/your-open-auctions.html/ 103-4298014-2095818 Sorry that this is off topic. === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant

Re: SQL server and JDBC under WinNT

2000-08-07 Thread Tom Tang
You may try the web site: http://www.inetsoftware.de/English/Produkte/JDBC_Overview/default.htm Tom - Original Message - From: "Oscar Silván" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, August 07, 2000 12:36 AM Subject: SQL server and JDBC under WinNT How can I access SQL

Re: Lotus Notes accessing in JSP... ****Please help****...

2000-08-07 Thread Marc Krisjanous
Hi Pradeep, here is the code to access the title of a database: NOTE: I use this code in a servlet. 1.Query if(success == true){ notesSession = NotesFactory.createSession(server,user,password); if(notesSession != null){ //get database Db =

Just a Test. Dont Open

2000-08-07 Thread Mohammed Ali
this is a test AbuAnas --- FREE! The World's Best Email Address @email.com Reserve your name now at http://www.email.com === To unsubscribe: mailto [EMAIL PROTECTED] with body:

Re: How do you change the LOTUS NOTES Database Security to access by JSP?

2000-08-07 Thread Lastname Firstname
hi,Pradeep If you want to change the ACL of the database,you must be administator of it. if you not so,you can made a new copy without ACL. if you so, I think you should set anonymous to Author or other higher level, Pradeep wrote: Hi Could anyone tell me how to change the database security of

Re: Lotus Notes accessing in JSP... ****Please help****...

2000-08-07 Thread Lastname Firstname
Hi Marc, I am new to jsp and I be good at Lotus notes, now I want to access notes database in jsp, Can you tell me how to do? or can you recommend a good book about it? the release of my domino if R5, and window Nt server ,iis Marc Hi Pradeep, here is the code to access the title of a

LOTUS NOTES Database Security to access by JSP...

2000-08-07 Thread Pradeep Roy
Marc Lastname firstName If you are interested then I can send you the code to access the lotus notes database. My only problem is that I am a big 'zero' in Lotus Lotes' and that's why whenever I am trying to access data from Lotus Notes Db I am finding it difficult to copy with document and

Re: LOTUS NOTES Database Security to access by JSP...

2000-08-07 Thread Marc Krisjanous
Hi again, you can set permissions using the database ACL. In your notes client click on the database and go to file-Database-Access Control. This will allow you to change security on the database. If you do not have even reader access on a database you will not see the type of a database.

Re: LOTUS NOTES Database Security to access by JSP...

2000-08-07 Thread Lastname Firstname
Hi,I think Marc is right,If you cannt access it still,you can try the follwing First: Are you sure your domino is running ,and your database is locate in default directory, I think you must use the server's object. Second:Be sure your webserver Hi again, you can set permissions using

Re: LOTUS NOTES Database Security to access by JSP...

2000-08-07 Thread Lastname Firstname
If you can email to me the code and tell me your working environment,it will good. I can learn it === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be

move the reports to the directory/archive

2000-08-07 Thread baskaran
Hai everyone, I have a lot of reports in my database. I want to move the selected reports to the directory/archive thro jsp.pls give me the solution to me. With regards baskaran === To unsubscribe:

DB2 Database in a separate machine and Webserver in a separate machine.

2000-08-07 Thread Krishnan
Hi all, In my webapplication, both webserver and the database is installed in the same machine. When i refer the database in my JSP's it is identifying it and does the necessary operations. What happens if i install my database (DB2) in another machine? But my JSP's are still in the old

SSI in jsp

2000-08-07 Thread Lynch Wu
Hi All Is it possible to include a servlet in a jsp page? Recently we've bought a package for statistical charts. Its documentation states that for GIF output, server side include (SSI) have to be applied. The demo uses a pure HTML page to include a servlet. But could we use the same way in

JSP Connectivity with Oracle

2000-08-07 Thread Sajjad Muzammil
Hi ! Can anybody provides me some examples or code that how can i connect JSP with oracle or tell me the site addressess.. Thnaks in advance Muzammil === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff

move the reports to the directory/archive

2000-08-07 Thread baskaran
Hai everyone, I have a lot of reports in my database. I want to move the selected reports to the directory/archive thro jsp.pls give the solution to me. With regards baskaran === To unsubscribe:

Re: DB2 Database in a separate machine and Webserver in a separate machine.

2000-08-07 Thread Suriya Narayan Varatharajan
well... we have thin driver(type 2) here we have to give ip address of that remote DB server... ok fine... use type 2 driver u can solve... Q try for everything Q regards suriya contech software ltd... GIDC Estate Ghandhinagar ph:02712-43324(off) :02712-35567(pp) mail at:[EMAIL PROTECTED]

Re: JSP Connectivity with Oracle

2000-08-07 Thread Thor Heinrichs-Wolpert
Yeah ... http://technet.oracle.com and search on jsp or ojsp Thor HW - Original Message - From: "Sajjad Muzammil" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, August 07, 2000 9:52 PM Subject: JSP Connectivity with Oracle Hi ! Can anybody provides me some examples or

caling the same page.how?

2000-08-07 Thread subramanian Athimoolam
hi all i want to call the same page in jsp. how can i do it.i will try include , forward also. but it will be refresh different page. any javascript function? subu Get Your Private, Free E-mail from MSN Hotmail at

Re: DB2 Database in a separate machine and Webserver in aseparate machine.

2000-08-07 Thread Krishnan
Hi Thanks for ur reply, My question now is, without installing any client utility for the database in the local machine, how can i connect to the database in the remote machine. You have told that we need to specify the ip address. Where should i need to specify that IP address(i.e how can i

How to get the self url

2000-08-07 Thread Sumeet Aggarwal , Gurgaon
Hi all, I want to post my JSP page back to the same page...i.e. the action part of the form would contain the URL of the same page in which it is used. FORM NAME="XYZ" METHOD="POST" ACTION="self URL" Is there any attribute/ property available with in JSP which can return me the name of the