Re: JSP Web Hosting

2000-05-01 Thread Phil Campbell
> Does anyone know of Web Hosting > companys that support JSP and JDBC? www.wantjava.com -- one of the better ones out there. Phil === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some

Can I get static HTML page from JSP?

2000-05-01 Thread Osamu Kondo
Hi, Can I get static HTML files from JSP output? Does any one have simple solution? Thanks, Osamu === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be fou

JSWDK-1.0.1

2000-05-01 Thread Killamsetty, Atchutarao
Hi, I've installed JSWDK-1.0.1 and now the path for servlets and JSPs is like http://hostname/examples/servlet/servletname and the path for servlets source code "jswdk-1.0.1/examples/WEB-INF/servlets/servletname" I couldn't understand where and how this mapping is done. Can someone let me know ho

Re: Can I get static HTML page from JSP?

2000-05-01 Thread Abhishek sharan
Hi Osamu Kondo wrote: > Hi, > > Can I get static HTML files from JSP output? > Does any one have simple solution? > i guess you can.All you have to do is include the static file in your jsp as say <%@ include file="static.html" %> Cheers Abhishek Sharan MTS,InterSolutions Noida > > Thanks,

Re: JSWDK-1.0.1

2000-05-01 Thread Abhishek sharan
Hi "Killamsetty, Atchutarao" wrote: > Hi, > > I've installed JSWDK-1.0.1 and now the path for servlets and JSPs is like > http://hostname/examples/servlet/servletname > and the path for servlets source code > "jswdk-1.0.1/examples/WEB-INF/servlets/servletname" > I couldn't understand where and h

Implicit objects!!!!

2000-05-01 Thread Bilal Ali Nawaz
Hi all, i'm trying to validate fields in my jsp. for this purpose, i have a hidden field, based on whose value i want to either call upon my bean or not. now, i'm trying to get to the value of this hidden field, through the request object. am i missing something here?? what exactly do all the impl

Re: Implicit objects!!!!

2000-05-01 Thread Sachin S. Khanna
Yes, with the help of the request object you can access all the parameters that are passed. Let us know the lines of code that you are using to access the hidden parameters. Have a nice day. With regards, Sachin S. Khanna. www.emailanorder.com - Original Message - From: Bilal Ali Nawaz <[E

study JSP

2000-05-01 Thread Tynnia
Hello everyone£¬ I am a greenhand of JSP and I want to study it. Is there anyone be so kind to give me advice on how to learn it, and tell me what resources(SDK API, Web Server and Web site etc.) I shall access/download? Thanks! Tynnia [EMAIL PROTECTED] ===

How can I run TomCat inside Apache Address Space

2000-05-01 Thread SoftLiban KEYROUZ Charbel
JSP-INTEREST Digest - 27 Apr 2000 to 28 Apr 2000 (#2000-47)There is an way to run TomCat v3.1 inside Apache address space but I couldn't find it, can somebody help solve this problem. My objective is to run Apache with Tomcat as a WINNT service, for now I was able to run Apache as a service with T

Re: A question

2000-05-01 Thread SoftLiban KEYROUZ Charbel
check out this url http://jakarta.apache.org/cvsweb/index.cgi/~checkout~/jakarta-tomcat/etc/tom cat-iis-howto.html?rev=1.6&content-type=text/html it contains the integration solution for IIS4.0 I think it should apply to IIS 5.0 to. - Original Message - From: Deniz Ersöz <[EMAIL PROTECTED

Re: study JSP

2000-05-01 Thread Deniz Ersöz
Sites to look for: java.sun.com javaworld.com jspin.com servlets.com weblogic.com u need jdk1.2.2 and a server, my advice is resin1.1... - Original Message - From: "Tynnia" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 01, 2000 2:05 PM Subject: study JSP > Hello everyo

Re: Can I get static HTML page from JSP?

2000-05-01 Thread Osamu Kondo
Hi Thank you. However, I really want to know how to save JSP output as HTML file. Regards, > Hi > > Osamu Kondo wrote: > > > Hi, > > > > Can I get static HTML files from JSP output? > > Does any one have simple solution? > > > > i guess you can.All you have to do is include the static file in

Articles about NES

2000-05-01 Thread Aggarwal, Pawan
Hi All, I need to use JRUN with NES Can i get good links where there is information related to the: 1.Configuration of NES. 2. Loading and running of Servlets and JSPs in the web server. Thanks in advance, === To unsub

Re: Can I get static HTML page from JSP?

2000-05-01 Thread Lee Elenbaas
We do a similar thing, we run a JSP and use it's output as the content of an email message. We do it by connecting to the JSP as a browser (using HttpURLConnection) and retrieving the content of the URL. lee ViryaNet [EMAIL PROTECTED] -Original Message- From: A mailing list about Java Se

Re: A question

2000-05-01 Thread Scott Stirling
You don't have any choice with Access, AFAIK. Access is fine for development, but you'll need a pure JDBC driver and a "real" database like MS SQLServer, Oracle, or even mySQL for multiple concurrent users. The problem is, no one's ever written a pure JDBC driver for Access. Another, less scala

Re: Solution with JSP

2000-05-01 Thread Nathan Hoover
In my experience Oracle Application Server is worthless. It does not run JSPs out of the box, and the servlet runner is very difficult to figure out. We have JSP/Servlet-based applications which we planned to deploy on OAS but instead we have junked OAS in favor of iPlanet (Netscape) Enterprise Se

Re: RequestDispatcher forward

2000-05-01 Thread Kent Symanzik
I'm using Tomcat which allows you to map your servlets to a name in a configuration file. So, you can tell it that /servletA means invoke /servlets/servletA. Therefore, you eliminate "servlets" from your url path which was what I was having problems with. I'm sure every webserver that supports

refreshing a frame

2000-05-01 Thread Kent Symanzik
I have a servlet that adds a row to the database as a result of a form post in frame A. The rows in the db are displayed in a list in frame B. How can I tell frame B to refresh itself so it updates the list from the db? Kent =

IPlanet reliability

2000-05-01 Thread Marco Fasoletti
Hi, I am looking for info about Iplanet. Is it stable and performing? What bugs does it have on its support for jsp (a part from those listed on www.iplanet.com site)? What would it be the point in using EG New Atlanta jsp/servlet engineon iWS insted of using the internal engine? Thanks

duration of a session variable

2000-05-01 Thread Felip Miralles
How can i control the duration of a session variable? I'm doing jsps with JRUN and IIS and the values of the session variables get lost whenever there's a 5 minute period without interacting with the site. How can I make the lifetime of this session variables longer? Felip ==

JSP Custom Tags

2000-05-01 Thread Laiwu Luo
I am learning JSP Custom Tags with Sun JavaServer Web Development Kit (JSWDK) 1.0.1. Can anyone tell me where I should put the packaged tag libraries? Thanks, Laiwu === To unsubscribe: mailto [EMAIL PROTECTED] with body: "s

Re: IPlanet reliability

2000-05-01 Thread Wasetis, Ken
Seems pretty reliable for our project. Two problems that I know of: 1) One of our three servers 'hangs' when trying to bounce it using the Admin tool (which is a web page.) This could be a configuration issue since the other servers don't have this problem. It tends to happen when a JSP page (

[ANN] JRun 3.0 RC1/ClusterCATS and JRun Studio 3.0 Beta 1

2000-05-01 Thread Scott Stirling
JRun 3.0 RC1/ClusterCATS and JRun Studio Beta 1 are now available for download from the Allaire Beta Site (http://beta.allaire.com). Where do NEW BETA USERS get it? Go to: JRun 3.0 / ClusterCATS http://beta.allaire.com/jrun30 JRun 3.0 Studio http://beta.allaire.com/jrunstudio Users will be abl

Updated JSP site @ java.sun.com

2000-05-01 Thread Eduardo Pelegri--Llopart
We have updated the JSP web pages at http://java.sun.com/products/jsp The site includes a new tag library page and a number of updates, including links to a few of the multiple sites that have appeared that are tracking JSPs and Servlets. We will keep updating the pages, although it is hard since

IDE for NAS/Iplanet?

2000-05-01 Thread Shamdasani Nimmi-ANS004
Hi All, I am looking for a good IDE to develop an application for NAS app server which would be later upgraded to IPlanet. NAS does come with an IDE called NAB but that's not good enough. Could someone suggest another IDE that they have been happy with? Thanks. -Nimmi

JSP Books

2000-05-01 Thread Chao Chen
Hi : I am new to JSP. Can anyone suggest me a couple of good books?? Regards, Chen === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http:

Re: JSP Books

2000-05-01 Thread Zhu Jianga
hi i think "web development with javaserver pages" is a good one.I am reading it now. you can search amazon. since jsp is quite new, there is few books available. br zhu jiang > -Original Message- > From: EXT Chao Chen [mailto:[EMAIL PROTECTED]] > Sent: 01. May 2000 07:46 PM > To: [EM

Re: JSP Books

2000-05-01 Thread Peter Choe
there are only two books that i know of, and the one that i bought is called: web development with javaserverpages it seems to be very good although i haven't actually read all of it. peter choe Chao Chen wrote: > Hi : > > I am new to JSP. > > Can anyone suggest me a couple of good books?? >

Re: JSP Books

2000-05-01 Thread Mohan Radhakrishnan
Hi, http://www.browsebooks.com/Fields/ebook.html bye, Mohan -Original Message- From: Chao Chen [mailto:[EMAIL PROTECTED]] Sent: Monday, May 01, 2000 9:46 AM To: [EMAIL PROTECTED] Subject: JSP Books Hi : I am new to JSP. Can anyone suggest me a couple of good books?? Regards, Chen ==

Re: JSP Books

2000-05-01 Thread Geert Van Damme
Wrox press has scheduled 'Professional Java Server pages' for may. I hope it'll be good, I wrote 2 chapters in it ;-) Geert 'Darling' Van Damme > -Original Message- > From: A mailing list about Java Server Pages specification and reference > [mailto:[EMAIL PROTECTED]]On Behalf Of Chao C

SOAP 4 Java

2000-05-01 Thread Shailendra Dhanoa
Hello, Please review the new Java technology and tutorial below. Regards, Shailendra - SOAP 4 Java IBM-SOAP is IBM's reference implementation of SOAP v1.1. The SOAP v1.1 specification is available at: http:/

Re: Silly error message

2000-05-01 Thread Tom Preston
Http has a head and a body. JSP does buffering. When the buffer is full, the Http response is "committed". That is, the head is sent and at least a part of the body is sent. Once part of the body is sent, it is ok to send more body output, but the head can't be changed. The head is committed

Apache Tomcat

2000-05-01 Thread Ritesh Sinha
Hi Gurus, I am currnetly trying to use Apache( 1.3.12) with TOMCAT. I have my project ready with all the JSP/servlets running fine, working using JSWDK-1.0.1. But sice the client requirement is Apache, I have to use Tomcat for JSP. My Problem is: The apache server is running fine. But when I use i

Re: Articles about NES

2000-05-01 Thread Narendra Acharya
the .pdf files which comes with the JRUN documentation is the best which i've seen so far u can also try the knowledge base in allaire web site regards narendra - Original Message - From: "Aggarwal, Pawan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 01, 2000 7:55 PM Sub

Re: IPlanet reliability

2000-05-01 Thread Marco Fasoletti
Hi, Thanks for the answer. How do you overcome the include and forward problem? I read even of a problem with the errorpage's exception object, any problem with this? -- M Faso [EMAIL PROTECTED] - email (212) 699-3827 x2549 - voicemail/fax "Wasetis, Ken" <[EMAIL PROTECTED]> wrote: > Seem

Help needed in javascript

2000-05-01 Thread srinivasa rao yeramati
Hi I need to have the following functionality in jsp pages from page one i have three links . when i click on link one or two and go to the next page i should be able to come back to page one using browser back button. If i click link three and go to the next page i should not come back to the

Re: IPlanet reliability

2000-05-01 Thread Wasetis, Ken
Have to program around the forward and include problems. To me, includes seem to work, but I have problems with using forwards AFTER other JSP Java processing. For example, one JSP allows data entry, then posts to itself, does data validation and sends an e-mail. If I try to forward after the e

Re: Can I get static HTML page from JSP?

2000-05-01 Thread Kevin Duffey
Or, you can just put the html code in the JSP page and change the link from .html to .jsp. It will return a page as static html just the same. The nice thing is, when its a jsp page, you can just copy/paste the html into the jsp, AND include scripting. For example, we do something like: <% if( va

Re: Help needed in javascript

2000-05-01 Thread Edward M. Boriso
Use top.location.replace('/LinkThreeToSecondPage.jsp'); That will replace the current page's entry in the history list with "LinkThreeToSecondPage.jsp" "srinivasa rao yeramati" <[EMAIL PROTECTED]> on 05/01/2000 03:37:47 PM Please respond to "A mailing list about Java Server Pa

Re: IPlanet reliability

2000-05-01 Thread D. J. Hagberg
Marco Fasoletti wrote: > Thanks for the answer. > How do you overcome the include and forward problem? This appears to be a problem with *every* JSP 1.0 or 1.1 engine and part of what the group working on the JSP 1.2 and Servlet 2.3 specs are trying to fix. Basically, if you a page and then som

request.isUserInRole() - NullPointerException

2000-05-01 Thread Sam Heisz
Using Resin 1.1. I get a NullPointerException on the following code if there is no authenticated user for the session. Does this seem right to everyone? <%= request.isUserInRole("customer") ? "true" : "false" %> I can get around it with: <%= (request.getUserPrincipal() != null) && request.isUse

Accessing Classes from a JSP that have already been instantiated

2000-05-01 Thread Ed
Hello, I would like to access methods from a class that I've already instantiated from my JSP. The thought is that, I've made a database call and poplulated all of the class variables and want to access them via the classes' get methods from within the JSP. After the class has been instantiated

Re: IPlanet reliability

2000-05-01 Thread Marco Fasoletti
So you are saying that this is the only case in which include doesn't work? Or this is the only case that makes the errorpage not to work? What about jsp:forward ? -- M Faso [EMAIL PROTECTED] - email (212) 699-3827 x2549 - voicemail/fax "Wasetis, Ken" <[EMAIL PROTECTED]> wrote: > Have to

Erropage bug and Iplanet

2000-05-01 Thread Marco Fasoletti
Does anybody know of any erropage problem with Iplanet? Marco __ FREE voicemail, email, and fax...all in one place. Sign Up Now! http://www.onebox.com === To unsubscribe: mai

Re: IPlanet reliability

2000-05-01 Thread Wasetis, Ken
I'm not referring to any errorPage functionality built into iPlanet. I forward to my own error.jsp, just to be clear. Others on my team have had problems with tags. Thanks to those who have responded. In the end, it seems to be a 1.0/1.1 problem that's being worked on (from others' posts).

Servlets and URL rewriting

2000-05-01 Thread Marc Krisjanous
Hi all, how can you enable a servlet to call JSP pages by using the callpage method (I know its deprecated but it needs to be used in Websphere 2x) if cookies are disabled? I tried the encodeURL method in the callPage but an error appeared on the web browser stating it could not find .JSP;ID=

JSP Hosting Site

2000-05-01 Thread Charles Tam
Hi JSP Users I would like to deploy a prototype JSP system on the web. Can you suggest any complimentary hosting site? Kind Regards Charles Tam [EMAIL PROTECTED] Operational Solutions Management Software Developer Office AUSTRALIA: +61 2 9438 2777 Fax AUSTRALIA: +61 2 9901 3411 =

Re: JSP Books

2000-05-01 Thread Killamsetty, Atchutarao
Actually I bought this book and seems to be a good one. (But I trust Wrox Professional series, they have a book on Professional JSP to be released soon) Thanks & Regards, Goldman Atchutarao Killamsetty, Sachs GSAM-IT,Tokyo

absolute URL forwarding

2000-05-01 Thread Reed Sylvester
Is there a way to use jsp for absolute URL forwarding... Syl === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/

Re: absolute URL forwarding

2000-05-01 Thread Eric Dunstan
I think the only way for JSP to invoke a JSP page on another Machine is by Post method, the same method Applets can Post to their home server, but JSP would be less restrictive. Another way to Communicate from JSP to another machine is to use RMI. ERD 2000 A.D. >From: Reed Sylvester <[EMAIL PRO

Re: HOME BASED BUSINESS OPPORTUNITY

2000-05-01 Thread HockPing Chew
Ya, l agree with you. Maybe he will move by himself. === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.h

Treasury of Heaven

2000-05-01 Thread John
You were referred to me as someone who could use a financial breakthrough. Discover the principles that have been proven to provide Financial Prosperity for thousands of years and are still being used by millions today. Check out these FREE teachings that everyone should be using. Vi

Re: Treasury of Heaven

2000-05-01 Thread Robert Balahura
REMOVE ALL SALESMEN -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of John Sent: Monday, May 01, 2000 11:48 PM To: [EMAIL PROTECTED] Subject: Treasury of Heaven You were referred to me as someone w

Re: refreshing a frame

2000-05-01 Thread Amit Kaushik
U can referesh the fram by the help of META tags The code is... bye.. [EMAIL PROTECTED] - Original Message - From: Kent Symanzik <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 01, 2000 6:48 PM Subject: refreshing a frame > I have a servlet that adds a row to the da

Re: Tomcat3.1 and custom tag lib

2000-05-01 Thread Amitabh Ojha
I've noticed 3.1 final wanting to parse comments. Could that be the problem in your case? Just a thought... - ojha Heiko Gottschling wrote: > Hi, > > I've just downloaded Tomcat3.1 from the Jakarta site. My JSPs, which > used to run well under Tomcat3.1beta, don't work any more. Execution > st

Re: Treasury of Heaven

2000-05-01 Thread Matthew Baird
Holy smokes, Are you *the* Robert Balahura, friend of 'kooka' carnahan? Matthew Baird Software Arena, Inc. [EMAIL PROTECTED] -Original Message- From: Robert Balahura [mailto:[EMAIL PROTECTED]] Sent: Monday, May 01, 2000 9:01 PM To: [EMAIL PROTECTED] Subject:Re: Treasury

apology

2000-05-01 Thread Matthew Baird
Sorry, meant for that to go to Rob. The reply sent to the list. === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/product

Re: duration of a session variable

2000-05-01 Thread Mukesh Garg
u can use sessionTimeOut(int i) method to controll ur session === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/

Re: JSP Server

2000-05-01 Thread Gogia Nitin
Is this iPlanet Web Server a product of Netscape ? Nitin > -Original Message- > From: Robo Zilka [SMTP:[EMAIL PROTECTED]] > Sent: Friday, April 28, 2000 6:25 PM > To: [EMAIL PROTECTED] > Subject: Re: JSP Server > > Netscape dtto. You need the iPlanet web server 4.1 > to run jsp 1.

JSP, beans and setProperty

2000-05-01 Thread Jason Wyatt
Hi, I am using JBuilder 3.5 Enterprise & am having a problem with JSP's introspection, ie using setProperty<... property="*" ...> to set fields of the same name in a bean. I have two jsp pages, one to display a page (the 'view' page) and another to read the form which is generated from the view

Re: JSP Hosting Site

2000-05-01 Thread Christopher A. Taylor
I found 3 FREE web host's that support JSP. Here are the URL's: 1. http://www.dans-home.com/servlet/com.danshome.server.Index (JSP 1.1) - This guy is REALLY cool. Lots of extras. 2. http://www.mycgiserver.com (JSP 1.0) 3. http://www.webappcabaret.com/ (JSP 1.0) good luck ct *** REPLY

Re: JSP Server

2000-05-01 Thread Christopher A. Taylor
It is from the Sun-Netscape Alliance *** REPLY SEPARATOR *** On 05/02/2000 at 11:05 AM Gogia Nitin wrote: >Is this iPlanet Web Server a product of Netscape ? > >Nitin > >> -Original Message- >> From: Robo Zilka [SMTP:[EMAIL PROTECTED]] >> Sent: Friday, April 28, 2000 6:

Re: JSP Server

2000-05-01 Thread Vickey Rodrigues (SPD)
Yes Regards, Vickey Rodrigues. Wipro - Technologies. Andheri (W) , Mumbai. > -Original Message- > From: Gogia Nitin [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, May 02, 2000 11:05 AM > To: [EMAIL PROTECTED] > Subject: Re: JSP Server > > Is this iPlanet Web Server a product of Nets