How Do I access data from LOTUS NOTES-5 database- in jsp or otherwise....***Important*** please Help

2000-08-01 Thread Pradeep Roy
Hi All Could Anyone help me in getting data from Lotus Notes database. The first thing that I want to do is to connect to the database. and run a simple query. Please let me now the URL, Drivername, System name ( how to code all this properly) etc. etc. that is required to get connected to Lotu

Re: Can JSPs be deployed on NES??

2000-08-01 Thread K Sudhakar Reddy
yes, But right now i believe it is supporting jsp-0.92 version. check it out regards sudhakar Narayana G V R L wrote: > Hi All, > > Can we deploy JSPs on Netscape Enterprise Server ?? > > Thanks in advance, > Narayana > > ==

Re: error 404 when I run my own JSP

2000-08-01 Thread chawla, yogesh
Try putting this files in the public .html folder Regards, Yogesh Chawla > -Original Message- > From: SRINIVAS RAO [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, August 02, 2000 10:25 AM > To: [EMAIL PROTECTED] > Subject: Re: error 404 when I run my own JSP > > Hi, > > whbich web s

Re: do I need another web server after I install JDK and JSWDK

2000-08-01 Thread Yongjiang Zhang @ Yahoo
No - Original Message - From: Wei Qin <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 01, 2000 1:02 PM Subject: do I need another web server after I install JDK and JSWDK > Hi, > > do I need another web server to run JSP after I install JDK and JSWDK ? > > Thanks. > >

Can JSPs be deployed on NES??

2000-08-01 Thread Narayana G V R L
Hi All, Can we deploy JSPs on Netscape Enterprise Server ?? Thanks in advance, Narayana === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: h

Re: error 404 when I run my own JSP

2000-08-01 Thread SRINIVAS RAO
Hi, whbich web server r u using?? >From: Wei Qin <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and > reference <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: error 404 when I run my own JSP >Date: Tue, 1 Aug 2000 13:16:26 -0400 > >Hello, > >I i

time not displaying

2000-08-01 Thread subramanian Athimoolam
hi , i want to update using oracel through jap page date and time. and retriving the same. how can i do it. urgent please my code is: java.util.Date datStart,datExpiry, dObjCurr= new java.util.Date(); //out.println(dObjCurr); int iStartDay=0;

java.net.SocketException: in weblogic

2000-08-01 Thread Shibi Sudhakaran
Hi friends, I am getting this exception frequently while using servlets in weblogic.Can you give me a solution to this problem. The error code is : java.net.SocketException: socket write error (code=10053) Thanx in advance shibi Enter your default signature here Sent by Indya Messaging Service

Re: redirecting

2000-08-01 Thread subramanian Athimoolam
hi mani, do one thing in your jap page give the tag forward tag and any have you have submit the form that plase you will give the flat file name.in flat file requesting the parameter and do some process subu Get Y

Re: Past Java Exam Papers

2000-08-01 Thread Bill Curr
Well, I know a good exam resource that helped me on my road to certification, and that's www.javaranch.com. They even have a rated list of test exams, as well as a very active certification discussion group. === To unsubscrib

Re: Past Java Exam Papers

2000-08-01 Thread Michael Levin
Sample Java Certification exam questions: http://sun.co.uk/services/educational/certification/progsqwa.html Michael Levin - Original Message - From: "arsalan lodhi" <[EMAIL PROTECTED]> To: <[EMAIL

Re: Past Java Exam Papers

2000-08-01 Thread Suhas Mehta
Vande Mataram. Hi! You can search for the "Coriolis publications" they have a book called "ExamCram" Java2 SO you caoul use the words on the search engines at amazon.com it might take you there. Believe me get a hand on the ExamCram book before appearing the Java test. or search on java.c

Past Java Exam Papers

2000-08-01 Thread arsalan lodhi
Dear All: Can anyone help me locating a good resource on net for past java sample exams papers. Thanks a lot regards arsalan Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com ==

Re: error 404 when I run my own JSP

2000-08-01 Thread Krimm, Nik
Thanks Jim (and thanks Vasudha and Todd). After a frustrating day, it turned out to be a pretty simple java (understanding) problem. I didn't realize i had to reproduce the package nomenclature in my file architecture (i.e. package nik.program.class needs to be filed under nik/program/class/) A

Re: EJB cached

2000-08-01 Thread Singh, Anup
Hi There, I think you are using bean managed entity beans. If that is the case then override ejbLoad to refresh the bean instance variables. Container calls this method when data gets changed in the underlaying database. Hope this helps. Anup -Original Message- From: Sneha Sharma [mail

Re: EJB cached

2000-08-01 Thread Sven van 't Veer
> > Here it is: > I have an EJB that creates a product from a database.For e.g. takes its > part nos, price etc. > But it so happened that when we changed the price in the DB, the change did > not take affect in the JSP until we restarted the server. > > I am sure this has to do with caching/pool

Re: error 404 when I run my own JSP

2000-08-01 Thread Jim Preston
Did you restart the web server after changing the classpath and moving the .class files? Typically, a web server only reads the classpath at server startup, so if you change it, you need to restart to get the change noticed. --Jim Preston -Original Message- From: A mailing list about Ja

Re: do I need another web server after I install JDK and JSWDK

2000-08-01 Thread T L
yes, you need a web server to host the jsp files. try javawebserver >From: Wei Qin <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and > reference <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: do I need another web server after I install JDK and JSW

EJB cached

2000-08-01 Thread Sneha Sharma
Sneha Sharma@CONTEXT 08/01/2000 01:08 PM Hi All! I have an issue which is so related to EJBs that I am afraid some of u might get mad.. Here it is: I have an EJB that creates a product from a database.For e.g. takes its part nos, price etc. But it so happened that when we changed the price in th

do I need another web server after I install JDK and JSWDK

2000-08-01 Thread Wei Qin
Hi, do I need another web server to run JSP after I install JDK and JSWDK ? Thanks. Wei === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at:

Re: error 500 when I run my own JSP

2000-08-01 Thread TODD HARNEY
That is not true at all...you can put your JSP pages wherever you want, the stipulation is that you must adjust your URL accordingly including any file aliases setup, etc. You also do not have to restart the JavaWebServer every time you change a JSP file either. The last modified timestamp is c

Re: Using the "PageContext.forward(String)" command from a jsp customtag.

2000-08-01 Thread Craig R. McClanahan
Gabriel J Zimmerman wrote: > Hi everyone, > > I had some questions about URL redirection using JSP Custom tags. > Basically I want to create a conditional tag that writes a page if a > condition is met and if not redirects to another page. > > Supposedly if the page to redirect to is a jsp page,

Re: error 404 when I run my own JSP

2000-08-01 Thread Vasudha Deepak
Make a jar file of the class generated from the Bean.Include it in the System and Web Server classpath.Also restart your server after changing your classpath. Hope this helps, Vasudha - Original Message - From: Krimm, Nik <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August

Re: Help; A Simple JSP Page....

2000-08-01 Thread Paras Shah (Java)
Hi I have found out your problem. You have nested the jsp tags. This is your code: -- <% for (int i = 0; i < 26; i++) { for( int j=0; j<26; j++) { c = (char) (0x41 + (26-i+j)%26); <%= c %> } } %> This the correct code:

Re: error 404 when I run my own JSP

2000-08-01 Thread TODD HARNEY
No registration, just placing the bean .class files in a certain directory like Web-Inf or something strange like that. Consult the web server readme files for help. >>> [EMAIL PROTECTED] 8/1/00 2:10 >>> I am having a similar problem, just starting out with JSP. I get an error 500 - internal se

Re: Connection to a database - failure

2000-08-01 Thread Paras Shah (Java)
Hi, whats wrong with you guys!! Error 1. - public class TestBean throws IOException, ClassNotFoundException { ^^ ^^ A class never throw an exception. Its methods and functions throw an exception. ---

Using the "PageContext.forward(String)" command from a jsp custom tag.

2000-08-01 Thread Gabriel J Zimmerman
Hi everyone, I had some questions about URL redirection using JSP Custom tags. Basically I want to create a conditional tag that writes a page if a condition is met and if not redirects to another page. Supposedly if the page to redirect to is a jsp page, you can use the pageContext.forward("my_

I18N for Javascript in JSP pages

2000-08-01 Thread Bansode Neelesh
Hi all, Any ideas on internationalizing javascript within the jsp page?? Regards, Neelesh === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at:

Re: who is the leader : Tomcat, Resin, orion, websphere ????

2000-08-01 Thread Hensley, Zachary
I meant as -Original Message- From: Hensley, Zachary [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 01, 2000 2:50 PM To: [EMAIL PROTECTED] Subject: Re: who is the leader : Tomcat, Resin, orion, websphere My JSP pages were not cross platform because of some of the naming schemes t

Re: error 500 when I run my own JSP

2000-08-01 Thread François Gauvin
Hi You have to put your jsp file in the /public_html directory. after that type... http://localhost:8080/YourFile.jsp You also have to delete the /tmpdir folder under JavaWebServer folder and reboot de java web server each time you make some change. - Original Message - From: "Wei Qin"

Re: error 500 when I run my own JSP

2000-08-01 Thread Wei Qin
Hello, I installed JDK 1.2.2 and JSWDK , and now I can run examples in JSWDK. But when I put my own JSP files in /examples/jsp, either directly or in their own subdirectory(same directories with examples), I got 500 error(Internal server error) I find some funny thing:even I modify the code

Re: who is the leader : Tomcat, Resin, orion, websphere ????

2000-08-01 Thread Hensley, Zachary
My JSP pages were not cross platform because of some of the naming schemes that iPlanet 4.1 and tomcat uses. The JSP engine is required to provide a list of implied objects. Some of these objects include session, response, pageContext along with others. iPlanet does provide these objects

Re: error 404 when I run my own JSP

2000-08-01 Thread Daryani Santosh
Possible causes 1 Check the name of the servlet you are trying to serve , it is case sensitive , you may have a typo 2 Sometimes you have to restart the JSWDK server after your servlet generated errors 3 Verify if you are calling any page within your main page and its availablility These may

Re: errors while including jsp with tag

2000-08-01 Thread Hans Bergsten
Joern Fornfeist wrote: > > Hi, > > I have a problem with the include tag flush="true" />. The url string is determined in the previous java code of > the including java server page. The included page is also a jsp. On > executing I get the exception: java.lang.IllegalStateException: Response has

Re: error 404 when I run my own JSP

2000-08-01 Thread Krimm, Nik
I am having a similar problem, just starting out with JSP. I get an error 500 - internal server error - everytime I try to access a bean that I have made. My theory is that for some reason that JSP is not recognizing the bean is out there, so I've adjusted the CLASSPATH in the environmental vari

Re: error 404 when I run my own JSP

2000-08-01 Thread TODD HARNEY
Are you entering the correct URL when trying to view the JSPs? Is there an alias setup in jswdk for /examples or /examples/jsp that will affect your URL you use to get to the JSPs you are writing? >>> [EMAIL PROTECTED] 8/1/00 1:16 >>> Hello, I installed JDK 1.2.2 and JSWDK , and now I can run

Re: Initialization Parameters

2000-08-01 Thread Arun Thomas
Providing initialization parameters to stand-alone jsps is, in my experience, implementation dependent, if provided at all. If the JSP is part of a WebApplication (WAR), then the web.xml file provides a convenient route to provide initialization parameters - these are provided exactly the same wa

Re: error 404 when I run my own JSP

2000-08-01 Thread Wei Qin
Hello, I installed JDK 1.2.2 and JSWDK , and now I can run examples in JSWDK. = But when I put my own JSP files in /examples/jsp, either directly or in = their own subdirectory, I got 404 error(The page cannot be found) Can some one can tell me what the reason is?=20 Thanks a lot.

Re: Session ID HELP!!

2000-08-01 Thread Sicaud Patrice
"session" is an implicit JSP object. It can be referenced in all JSPs that are included in the session. Those include all JSPs where the page directive attribute "session" is either omitted(thereby defaulting to "true") or explicitly set to "true". -Original Message- From: TODD HARNEY [m

Re: How to create Connection Pool?

2000-08-01 Thread Thor Heinrichs-Wolpert
Why do you want to create a connection pool when using EJBs? I think you should have a better look at EJBs first before trying this. Thor HW - Original Message - From: "Diwakar Killamsetty" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 01, 2000 2:33 AM Subject: How to

Re: Thanks - Connection Pool

2000-08-01 Thread Thor Heinrichs-Wolpert
Wayne: Maybe yet some other points to remember for when you start teaching: 1. netiquite - you should at least look like you've tried a little on your own. 2. try to answer the question that was asked. In this case you WOULDN'T use the connection pool listed in an EJB server. That would be insane

Re: Session ID HELP!!

2000-08-01 Thread TODD HARNEY
You can explicitly get the session object by calling request.getSession(true) from your JSP code, but I believe there is a page directive that you can set in your JSP page to have that code explicitly generated for you so that you can simply call the implicit session object. I also believe that

Re: JSP and ASP

2000-08-01 Thread Sicaud Patrice
Any comment on actual performance? -Original Message- From: Alex Amies [mailto:[EMAIL PROTECTED]] Sent: Monday, July 31, 2000 9:16 PM To: [EMAIL PROTECTED] Subject: Re: JSP and ASP 1. COM components referenced from ASP's hang the web server and possibly the system if they have fatal

Re: Corba and JSP integration

2000-08-01 Thread TODD HARNEY
Again keep in mind that directly binding to corba components from JSP pages are extremely expensive. It is better to have a pool of already established connections to corba components and then just request a connection from the pool so that the expensive bind is avoided. Just FYI >>> [EMAIL P

Session ID HELP!!

2000-08-01 Thread Chad Pitt
Dear developers, i have a question about session scope say, if i have the first page for user to log in their name ..and after surfing to the other pages to buy the stuffs which have the scope of session so how can i make the user's name bound with the session object (i use the session scope wit

Re: Corba and JSP integration

2000-08-01 Thread Daryani Santosh
It can be done using different techniques , from JSP directly or through a bean Here is some sample code that implements direct calling of corba components from JSP Replace all the variables marked ._x with your appropriate names Santosh <%@page import="org.omg.CORBA.ORB"%> <%@page import=

Re: Parameters passing from Applet to JSP

2000-08-01 Thread Sicaud Patrice
Read O'Reilly's Javascript by David Flanagan (the "rhino"). There is a whole chapter on the "LiveConnect" technology. Good luck. -Original Message- From: Sajjad Muzammil [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 01, 2000 2:28 AM To: [EMAIL PROTECTED] Subject: Parameters passing fro

Re: Corba and JSP integration

2000-08-01 Thread TODD HARNEY
You can get the connection to your Corba object anywhere you want...in the JSP page directly or in another bean or proxy object. What might be best though since Corba binds are so expensive is this...write an object to connection pool for your Corba objects and then from your JSP, just ask the

Re: JSP and Oracle Intermedia

2000-08-01 Thread Hu Jeff
Hi David, There is an excellent article in Java Developer Journal (www.sys-con.com) June/July 2000 issue talking about updoading/storing/display binary datastream (ms-word file)using oracle BLOB and servlet. You may find it useful. In my work, I have the following stuffs 1. a html file allows u

redirecting

2000-08-01 Thread Selvamani Jayakumar
Hi i want to redirect the information from JSP page to a flat file. How do I do that? can anyone help me. Thank you S.Mani Jayakumar Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com ===

redirecting

2000-08-01 Thread Selvamani Jayakumar
HI I want to redirect information from JSP page to a flat file. How do i do that? Help me. Thank you S.Mani Jayakumar Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com ==

Re: How to convert javascript variables to Java variables

2000-08-01 Thread Matthews,Paul
in fact you don't need the javascript ;-) login.html login.jsp <% String username = request.getParameter("username"); %> regards, paul === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST

Re: How to convert javascript variables to Java variables

2000-08-01 Thread Matthews,Paul
You can't do that- the java is compiled and run on the server- all the browser does is display the html/javascript. You need (something like) a post after putting u and p in hidden fields- in this case you probably don't wven want them as hidden since the user has to enter them :) you'll need a l

Re: Passing Query String with URL

2000-08-01 Thread Hines, Bill
And don't forget that you don't have to hard-code the whole URL here - there are broken down components of it under document.location, such as document.location.search to update just the query string part of it (starting with the '?'), etc. If you're staying on the same server/domain/webroot, you

Re: request.getRealPath()

2000-08-01 Thread Hu Jeff
try String strPath =config.getServletContext().getRealPath(request.getServletPath()); hope this helps J.H -Original Message- From: Mo Hengnan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 01, 2000 8:52 AM To: [EMAIL PROTECTED] Subject: request.getRealPath() Hi all, request.getRea

Re: How to convert javascript variables to Java variables

2000-08-01 Thread Richard Yee
Murali, I'm not sure why you want to convert JavaScript variables to Java variables because the Java code will be evaluated at the request time at the server before the page is sent back to the browser. What you want to do is not possible. The JavaScript does not get evaluated until it reache

Corba and JSP integration

2000-08-01 Thread Karanjit Singh
Dear Members, Iam goin to work on accessing database thru corba objects from my jsp pages, if anyone has worked on this then pls put some light on this. I mean to say where should i took connection, in some bean or in jsp page itself ? Thx in advance, Karan

Re: How to convert javascript variables to Java variables

2000-08-01 Thread TODD HARNEY
Like I said, I haven't done that beofre, but I guarantee that the error you are getting is from the Java compiler because u and p are not Java variables, they are Javascript variables. That much I guarantee. Sorry I couldn't help you more. I will try to code a sample real quick. >>> [EMAIL PRO

Re: Initialization Parameters

2000-08-01 Thread Sergey A. Vorobiev
Narayana G V R L wrote: > > Hi All, > > Can we have the initialization parameters for JSPs?? Something similar > to init params in Servlets. > > Environment: Netscape Application Server 4.1, JSPs. > > Thanks in advance, > Narayana. Hmm, I didn't quite understand the question, maybe because of my

Re: Problem with JSP bean

2000-08-01 Thread omar
The tag bean belongs to the 0.92 and usebean to the 1.0 and 1.1 Gilbert NGUYEN wrote: > Hello ! > > I use tags: create="yes" scope="session" introspec="yes"> > > It works very well with JRUN 2.3.3 > > Now I want to use this tag with JSWDK, but it doesn't work. > > So I have to use tags:clas

request.getRealPath()

2000-08-01 Thread Mo Hengnan
Hi all, request.getRealPath() can not get the correctly value in tomcat 3.1, who can tell me why? -hengnan __ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com =

Re: Parameters passing from Applet to JSP

2000-08-01 Thread Sergey A. Vorobiev
Hi! Herbert Pfleger wrote: > > I have found some example-code(only for netscape), it should work, but it > doesn't work in my environment. may be you have more luck. AFAICS, it might be so: import java.awt.Graphics; public class HelloWorld extends Applet { String myString; public

Re: JSP and ASP

2000-08-01 Thread Tarik Makota
ASP is interpreted each time request is made, somewhat like embeded SQL. JSP is container, somewhat like Stored Procedure, therefore it is faster. If you use ASP to solve compilcated problems you'll notice the slow down. Tarik Makota - Original Message - From: V.Vasant <[EMAIL PROTECTE

Re: How to convert javascript variables to Java variables

2000-08-01 Thread TODD HARNEY
Here is an example that works and may help you... Test Me function go_to(u,p) { var me="<%= "Hello " %>"+p; alert("User: "+u); alert("Password: "+me); } Hope this helps, Todd >>> [EMAIL PROTECTED] 8/1/00 9:07 >>> hi Tod , Like that it is giving error. It is not comi

Re: Parameters passing from Applet to JSP

2000-08-01 Thread Herbert Pfleger
I have found some example-code(only for netscape), it should work, but it doesn't work in my environment. may be you have more luck. mport java.awt.Graphics; public class HelloWorld extends Applet { String myString; public void init() { myString = new String("Thats my hello-text"

Re: setProperty in Netscape

2000-08-01 Thread Sergey A. Vorobiev
Herbert Pfleger wrote: > > Hi all, > my problem: I have written some JSP-Code and it is working fine in MSIE 5.0, > but it is not working with Netscape 4.7. > Especially i have big problems to use setProperty to set a value into a bean. > Can anybody tell me if this is a problem in Nescape, or if

Strnage JSP behaviour in frame

2000-08-01 Thread Steingoetter, Jochen
JSP and frames I'm using JSPs within frames and now I'm confronted with a strange behaviour by IE 5 (seem to work right in Netscape). In one of the frames my JSP runs a query with the help of a JavaBean and displays the result in form of a table. The result is returned in chunks of about 15 rows

Re: JSP and ASP

2000-08-01 Thread wayne allison
V.Vasant What platform do you want to run your server pages on? Wayne Allison --- "V.Vasant" <[EMAIL PROTECTED]> wrote: > hi, > Can someone point out to me how does jsp > perform better than > asp.I am a newcomer to jsp even though I've worked > with java for quite > some time.Apart f

Re: JSP and Oracle Intermedia

2000-08-01 Thread wayne allison
David, Try the Oracle documentation. It's on your CD. Wayne --- David Maurange <[EMAIL PROTECTED]> wrote: > hi, > > I try to use the Oracle Intermedia cartridge to > upload images from the > web client in my db and to put it in web pages. > > I look over technet and oracle doc but there is n

Re: Thanks - Connection Pool

2000-08-01 Thread wayne allison
Paul, While I am probably more of a novice at Java than the person whose post you originally answered, I appreciate your pointing out the reference documentation that is so readily available. I will save your post for some day [at least 12 months out] when I will be teaching Java as well. W

Re: How to convert javascript variables to Java variables

2000-08-01 Thread B.V.Murali Krishna
hi Tod , Like that it is giving error. It is not coming with that what u sent. thank you, regards, At 07:49 AM 8/1/00 -0400, you wrote: >That is the Java compiler saying it doesn't understand the variables u and p because they are Javascript variables and not Java variables. You need to someh

setProperty in Netscape

2000-08-01 Thread Herbert Pfleger
Hi all, my problem: I have written some JSP-Code and it is working fine in MSIE 5.0, but it is not working with Netscape 4.7. Especially i have big problems to use setProperty to set a value into a bean. Can anybody tell me if this is a problem in Nescape, or if it is a problem in my Code? Thanks

Re: Connection Pool

2000-08-01 Thread Khem Chand Sachdeva
We have got enough copies of ur question. If somebody knows he will respond back to u. Diwakar Killamsetty wrote: > Hi, > > I am novice to EJB Technologies. > Is there any way to create connection pool in Reference Implementation? If > so please let me know how to do. > Thanks in advance. > > r

Anyone using SilverStream?

2000-08-01 Thread Megan Ray
Is anyone using the SilverStream suite of products?Pros - cons - comments? Thanks for your help!!! Megan Wertz Ray [EMAIL PROTECTED] === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some r

Initialization Parameters

2000-08-01 Thread Narayana G V R L
Hi All, Can we have the initialization parameters for JSPs?? Something similar to init params in Servlets. Environment: Netscape Application Server 4.1, JSPs. Thanks in advance, Narayana. - Original Message - From: Sergey A. Vorobiev <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tu

Re: [Re: Proprtionate String Padding]

2000-08-01 Thread Scott Evans
Java Strings are not constants - they are immutable. This means that once a String object is created it cannot be changed. It also means that when you pass a String as a argument to a method a new String is created that has the same value but is nonetheless a different object. This works similiar

Re: Unhandled Error!

2000-08-01 Thread Vaishali Joshi
Naresh, Connie, and Berg Thanks a lot for your help on my problem. It was not the version problem, but class path setting problem. I did set up the path right in Jdeveloper, but did not do it in websphere. So looking at error log files helped. Thanks for your help Vaishali __

Re: errors while including jsp with tag

2000-08-01 Thread TODD HARNEY
It seems that you are already sending output back to the browser. Try just saving all of your output to a StringBuffer or something and then send it back when everything is okay. The error message is saying that you have already sent back some output (which includes the HTTP headers) and that i

Re: How to convert javascript variables to Java variables

2000-08-01 Thread TODD HARNEY
That is the Java compiler saying it doesn't understand the variables u and p because they are Javascript variables and not Java variables. You need to somehow split the u and p out of your Java code. Maybe like this... function go_to(u,p) { <% LoginDao logObj = new LoginDao(); userId =

Re: HANDLER THREAD PROBLEM

2000-08-01 Thread TODD HARNEY
Sounds like there might be a problem with your webserver, since it talks on a specific port (socket) and has handler threads that listen on that port to service incoming HTTP requests. Try restarting your webserver on a new port...this should be a configuration item in one of your webserver pro

Re: Connection Pool

2000-08-01 Thread Matthews,Paul
Is it REALLY necessary to post simple questions multiple times across multiple lists? Especially when (i) it can be answered with a simple search. (ii) it has been answered in this forum before quite recently Go to www.excite.com, type in 'java connection pooling' and follow the first link (java

Re: Referrer URL

2000-08-01 Thread Sergey A. Vorobiev
Hi! Richard Brooks/JHC wrote: > > Thanks, that's what I was thinking of. > > Unfortunately the error page has the referrer taken from the referrer of > the original page. In my case, the referrer is the navigation frame > containing the link that brought up the page that caused the error. > > So

Connection Pool

2000-08-01 Thread Diwakar Killamsetty
Hi, I am novice to EJB Technologies. Is there any way to create connection pool in Reference Implementation? If so please let me know how to do. Thanks in advance. regards, Diwakar. === To unsubscribe: mailto [EMAIL PROTECT

Re: Referrer URL

2000-08-01 Thread Richard Brooks/JHC
Thanks, that's what I was thinking of. Unfortunately the error page has the referrer taken from the referrer of the original page. In my case, the referrer is the navigation frame containing the link that brought up the page that caused the error. So, I'm still left with the original problem of

Parameters passing from Applet to JSP

2000-08-01 Thread Sajjad Muzammil
Hi ! can somebody tell me that how can i pass paramters from applet to Java script. If somebody know any sample code or resource site name than tell me. Muzammil === To unsubscribe: mailto [EMAIL PROTECTED] with body: "

Re: Referrer URL

2000-08-01 Thread Richard Brooks/JHC
To: [EMAIL PROTECTED] cc: Fax to: Subject: Re: Referrer URL Zeyn Saigol

How to convert javascript variables to Java variables

2000-08-01 Thread B.V.Murali Krishna
hi all, How to convert javascript variables to java variables. this is my function function go_to(u,p) { <% LoginDao logObj = new LoginDao(); userId = Integer.parseInt(u); boolean stat = logObj.login(userId,p); %> i am getting error given below Undefined variable: u:userId = Int

Re: errors while including jsp with tag

2000-08-01 Thread Kumar, Ashutosh(sdc)
Hi, Should be some what like <%@ include file="XYZ.jsp"%> this is an extract from a working JSP Ashu > -Original Message- > From: Joern Fornfeist [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, August 01, 2000 3:22 PM > To: [EMAIL PROTECTED] > Subject: errors while including jsp w

Re: How to create Connection Pool?

2000-08-01 Thread Aby Kuriakose
check out this link-if u r using weblogic http://www.weblogic.com/docs45/classdocs/API_ejb.html if u r using ibm websphere,check out the connection pooling implementation given at http://www.as400.ibm.com/products/websphere/docs/as400v302/docs/ejbpimp.html - Original Message - From: Diwaka

Re: Referrer URL

2000-08-01 Thread Zeyn Saigol
This should be possible in JSP: <% Logger.logErrorSource(request.getHeader("Referer")); %> or something like that. Request.getHeader() will return null if the referer isn't included in the request, but I think it should be usually. > -Original Message- > From: A mailing list about Java

HANDLER THREAD PROBLEM

2000-08-01 Thread Erwan TROEL
i have this problem HANDLER THREAD PROBLEM: java.io.IOException:Socket Closed do anybody know why? thanks === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can

Re: How to create Connection Pool?

2000-08-01 Thread Matthews,Paul
Check out the archives- I posted some sample code about two weeks ago. Regards, Paul > -Original Message- > From: Diwakar Killamsetty [mailto:[EMAIL PROTECTED]] > Sent: 01 August 2000 10:33 > To: [EMAIL PROTECTED] > Subject: How to create Connection Pool? > > > Hi, > > I am novice to EJB

errors while including jsp with tag

2000-08-01 Thread Joern Fornfeist
Hi, I have a problem with the include tag . The url string is determined in the previous java code of the including java server page. The included page is also a jsp. On executing I get the exception: java.lang.IllegalStateException: Response has already been committed. Can anybody help me? It's

How to create Connection Pool?

2000-08-01 Thread Diwakar Killamsetty
Hi, I am novice to EJB Technologies. Please let me know how to create a connection pool in Reference Implementation. regards, Diwakar. (office) +91-40-3308600 x8547. === To unsubscribe: mailto [EMAIL PROTECTED] with body:

Parameters passing from Applet to JSP

2000-08-01 Thread Sajjad Muzammil
hi ! can somebody tell me that how can i pass paramters from applet to Java script. If somebody know any sample code or resource site name than tell me. Muzammil === To unsubscribe: mailto [EMAIL PROTECTED] with body: "

Re: Compilation

2000-08-01 Thread Manish Bijay Kumar
Hi BRN, I am not sure about the 1.3 candidate version but the given coomand works perfectly fine. One more thing.. both the commands which i sent to you are same. The only difference is the name of source file. Actually, when you say javac *.java, It will compile all the java source codes present

JSP and Oracle Intermedia

2000-08-01 Thread David Maurange
hi, I try to use the Oracle Intermedia cartridge to upload images from the web client in my db and to put it in web pages. I look over technet and oracle doc but there is no documents about. Is someone already done that with JSP? regards David =

Re: Passing Query String with URL

2000-08-01 Thread Steingoetter, Jochen
Hi, try it like this: document.location.href="http://localhost:8181/LoginCRMPrj/Change_Pwd.jsp?use r=" + u + "&pwd=" +p; Cheers Jochen -Original Message- From: B.V.Murali Krishna [mailto:[EMAIL PROTECTED]] Sent: 01 August 2000 08:17 To: [EMAIL PROTECTED] Subject: Passing Query String w