Reg :- JSP on Solaris 2.5.7

2000-02-07 Thread Biju Nambisan
Hi! All, I am new to the JSP but have been working on Unix for sometime now. I have been trying to run the JSP pages using the JSWDK-1.0.1 which is available on the sun site. As far as my understanding goes the JSP pages have to be placed in the examples directory so that they run without any cha

i18n support in JSP

2000-02-07 Thread Subu
Hi folks I wish to provide i18n support in my JSP. Inspite of setting S_JIS encoding for the charset(encoding) in the page directive, i find that the Japanese characters are not shown in the browser. Has anyone tried to use encoding for japanese language.? Has anyone tried to use i8n in JSP N.Subr

info

2000-02-07 Thread Mistroni Marco
hi all, i am new to the JSP technology...and i have doubts about how to proceed in writing JSP pages: is it better to use beans or use normal classes that i instantiate in the JSP page??? i mean that it is better to do like this: <%@ page import ='mypackage.MyBean' %> ... ... <% if reque

use java beans in jsp ?

2000-02-07 Thread Tung Wai Leng Brenda
Hello, I've just started to read up and know more about JSP. It is necessary to use java beans ? Can I use java to replace the function of java beans ? Do any of you have any online references regarding this matter ? Thank you for your kind attention. Brenda ===

pragma cache control meta tag

2000-02-07 Thread Ashwani Kalra
Hi, pragma header doesn't work properly , is ther any other solution ??? > -- > From: Stefan van den Oord[SMTP:[EMAIL PROTECTED]] > Reply To: Stefan van den Oord > Sent: Monday, February 07, 2000 7:41 PM > To: [EMAIL PROTECTED] > Importance: High > > Hi Ashwani, >

questions regarding configuration.

2000-02-07 Thread Sanjay Mistry
I am using Apache web server and Apache Jserv1.1 I have directory structure as follows. d:\jswdk-1.0.1 | | |anything | |-jsp---|-test |test.jsp |

Re: DLL

2000-02-07 Thread Mohan Radhakrishnan
Hi, That is what JNI is for. bye, Mohan -Original Message- From: Alexander Bonilla [mailto:[EMAIL PROTECTED]] Sent: Monday, February 07, 2000 6:31 AM To: [EMAIL PROTECTED] Subject: DLL Hello, As I can invoke to the functions and/or metodos of a DLL created in Visual C++ from JAVA.

example JSP, servlet, JB, JDBC

2000-02-07 Thread Ron Chan
Hi all, www.pitt.edu/~urcml there is a simple example covering various java technologies. ron __ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com ===

JSP location.reload();

2000-02-07 Thread Simon Jakesch
hi, i wonder if there is an method in in jsp which does the equal thing than document.reload(); under javascript. which means it reloads the document or better said the location currently access... so for example for frames the all frames with footer, mainpart and header and not only a single

Re: jsp:setProperty

2000-02-07 Thread Wes Biggs
On Mon, 7 Feb 2000, Jeff Krueger wrote: > />. For some reason this won't work, no errors or anything. If I change > the definition of the method to setMaxColumnsDefault (String maxColumns) and > change my jsp to look like > /> the value will get passed in but it is a string, and then I have t

difference tomcat/apache and ibm web sphere

2000-02-07 Thread Singh, Hari Nam
I'm working on preparing my first JSP project. What are the differences between tomcat/apache and ibm web sphere? Pros/cons, which is more appropriate for which situations thanks a lot, Hari Nam Singh Lead Software Developer EcommSystems Inc. [EMAIL PROTECTED] 310.301.2036x205 ==

Re: How to avoid setting a Cookie with getSession?

2000-02-07 Thread Mårten Haglind
Hi, the container will normally try to create a session cookie and then possibly fall back on URL Rewriting if enabled. Your solution is either to instruct the user to disable cookies. (Normally not what you want to do.) The only other option is to hope that your container supports switching to U

Re: What if the recipient address is wrong

2000-02-07 Thread Aimn
Hi Yes, I meant that the email is invalid. So you are saying that there is no way to determine that the email address is invalid. If this is the case, then what is the advantage of (MessagingException, SendFailedException, ..etc). also what is the advantage of ConnectionListener, TransportListen

How to avoid setting a Cookie with getSession?

2000-02-07 Thread Armin Groll
Hello, Right to the point: Does anyone know how to avoid sending a Cookie-Header when I'm getting a session (--> req.getSession(true);) (for use with URL-Rewriting)? The problem is: In my app, a legal person can act in different roles. Having two browser-windows open, he should be able to be ide

Re: repeating login task?

2000-02-07 Thread Armin Groll
Try forwarding the request: <%jsp:forward page="theLoginURL"%> to a file with your login-page instead of > here i post some html code with forms and stuff to give the user an > interface for login Simon Jakesch wrote: > > hi, > > i'm currently creating a webapplication with jsp the problem i

What if the recipient address is wrong

2000-02-07 Thread Aimn
Hi everyone I am using JavaMail API to send emails. Everything works for me with one exception: when the "to" or "from" addresses are incorrect, I don't get an exception letting me know about that. Could someone please tell me what I am doing wrong. thanks in advance ==

server configuration

2000-02-07 Thread Nannette Thacker
We typically use a solaris 5.6 operating system and sun boxes (ultra 250). Our web server is Netscape Enterprise server. Can anyone tell me what server requirements are needed/typical for a large site utilizing JSP? I haven't a clue where to start and can't find any documents. If you could share

Re: Model 2 questions

2000-02-07 Thread Dan Brown
In the article, the ShoppingServlet is the controller in the sense that you advocate. All posts are sent through it. -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 06, 2000 3:13 PM To: [EMAIL PROTECTED] Subject: Re: Model 2 questions Ginn

template engines in future JSP replease?

2000-02-07 Thread Rick L Sample
I see several companies have built template engines. But, this is my first Java/JSP/Java Web Server project. (Several in ASP) And it will be a while before I am at full steam. i.e. setup environment, hardware, requirements, design, etc. before we have fun. What is the consensus in regards to futu

No Subject

2000-02-07 Thread Gopal, Shankar
Hi all. I'm not able to use the java bean in the JSP Page. I'm always getting a Bean class not found exception. Where should i deploy the bean??? . I'm using weblogic appl. server === To unsubscribe: mailto [EMAIL PROTECTE

Re: Controlling Threads in Servlets/JSP

2000-02-07 Thread Paul Holser
> -Original Message- > From: Radhakrishnan, Sanjay (c) > [mailto:[EMAIL PROTECTED]] > Sent: Monday, February 07, 2000 1:50 PM > To: [EMAIL PROTECTED] > Subject: Controlling Threads in Servlets/JSP > > > I am writing a servlet/JSP which spawns three java threads > and has to wait for the 3

Controlling Threads in Servlets/JSP

2000-02-07 Thread Radhakrishnan, Sanjay (c)
I am writing a servlet/JSP which spawns three java threads and has to wait for the 3 threads to finish processing before sending the results got from the threads to the client browser. Here a gist of what i do --- doGet method

How to configure a front JSP component (Main.jsp) in other enviro nments?

2000-02-07 Thread Treadway, Ollie
In the JAVA PET STORE DEMO,   all requests are delivered to Main.jsp as described in the following comment in Main.jsp.   <%--  % The entry point for the customer interface for the estore  % application.  All request within the /estore URL space, where the  % application is rooted, are directed

Re: Graphs using JSP?

2000-02-07 Thread Hines, Bill
I've used an awesome server-side (or client-side) charting tool called KavaChart from Visual Engineering. I think they're at http://www.ve.com. Bill Hines -Original Message- From: SANJEEVMITTAL [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 02, 2000 3:09 AM To: [EMAIL PROTECTED] Su

No Subject

2000-02-07 Thread kevin carothers
Uh... folks, could we please put a subject in the mail? It would be nice if we knew what you people were discussing... -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of james d wilson Sent: Sunday, Februa

Re: FW: Path of forwarding servlet

2000-02-07 Thread Craig R. McClanahan
Arun Thomas wrote: > There were some problems with the local mail server this weekend, and I > didn't see this > post I sent last Friday, so I'm reposting. Any suggestions are still > welcome :) > > Hello all, > > I'm asking hoping that someone will have a suggestion > Following some of

FW: Path of forwarding servlet

2000-02-07 Thread Arun Thomas
There were some problems with the local mail server this weekend, and I didn't see this post I sent last Friday, so I'm reposting. Any suggestions are still welcome :) Hello all, I'm asking hoping that someone will have a suggestion Following some of the architecture guidelines I've see

Re: portal framework [was JSP Architectural Question]

2000-02-07 Thread Henry Cooper
Title: RE: portal framework [was JSP Architectural Question] sounds like you're more or less describing Epicentric's Portal Server - -Henry > -Original Message- > From: David Mossakowski [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 04, 2000 12:11 PM > To: [EMAIL PROTECTED]

Newbie-- Installation SSI problem

2000-02-07 Thread Kathy Wargo
Hi I am very new, but I am trying to get moving. I have installed JRUN on my PWS for now. I am using jdk1.2.1 jswdk1.0.1. I can run the SnoopServlet but I wanted to try a SSI so I used the example greeting.shtml in the tutorial in the Jrun documentation guide. I get the following but when I

beginner..

2000-02-07 Thread Gopal, Shankar
Hi I'm new to JSP. i'm trying to access a bean in a JSP-HTML Page. Where do I deploy the bean ".class" and ".java" files. Any help on this is highly appreciated. I'm at [EMAIL PROTECTED] i'm getting the following error : I have the classes in c:\weblogic\myserver\serverclasses. Parsing of JS

Need help desperately - http 500

2000-02-07 Thread Kam Winson
Hi, I've been trying (for hours, if not days) to get jswdk1_0_1-win setup/config to work on my Windows 98 machine with jdk1.2, but no luck. It runs okay on servlet, but not on jsp. I tried the jsp examples (such as numguess.jsp that came with) on ie5/netscape, but kept getting Http 500 - Inter

Re: Trying to compile -- getting an error

2000-02-07 Thread Javier Cazares
. John, . i think you just have to set the jsdk classes path in the classpath. . and of course have installed any jdk version. . i hope you already fixed it . javier > I am trying to compile a .java file and getting a co

jsp:setProperty

2000-02-07 Thread Jeff Krueger
All, I am trying to do a jsp:setProperty. The method in the bean is defined as setMaxColumnsDefault (int maxColumns). So I setup my jsp file to look like . For some reason this won't work, no errors or anything. If I change the definition of the method to setMaxColumnsDefault (String

Capturing the HTML of a RequestDispatcher.forward

2000-02-07 Thread Perry Hoekstra
Greet the sun all, Is there anyway to catch the resulting HTML output of a RequestDispatcher.forward call? I was trying through the following chunk of code: URL t_url = new URL(getFormattedJSPPage(aSiteId, aPageId)); URLConnection t_urlConnection = t_url.openConnection(); BufferedReader t_buffe

No Subject

2000-02-07 Thread John Hardin
I think you'll also want (need?) to include HTTP headers as well. Specifically, you'll want to include an "Expires" header (for HTTP 1.0 browsers), a "Pragma: no-cache" header (particulary for Netscape 3), *and*, finally, a "Cache-control: no-cache" header (for HTTP 1.1 browsers). -jwh -Ori

Mailing list issues

2000-02-07 Thread Filip Zalewski
Can someone configure the list server to delete people who's email addresses do not exist. Every time I send a message, I receive several emails telling me that 's email does not exist. As for people who have an automatic email response turned on, unsubscribe from the damn list before you turn it

DLL

2000-02-07 Thread Alexander Bonilla
Hello, As I can invoke to the functions and/or metodos of a DLL created in Visual C++ from JAVA. Greetings. Alexander Bonilla Dionisio Telef. 287-6198 y 961-0827 email : [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] Cosapisoft - Unidad de Sarabank Telef. 437-8585 anexo 113 - 116 http:

Re: beginner question

2000-02-07 Thread Filip Zalewski
You'll want to create a session that hangs onto some sort of login information, either a boolean that states whether the user is logged in, or a bean defined login object. Next step is to write a small jsp that will be used as a header for all of your other jsp files. This header will check to mak

No Subject

2000-02-07 Thread Stefan van den Oord
Hi Ashwani, If you include the following directive in your page, the browser will not cahce it: -- Stefan van den Oord [EMAIL PROTECTED] > From: Ashwani Kalra <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > Date: Mon, 7 Feb 2000 19:25:02 +0530 > To: [EMAIL PROTECTED] > > Hi all > Its sort

Re: jsp , xml and Internet explorer

2000-02-07 Thread Vincent Lisciandro
On Sat, 5 Feb 2000, Singh Kuldip wrote: > becausethe file has .jsp extention not .xml so browser does not consider it > xml and displays as normal file As others have said, you should set the 'Content-type' to identify the document as xml. If that doesn't work (as IE tends to try to second gues

Re: JSP Version

2000-02-07 Thread Filip Zalewski
BASAR DALDAL wrote: > Department: CN=BASAR DALDAL/O=FINANSBANK @ FINANSBANK > > Hi, > Which JSP version would you advise to use? Are the new versions supported by > application servers like Web Sphere, Netscape etc.? > Thanks, > Basar IBM Websphere Application Server v2.0 supports JSP 0.91

No Subject

2000-02-07 Thread Ashwani Kalra
Hi all Its sort of urgent ; I have three links on a page(jsp) which points to this page itself. but as far as i know if the page is cache it is picked up from there not from the server. so i want to expire the page so that when the link is clicked the page is picked up from the server. It mus

Re: Article form Jason Huner on some problems with JSP

2000-02-07 Thread Paul Holser
> -Original Message- > From: Sanjay Mistry [mailto:[EMAIL PROTECTED]] > Sent: Sunday, February 06, 2000 7:30 PM > To: [EMAIL PROTECTED] > Subject: Article form Jason Huner on some problems with JSP > > > hi guys, > > there is good article on JSP at > http://www.servlets.com/soapbox/problem

import packages

2000-02-07 Thread Mistroni Marco
hi all, i have a problem: i build a jsp page and i put it in the directory c:\jswdk...\examples\jsp\blah\mypage.jsp in the page i use 'import=java.util.Enumeration" but i always got the error class blah.Enumeration not found... how can i solve that?? regards marco

Problem using JSP with HOTSPOT

2000-02-07 Thread Tamer Americo
Does anybody uses HOTSPOT with JSDK 1.2 to execute JSP ? I'm having problems with any server ( IServer, Orion, VQServer ) C:\orion>java -jar orion.jar Orion/0.9.1d initialized # # HotSpot Virtual Machine Error, EXCEPTION_ACCESS_VIOLATION # # Error ID: 4F533F57494E13120E435050028D # abnormal prog

No Subject

2000-02-07 Thread Subu
Hi folks I wish to provide i18n support in my JSP. Inspite of setting S_JIS encoding for the charset(encoding) in the page directive, i find that the Japanese characters are not shown in the browser. Has anyone tried to use encoding for japanese language.?