Re: Newbie question about using the JAR file

2004-12-14 Thread Thomas Tsang
Dear Ravi Kumar & Imran Anwar, Thank you for your help, it is work now. === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".

Re: Newbie question about using the JAR file

2004-12-14 Thread Ravi Kumar.
try this: ***copied from another mail*** Dear if u just copy activation.jar and mail.jar to your SDK jre\lib\ext folder (like C:\j2sdk1.4.1_02\jre\lib\ext) you can get the requierd results regards, Imran ***copied from another mail*** On M

Re: Newbie question about using the JAR file

2004-12-13 Thread Thomas Tsang
Can I know how to reference the jar file in my system classpath? I have copy the activation.jar to C:\Program Files\Apache Software Foundation\Tomcat 5.5\common\lib\, and add this path to the value of Classpath (My Computer-> Property-> Advanced-> Environment), then restart the server. But the re

Re: Newbie question about using the JAR file

2004-12-13 Thread Imran Anwar
Dear if u just copy activation.jar and mail.jar to your SDK jre\lib\ext folder (like C:\j2sdk1.4.1_02\jre\lib\ext) you can get the requierd results regards, Imran On Mon, 13 Dec 2004 23:26:34 -0700, Thomas Tsang <[EMAIL PROTECTED]> wrote: > Add full path with activation.jar to the variable

Re: Newbie question about using the JAR file

2004-12-13 Thread Thomas Tsang
Add full path with activation.jar to the variable and restart the server, but still failure... My testing environment is WinXP + Apache + tomcat 5.5, I think it may be setting problem, any more suggestion? === To unsubscribe:

Re: Newbie question about using the JAR file

2004-12-13 Thread Ravi Kumar.
hi, try adding the full path and the jar file name to the classpath variable. regards. ravi. On Mon, 13 Dec 2004 19:21:15 -0700, Thomas Tsang <[EMAIL PROTECTED]> wrote: > Can I know how to reference the jar file in my system classpath? > > I have copy the activation.jar to C:\Program Files\Apa

Re: Newbie question about using the JAR file

2004-12-13 Thread Ken Robinson
AM To: [EMAIL PROTECTED] Subject: Re: Newbie question about using the JAR file Thank for your information, but I think the main case is I don;t know how to install the jar in the server, the same error is retuen when I add the code you provide, and even I remark the line 'Session mailSession =

Re: Newbie question about using the JAR file

2004-12-10 Thread Christian Bollmeyer
On Friday 10 December 2004 13:56, Thomas Tsang wrote: Make sure you've put the *,jar files in a directory where the classloader can find them. If unsure, put them in your application's /WEB-INF/lib directory, not one of the Tomcat server's directories. Then, I'm not sure about the Session thing. A

Re: Newbie question about using the JAR file

2004-12-10 Thread Thomas Tsang
Thank for your information, but I think the main case is I don;t know how to install the jar in the server, the same error is retuen when I add the code you provide, and even I remark the line 'Session mailSession = ...', the similar error is returm for the next line == InternetAddress cann

Re: Newbie question about using the JAR file

2004-12-10 Thread Martin Gainty
ECTED] - Original Message - From: "Thomas Tsang" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 10, 2004 6:22 AM Subject: Newbie question about using the JAR file > I want to add a send email function in my JSP server (WinXP + Apache + > Tomc

Newbie question about using the JAR file

2004-12-10 Thread Thomas Tsang
I want to add a send email function in my JSP server (WinXP + Apache + Tomcat), and download "JAVA Mail API" from web, I extract the zip file and find there are a file named activation.jar, some *.java example file and some doc files. But I don't know how to use this *.jar file, I copy it to the

Re: Newbie question about jdbc:odbc connection

2004-12-03 Thread Martin Gainty
: Darshan Kashi <[EMAIL PROTECTED]> Reply-To: A mailing list about Java Server Pages specification and reference <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: Newbie question about jdbc:odbc connection Date: Fri, 3 Dec 2004 04:51:36 -0700 Received: from mc12-f13.hotmail.com ([6

Re: Newbie question about jdbc:odbc connection

2004-12-03 Thread Darshan Kashi
Hi , It should be Class.forName("sun.jdbc.odbc.JdbcOdbcDriver"); Regards Darshan On Fri, 3 Dec 2004 03:11:08 -0700, Thomas Tsang <[EMAIL PROTECTED]> wrote: >Thank for your information. > >However, the following error is display after the line Class.forName >("jdbc.odbc.JdbcOdbcDriver"); is ad

Re: Newbie question about jdbc:odbc connection

2004-12-03 Thread Thomas Tsang
Thank for your information. However, the following error is display after the line Class.forName ("jdbc.odbc.JdbcOdbcDriver"); is add before the line connBooking = ... = javax.servlet.ServletException: jdbc.odbc.JdbcOdbcDriver org.apache.jasper.runtime.PageContextImpl.doHandlePageExce

Re: Newbie question about jdbc:odbc connection

2004-12-03 Thread Ananthalakshmi Subramaniyam
bout Java Server Pages specification and reference <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Newbie question about jdbc:odbc connection Date: Thu, 2 Dec 2004 20:35:14 -0700 I am using apache + tomcat to do with my jsp project, and I do a jsp page with following codes:

Newbie question about jdbc:odbc connection

2004-12-02 Thread Thomas Tsang
I am using apache + tomcat to do with my jsp project, and I do a jsp page with following codes: <%@ page session="true" %> <%@ page import="java.sql.*" %> <%@ page import="java.util.Date" %> <%@ page import="java.io.*" %> <%@ page import="java.net.*" %> <%@ page import="java.text.*" %> <%

Re: newbie question

2002-09-04 Thread Kesavanarayanan, Ramesh (Cognizant)
No I get these messages in the error messages. ??Ramesh Kesavanarayanan ?[EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 05, 2002 7:09 AM To: [EMAIL PROTECTED] Subject: Re: newbie question Hi, When you entered the

Re: newbie question

2002-09-04 Thread 강동혁
ay, September 04, 2002 7:11 PM Subject: newbie question > Hi all, > > I create a URL object and URLConnection objects. But when I opent he > connection, the site presented in URL object asks me for userid and > password. Is there any way I can give the user name and pa

Re: newbie question

2002-09-04 Thread Hugo Pragt
http://username:[EMAIL PROTECTED] may work depends if the receiving site actually uses these values. Hugo - Original Message - From: "Kesavanarayanan, Ramesh (Cognizant)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 04, 2002 12:11 PM Su

newbie question

2002-09-04 Thread Kesavanarayanan, Ramesh (Cognizant)
Hi all, I create a URL object and URLConnection objects. But when I opent he connection, the site presented in URL object asks me for userid and password. Is there any way I can give the user name and password also while creating the URL object??/ Regards RameshKesavanarayanan [EMAIL PROTECTED]

Newbie Question

2002-06-13 Thread Michael Nicholson
And probably shows my utter lack of understanding of jsp/servlets/webbeans. However: I have an application that displays the current record of a database (which is complicated by the fact that the database is split into 14 tables, but that's ok...). Now I need a way to navigate it reasonably.

Re: Newbie Question

2002-04-25 Thread Richard Yee
Beau, Put your class files in the WEB-INF\classes directory of your web application. No change to your system classpath is necessary. Restart your server. Remember, if your classes are part of a package, your entire package tree should be placed under the classes directory. Here's a link that sho

Newbie Question

2002-04-25 Thread Beau Hebert
I have just begun learning jsp, and everything is still quite confusing. I am still in the process of learning my environment set-up, what should go in which directory and so on, so please bear with me. I'm running Tomcat locally and am trying to run a jsp page that uses a bean that is compiled fr

Re: cocoon x xerces a newbie question

2002-02-21 Thread Andrew E. Young
Cocoon is an XML publishing framework that uses an XML Parser (Xerces) to process XML. Andrew n a message dated 21/02/2002 12:32:35 GMT Standard Time, [EMAIL PROTECTED] writes: > What the major differences between Cocoon and Xerces (Xalan ?) ? > thanks. > =

Re: cocoon x xerces a newbie question

2002-02-21 Thread Andrew E. Young
In a message dated 21/02/2002 12:32:35 GMT Standard Time, [EMAIL PROTECTED] writes: > What the major differences between Cocoon and Xerces (Xalan ?) ? > thanks. > === To unsubscribe: mailto [EMAIL PROTECTED] with body: "sig

cocoon x xerces a newbie question

2002-02-21 Thread Gilson Nascimento D Elrei
What the major differences between Cocoon and Xerces (Xalan ?) ? thanks. === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST

RES: JRUN x XML - another newbie question.

2002-02-15 Thread Gilson Nascimento D Elrei
TECTED] > Assunto: Re: JRUN x XML - another newbie question. > > JRun already has jaxp.jar and parser.jar in the lib/ext directory. If you > want to > use a different (or even merely a later) set of XML routines, you probably > need to > back the standard ones out and

Re: JRUN x XML - another newbie question.

2002-02-15 Thread Duane Morse
, Eldorado Computing Inc., Phoenix, Arizona -Original Message- From: Gilson Nascimento D Elrei [mailto:[EMAIL PROTECTED]] Sent: Friday, February 15, 2002 11:49 AM To: [EMAIL PROTECTED] Subject: JRUN x XML - another newbie question. How to use JRUN with XML ? I have JRUN running on my computer

JRUN x XML - another newbie question.

2002-02-15 Thread Gilson Nascimento D Elrei
How to use JRUN with XML ? I have JRUN running on my computer, and i want to implement XML on my jsp/servlet application. I was thinking in download cocoon /xalan for parse xml, but i don't know if it's correct or exist another better alternative. Any help ? thanks in advance. [Gilson do Nascimen

Re: Stupid newbie question

2001-11-15 Thread Ashish
Papo Napolitano wrote: > MessageI only want to know how can i do to stop the execution of a JSP > script. > For example: > > if (i == 666) { > STOP HERE! > } else { > continues > . > . > . > } > Just put a "return;" in the line you want to stop. -- Ashish Shrestha Gha 2-482,

Re: Stupid newbie question

2001-11-14 Thread Steve Curd
Title: RE: Stupid newbie question just use return. if (i == 666) {     return; } -Original Message- From: Papo Napolitano [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 14, 2001 4:52 PM To: [EMAIL PROTECTED] Subject: Stupid newbie question MessageI only want to know how

Stupid newbie question

2001-11-14 Thread Papo Napolitano
MessageI only want to know how can i do to stop the execution of a JSP script. For example: if (i == 666) { STOP HERE! } else { continues . . . } In php I use die() but I can't found the correct method for JSP. Regards Papo =

Re: newbie question

2001-09-20 Thread Anupma Bakshi
0 AM Subject: newbie question : Hi Everybody : I`m new to this list & i need free JSP editer. : Can any one suggest me from where can i download free JSP editer : : Thanks in Advance : : Ashok : www.himline.com : : _ : Get your FREE

Re: newbie question

2001-09-20 Thread Kevin Duffey
Forte is one full Java IDE that is free, although I find it a tad hard to use and confusing. I use UltraEdit for $30 reg fee, which works quite well for most things. Its by no means a graphical editor for JSP though. I have yet to see any "real" drag/drop JSP ide that supports full JavaBean and ta

newbie question

2001-09-20 Thread Ashok Sehrawat
Hi Everybody I`m new to this list & i need free JSP editer. Can any one suggest me from where can i download free JSP editer Thanks in Advance Ashok www.himline.com _ Get your FREE download of MSN Explorer at http://explorer.msn.co

newbie question: connection pool

2001-09-12 Thread wei xinfa
Hi, I am using tomcat. Would anyone please point out if I have to manage connection pool myself, or anything I can use? === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAI

Newbie question. Problem with custom tags

2001-08-17 Thread Declan
Hello all, I am having trouble with custom tags, although I have followed two separate tutorials on the issue, every time I try and run the .jsp page I get the following error message. Could it be something to do with the web.xml file. Thank you in advance. Internal Servlet Error: org.apache.ja

Site tips (was RE: Newbie Question - jsp:useBean help needed.)

2001-07-04 Thread Mattias Jiderhamn
> Thank you very much Mattias, the change you suggested seems to have > rectified my problem. As I mentioned in my original message the purpose > of this exercise is to learn more about JSPs. Can you suggest a > webstie/tutorial/book that would mention things such as this? Or are > these the sort

Re: Newbie Question - jsp:useBean help needed.

2001-07-04 Thread Abhijit Hiremagalur
OTECTED] Subject: Re: Newbie Question - jsp:useBean help needed. > <%@ page import='sample.invoice.*' %> > > > name='invoice' property='status' value='pending'/> > invoice = InvoiceRepository.getInstance().getInvoice(1); >

Re: Newbie Question - jsp:useBean help needed.

2001-07-04 Thread Mattias Jiderhamn
> <%@ page import='sample.invoice.*' %> > > > > > invoice = InvoiceRepository.getInstance().getInvoice(1); > I'll try to explain this and hopefully somebody corrects me if I get some details wrong. You might need some knowledge about objects and references/pointers to understand this. One

Newbie Question - jsp:useBean help needed.

2001-07-04 Thread Abhijit Hiremagalur
Hi All, I will attempt to make my question as clear as possible, though I am sure it will sound a little vague given the fact that I am completely muddled right now. I am conducting a simple exercise to learn about JSPs. I have a simple database table in MS Access with 1 'Invoice' record which ha

Re: RES: Complementing...another newbie question about HelloWorld ser vlet..

2001-05-24 Thread Amarnath N
Gilson Nascimento D Elrei > > Enviada em: quarta-feira, 23 de maio de 2001 14:36 > > Para: 'A mailing list about Java Server Pages specification and > > reference' > > Assunto: another newbie question about HelloWorld servlet.. > > >

another newbie question about HelloWorld servlet..

2001-05-23 Thread Gilson Nascimento D Elrei
I have created my first servlet, it's only a HelloWorld file .class (HelloWorld.class) and i did upload it on servlets directory. I have received this following error message: 404 Not Found /servlets/HelloWorldServlet2 was not found on this server. What's wrong here ?! I need to create a jsp pag

RES: Complementing...another newbie question about HelloWorld ser vlet..

2001-05-23 Thread Gilson Nascimento D Elrei
36 > Para: 'A mailing list about Java Server Pages specification and > reference' > Assunto: another newbie question about HelloWorld servlet.. > > I have created my first servlet, it's only a HelloWorld file .class > (HelloWorld.class) and i d

Re: Basic Newbie Question

2001-03-26 Thread Ying Ho
According to the error its the SQL that is wrong. Wrong column name according to the error statement (column name fname does not exists). - Original Message - From: "joe smith" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, March 25, 2001 4:05 PM Subject: Bas

Basic Newbie Question

2001-03-25 Thread joe smith
I'm trying to test setting a simple string value to my java bean's setter method from the input of a JSP page. Using the JSP set syntax and usebean to get a reference to my bean's setter method, can I use response.encodeURL() to call the same current jsp and then the same jsp calls the setter met

Re: Simple newbie question

2001-03-01 Thread Martin Cooper
ED]> Sent: Thursday, March 01, 2001 5:41 AM Subject: Simple newbie question > Hi, > > I'm trying to test a parameter to see if it exists: > > on page 1 i have a form with a text field > > > > on page 2 i want to test if the box was filled in and if it contai

Re: Simple newbie question

2001-03-01 Thread Sachin S. Khanna
PROTECTED]> Sent: Thursday, March 01, 2001 7:11 PM Subject: Simple newbie question > Hi, > > I'm trying to test a parameter to see if it exists: > > on page 1 i have a form with a text field > > > > on page 2 i want to test if the box was filled in and if it contai

AW: Simple newbie question

2001-03-01 Thread Kurt, Oliver
uot; or request.getParameter("sub") == null // which checks if no stringobject // is returned from request.getParameter("sub") both "methods" are not the same -Ursprungliche Nachricht- Von: Tony Leake [mailto:[EMAIL PROTECT

Re: Simple newbie question

2001-03-01 Thread Peter Choe
check to see if it the parameters equals null instead of "". Tony Leake wrote: > > Hi, > > I'm trying to test a parameter to see if it exists: > > on page 1 i have a form with a text field > > > > on page 2 i want to test if the box was filled in and if it contains a > string or a number. I can'

Re: Simple newbie question

2001-03-01 Thread Dmitrijs Bacerikovs
Please try if(request.getParameter("").equals("")) { //stuff } Hope this will help. Dima. Tony Leake wrote: > Hi, > > I'm trying to test a parameter to see if it exists: > > on page 1 i have a form with a text field > > > > on page 2 i want to test if the box was filled in and if it contain

Simple newbie question

2001-03-01 Thread Tony Leake
Hi, I'm trying to test a parameter to see if it exists: on page 1 i have a form with a text field on page 2 i want to test if the box was filled in and if it contains a string or a number. I can't even seem to test if thread is empty. I've tried if(request.getParameter("sub")=="") { //stu

Re: Thanks, and another newbie question...

2000-07-12 Thread Yasir Feroze Minhas
Hi there, You can use HttpUtils.getRequestURL(request); to get complete URL of your current page. getRequestURL is a static method of HttpUtils and it demands a request object as its parameter. regards Y >Thanks to those who responded to my character replace question, and I've got >another whi

Re: Thanks, and another newbie question...

2000-07-12 Thread Nadler Paul
IL PROTECTED]> To: [EMAIL PROTECTED] cc:(bcc: Paul NADLER/us/socgen) Subject: Thanks, and another newbie question... Thanks to those who responded to my character replace question, and I've got another which I expect should be easier, but... Is there an expression that will re

Thanks, and another newbie question...

2000-07-12 Thread Ken Martin
Thanks to those who responded to my character replace question, and I've got another which I expect should be easier, but... Is there an expression that will return the name of the current page? Ken Martin P.S. I did try things like <%= (new HttpServletRequest.getRequestURI()) %> to no avail -

Re: problem passing Array from Servlet to JSP (newbie question)

2000-07-10 Thread Shane Duan
Sent: Friday, July 07, 2000 6:08 PM To: [EMAIL PROTECTED] Subject:problem passing Array from Servlet to JSP (newbie question) Hi, I'm trying to pass an Array from a Servlet to JSP. My problem is that all of the values that show up on the JSP are zero, but I get the correct lengt

Newbie question

2000-07-10 Thread Dina Johnson
Hello: I'm trying to develop a simple login form that validate username and password. I have a jsp page for the login form, what I can't figure out is how to load the jsp page and upon clicking the submit button run the javabean that I set up and verify against the database. I think I have the

problem passing Array from Servlet to JSP (newbie question)

2000-07-07 Thread Enriqueta Tuason
Hi, I'm trying to pass an Array from a Servlet to JSP. My problem is that all of the values that show up on the JSP are zero, but I get the correct length of the size of the Array. Here's what I have in the Servlet: - AccountBean[] aB = getAccounts(); req.setAttribute("accounts

Re: urgent newbie question: literal characters to not display as HTML in output

2000-06-09 Thread Joseph B. Ottinger
om > > matt > > > > Date: Thu, 8 Jun 2000 17:55:52 -0700 > > From: David Edmister <[EMAIL PROTECTED]> > > Subject: urgent newbie question: literal characters to not display as HTML in > output > > To: [EMAIL PROTECTED] > > > > i know there is a s

Re: urgent newbie question: literal characters to not display as HTML in output

2000-06-09 Thread Matthew Houser
replace easily. http://www.oroinc.com matt > Date: Thu, 8 Jun 2000 17:55:52 -0700 > From: David Edmister <[EMAIL PROTECTED]> > Subject: urgent newbie question: literal characters to not display as HTML in output > To: [EMAIL PROTECTED] > > i know there is a simple answe

Re: urgent newbie question: literal characters to not display as HTML in output

2000-06-08 Thread Alex McClennan
You could try enclosing the string in tags before printing it. ax > > i know there is a simple answer to this but i'm not sure how > to do this in > JSP...i want to suppress html and display the literal > characters if the user > inputs tag references in my input box...because when i > displa

urgent newbie question: literal characters to not display as HTML in output

2000-06-08 Thread David Edmister
i know there is a simple answer to this but i'm not sure how to do this in JSP...i want to suppress html and display the literal characters if the user inputs tag references in my input box...because when i display it, it'll come out as HTML diplayed (e.g., will show the HTML line on the display

newbie question

2000-04-19 Thread Gary, Chelsea
I am doing the JSP front-end for a web application that requires different graphical layouts (big buttons for people with touch screens, small buttons for those will regular monitors, etc.). I just need to be pointed in the right direction as far as parking and calling the various graphics/layouts

newbie question: how to run a new jsp page

2000-04-07 Thread Wo Chang, x3439
Dear All, Newbie question: I just downloaded jswdk-1.0.1 and all the examples worked. I even modified some of the examples and they still work. However, when I tried to create a new jsp page (a duplication of the "num" directory to "test" with all the necessary modificatio

Re: JSP NewBie Question

2000-02-02 Thread Bill White
Try the following: Allaire Homesite Beta 4.51 (www.allaire.com) -This is a good HTML editor with JSP tag coloring support Pramati Studio (www.pramati.com) -This is an enterprise Java environment which support JSP creation and debugging. I've used the beta and it is really cool. Unfortunately,

Re: JSP NewBie Question

2000-02-01 Thread Mirko Froehlich
Title: JSP NewBie Question I have downloaded and briefly tested Oracle JDeveloper today. While it looks ok and does seem to have some nice features for JSP development, it seems to lack one very basic and useful feature: syntax highlighting (at least for JSP pages). Is this true or am I

Re: JSP NewBie Question

2000-01-31 Thread Ashwath Narayan
Title: JSP NewBie Question Amit,   Try Oracle JDeveloper or IBM Visual Age for Java.   -ashwath Ashwath NarayanWisor TelecomTel: (+91-80) 552 5821/5822/5823Tel/Fax: (+91-80) 553 6538[EMAIL PROTECTED]www.wisor.com

JSP NewBie Question

2000-01-31 Thread Jaisingh, Amit (US - Sacramento)
Title: JSP NewBie Question Hi, Can someone please tell me if there is an authoring tool for JSPs. This may sound very trivial but i'm very new to technology Thanks in Advance -Amit

Re: Newbie Question on JSP

2000-01-16 Thread Duffey Kevin
Hi, >1. Where can I find some write-up on JSP recommended design framework i.e. >how we should design our web application using JSP such that it's logic >(business process) and presentation (templates) are cleanly separated? This group is good for starters. Read up in JavaWorld, search for JSP r

Newbie Question on JSP

2000-01-16 Thread Joseph Seah
Hi, I'm very new to JSP and would like to ask some questions. 1. Where can I find some write-up on JSP recommended design framework i.e. how we should design our web application using JSP such that it's logic (business process) and presentation (templates) are cleanly separated? 2. Which JSP en

Re: EJB newbie question

1999-12-02 Thread David Hecksel
Here's a general server based question - it's not directly on topic( JSP), but it is certainly relevant from a JSP application deployment environment standpoint. For an application running on a JSP enabled webserver ( for example, java application server) running in a load balanced environment, h

EJB newbie question

1999-12-01 Thread WHITESIDE, CHIP
Can a JSP directly access an EJB, or does it need to access an EJB through a bean that establishes the connection using jndi? Thanks! === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". FAQs on JS

Networking, authentication, and security newbie question

1999-12-01 Thread Bailey, Jeff A
Hello there folks I was wondering what would be my best approach to performing secure authentication on an NT network through a jsp? Currently I am mirroring all accounts that exist on the domain controller in order to determine access levels and employee information (in a db). I was wondering

Re: Another newbie question

1999-11-17 Thread AndySoft
> winNT with JDK1.2.2 > Went to the \demo\jfc\SwingSet\ and non of the applets run in the > browsers or appletviewer. > > Is there a FAQ on this somewhere? umm, there is a readme.txt in that dir which says ---cut- RUNNING SWINGSET AS AN APPLET

Another newbie question

1999-11-17 Thread Rick L Sample
winNT with JDK1.2.2 Went to the \demo\jfc\SwingSet\ and non of the applets run in the browsers or appletviewer. Is there a FAQ on this somewhere? === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST

Re: Newbie question about JSP loading delay

1999-11-16 Thread Craig R. McClanahan
"Amornkul, Woody" wrote: > Hi, > I'm working on a test application where the servlet do a "forward" > to the JSP page. I've found that it took a long time to load up > and display the JSP page on the FIRST run. I do kinda understand why it > does that but wondering whether there is a wa

Newbie question about JSP loading delay

1999-11-16 Thread Amornkul, Woody
Hi, I'm working on a test application where the servlet do a "forward" to the JSP page. I've found that it took a long time to load up and display the JSP page on the FIRST run. I do kinda understand why it does that but wondering whether there is a way to "pre-load" the JSP page into th

Re: newbie question

1999-10-30 Thread Esposito, Francis (Exchange)
1999 1:24 PM > To: [EMAIL PROTECTED] > Subject: Re: newbie question > > >> From what i understand, i'll need a JSP engine (JavaWeb Server?) > running > > on my machine too. Is the JavaWeb Server a web server itself or is it a > > server extension to an

Re: newbie question

1999-10-30 Thread Mike Engelhart
>> From what i understand, i'll need a JSP engine (JavaWeb Server?) running > on my machine too. Is the JavaWeb Server a web server itself or is it a > server extension to an existing server (the name indicates the former > but i'm not sure)? Is it possible to integrate it with PWS ie. can it >

newbie question

1999-10-30 Thread Anuj Agrawal
Hi folks, just starting out on JSP and have some initial questions: I already have PWS 4 running on my NT Workstation (complete with the Inetpub/wwwroot directory etc). >From what i understand, i'll need a JSP engine (JavaWeb Server?) running on my machine too. Is the JavaWeb Server a web serv

Re: Newbie question; returning Resultset

1999-10-27 Thread Artyom G. Salabaev
You should use JSDK 2.1 instead of JSDK 2.0 Look into API docs for these methods n> hi everyone, n> I have written a servlet program,which creates a resultset, n> and fwd to a jsp page which shall display the records. n> The problem is that iam not able to compile the java program. n> The source

Newbie question; returning Resultset

1999-10-26 Thread naveen
hi everyone, I have written a servlet program,which creates a resultset, and fwd to a jsp page which shall display the records. The problem is that iam not able to compile the java program. The source and error message is below .. is there some other jar files that have to be included in class p

Re: Newbie Question

1999-09-24 Thread Abraham Kang
Message- From: adam vernon [SMTP:[EMAIL PROTECTED]] Sent: Friday, September 24, 1999 11:27 AM To: [EMAIL PROTECTED] Subject:Newbie Question Hi folks, I am learning jsp to assess its usefulness in developing a new version of our product, and I am experiencing difficulties

Newbie Question

1999-09-24 Thread adam vernon
Hi folks, I am learning jsp to assess its usefulness in developing a new version of our product, and I am experiencing difficulties bridging the configuration gap. I'm currently running IIS and JRun. How can I set up the web server to recognize .jsp files and run them through the jsp engine? T

Re: Newbie Question : Reading/Writing from/to text files

1999-09-04 Thread Steve Lopez
: [EMAIL PROTECTED] Subject: Newbie Question : Reading/Writing from/to text files hi can anybody tell me how to read/ write to a text file and print the content to the browser? - Jijith === To unsubscribe: mailto [EMAIL

Newbie Question : Reading/Writing from/to text files

1999-09-03 Thread Jijith
hi can anybody tell me how to read/ write to a text file and print the content to the browser? - Jijith === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". FAQs on JSP can be found at: http:/

Newbie Question

1999-08-27 Thread Michael Fuhrman
Thanks for being patient .. Again, the questions being where do I place the HTML.class so that the JSP file can find and use it. I'm using JWS 1.1.3 under NT 4.0. I've loaded Java 1.1.8, MS JVM 3.2 build 3186. You might also wish to insure that I've got the syntax correct for the JSP file, sho

Re: Newbie Question - some slightly more advanced thoughts

1999-08-27 Thread Michael Fuhrman
Michael J. Fuhrman Reliable Business Computers http://www.creliable.com -Original Message- From: Magnús Þór Torfason [mailto:[EMAIL PROTECTED]] Sent: Friday, August 27, 1999 10:48 AM To: [EMAIL PROTECTED] Subject: Re: Newbie Question - some slightly more advanced thoughts At my compan

Re: Newbie Question - some slightly more advanced thoughts

1999-08-27 Thread Magnús Þór Torfason
inal Message - From: Michael Fuhrman <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 27, 1999 1:29 PM Subject: Re: Newbie Question > Luc, > > Thanks for the example, ... but this is a class that already exists .. I > mean, was created as part of Java. W

Re: Newbie Question

1999-08-27 Thread Michael Fuhrman
- From: Luc Saint-Elie [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 26, 1999 5:47 PM To: [EMAIL PROTECTED] Subject: Re: Newbie Question Michael, Here is the way I use a class called DBconnection (a JDBC connection poll): <%@ page language="java" import="ja

Re: Newbie Question

1999-08-26 Thread Luc Saint-Elie
Michael, Here is the way I use a class called DBconnection (a JDBC connection poll): <%@ page language="java" import="java.sql.*,DBConnectionManager" %> <%! DBConnectionManager connMgr = DBConnectionManager.getInstance(); %> [...] <% Connection con = connMgr.getConnection("idb"); if

Newbie Question

1999-08-26 Thread Michael Fuhrman
I have a Java Class and would like to use it in a JSP file. How do I get the two linked? Please provide simple hello world example Michael J. Fuhrman Reliable Business Computers http://www.creliable.com === To unsubscribe:

Newbie Question

1999-07-22 Thread Wendy Cameron
Is it possible to get JSP and IIS to use the same port at the same time. I always get port in use errors when I use port 80 which is the port iis uses Regards Wendy === To unsubscribe, send email to [EMAIL PROTECTED] and in

Getting starting - newbie question

1999-07-22 Thread Sisinio F. Baldis
I am just getting starting and want to know how to proceed. Sorry if this question is a little simple ... How do I get up and running with JSP on a Linux/Apache platform? Is there a module for Apache? 3rd party software? Any pointers would be most appreciated. Thanks in advance, Sisinio ==

newbie question

1999-06-21 Thread Joshua Rudin
Sorry to waste everyone's time, but I have a quick question. I've been using ASP (yeah, that microsoft stuff..) for about a year and am very comfortable with the entire model. I need to leard JSP and the whole bean interaction. What are some of the better resources (books/sites) that might be a

Re: JSP1.0 newbie question

1999-05-12 Thread John K. Peterson
On Wed, 12 May 1999, Schaeffer Rick wrote: > public class RicksClass { > String globalString; > > public RicksClass() { > // the constructor > globalString = "Hello World"; > } > > public String helloProp() { This must be named "getHelloProp" to be recognized

JSP1.0 newbie question

1999-05-12 Thread Schaeffer Rick
I've successfully gotten JSP1.0 to work with all of it's samples. Now I'm trying to create a new jsp page. I've created the simplest possible program (think "HelloWorld") and I cannot get it to work! Here is the source for "rtest.jsp": The property is: Here is the source for R

Newbie question (can't load JSP pages)

1999-05-10 Thread Blackmore, John
Hi there, Just getting started, but I can't seem to get JSP 1.0 working. Has anyone seen the following output when trying to load something like 'http://localhost:8080/xxx.jsp'? - Unhandled error! You might want to consider having an error page to report such errors more gracefully

Re: Newbie question (can't load JSP pages)

1999-05-10 Thread Foster Bob
Add tools.jar to your classpath. It's in \jdk1.2\lib. Bob Foster Symantec Internet Tools http://www.visualcafe.com/ __ Reply Separator _ Subject: Newbie question (can't load JSP pages) Author: "Blackmore; John&quo

Re: Newbie question: Installing JSP with JWS

1999-03-15 Thread Craig R. McClanahan
Christopher Cobb wrote: > I have made a little progress installing JSP with JWS, which is pretty amazing given >the sparcity of installation instruction. > There are no installation instructions for this because it won't work -- you are wasting your time. The JSP 0.92 reference release came w

  1   2   >