Servlets and JSP online chat next Tuesday, the 22nd.

2000-02-18 Thread Eduardo Pelegri-Llopart
Danny, Cara and myself will be hosting an online chat this next Tuesday, February 22nd at 11am PST. The URL to the chat is: http://developer.java.sun.com/developer/community/chat/ If you misplace this, look for a link at the bottom of the top JSP and Servlet pages. - eduard/o

You already got writer

2000-02-18 Thread Minsoo Kang
i converted download servlet to jsp, and... exception occurred -"You already got writer." here is my jsp code.. %@ page errorPage="error.jsp" % % String file = request.getParameter("p_file"); byte b[] = new byte[1024]; File file=new File(pp_file); FileInputStream fin=new

Re: JSWDK DOESN'T START

2000-02-18 Thread Camille Bell
Ritesh, Your error message does look like a classpath problem, but there are a couple of other things you need to make sure you have done that aren't mentioned in the readme. You said you were a newbee and some of these things can shot a newbee in the foot. Anyway, they all shot me. I assume

Re: JAKARTA: which release to choose?

2000-02-18 Thread Ted Stockwell
We "upgraded" to 3.1 from a pre-3.0 nightly build and experienced problems with sessions expiring almost immediately instead of expiring after the default of 30 minutes. We reverted back to v3.0 and everything was fine once again. ted stockwell -Original Message- From: Joachim Peer

GNUjsp

2000-02-18 Thread Mohan Radhakrishnan
Hi, http://www.bestiary.com/moose/jsp/install.html Check this URL mentioned in the installation file of the GNUJsp.jar file. This is what I did for several hours before I was successful. 1. I put the jsp files in the apache root directory. 2. I specified a directory for the

jsp:beans

2000-02-18 Thread uwe schaefer
hi simple (i hope so) newbie question: how to -cleanly- invoke bean-methods other than getXX / setXX without using % mybean.action() % there must be a jsp: - tag for this, right ? MfG Uwe Schaefer __ Email: [EMAIL PROTECTED]

How to show a document from a jsp

2000-02-18 Thread Pablo J.
Hello, I have the following problem, I need to open a word document in a new window of the browser when a link is clicked. I vahe used a portion of javascript code like this in my jsp. script languaje="javascript" location="c:\prueba.doc" /script It works with internet Explorer but it does

Info about Java Server Pages

2000-02-18 Thread Sateesh Kumar .K
Hi, I have heard than the JSP page is actually converted into a servlet for the first time and then it is compiled and run. Can we view the servlet code(in any servlet engine). Sateesh === To unsubscribe: mailto [EMAIL

Initialising Variables in JSP

2000-02-18 Thread Subu
Could you help me out with a simple way to get a variable initialised in a jsp to a value ??(similar to the servlet initialization parameters defined in properties file). === To unsubscribe: mailto [EMAIL PROTECTED] with

Servlet on JWS2.0

2000-02-18 Thread Dharmendra Yadav
Config : Web server: JWS2.0 on Win NT 4.0 Tool : JDeveloper 3.0 on Windows NT Client hi guys , I have just created a database servlet using wizard and deployed on JWS 2.0 Although I get the servlet running but whenever I press execute query it gives me [ Not Found (404) The file

weblogic license

2000-02-18 Thread Joshua Rudin
We have weblogic 4.0.3 running on 2 production servers and all the developers PCs. Is there a way to extend the development license to 20 or 30 (or more) instead of the default 3? And we can't afford a license for every developer Thanks, Josh

Re: Run JSP on MS Personal Web Server?

2000-02-18 Thread Scott Stirling
See the FAQ at the bottom of this email. Lots of servlet engines run on PWS and Win NT. Scott Stirling West Newton, MA - Original Message - From: "Joey Fisher" [EMAIL PROTECTED] I am running MS Personal Web Server on Windows NT 4.0. What do I need to serve JSP files? Thanks,

Re: Tomcat-as-a-reference implementation?

2000-02-18 Thread Ted Neward
Well, ideally (IMHO) the reference implementation would come from the group doing the standard, but given Sun's position as both standards body *and* vendor in this, I guess that's impossible. Ted Neward Java Instructor, DevelopMentor ( http://www.develop.com ) http://www.javageeks.com/~tneward

OFFTOPIC: how to connect to internet by Dialup in java

2000-02-18 Thread Manisha Kalinkar
Hi All, First of all sorry for asking offtopic question. I am working on a java application in that my application go to a particular website and fetch some information in background, My application keep on fetching the information every hour. If any user is connected through internet by dailup

Help!!!

2000-02-18 Thread OG Project(Chennai)
Hi All, How do I display (say) 100 records from the database in the same JSP page while restricting the nos. of displayed datas to 20 at a time on the page. Something like a search page where you get hundreds of matches and displays 20 at a time and with links for the rest. Regards Subendu

Re: Tomcat-as-a-reference implementation?

2000-02-18 Thread Ronald van Kuijk
But what about the watchdog part (http://jakarta.apache.org/watchdog/index.html) of Tomcat then? I think it is better to develop a reference platform independently of one vendor. Sun, IBM and others are involved in Tomcat/Watchdog. Ronald Scott Ferguson wrote: Ted Neward wrote: Does

Servlets scope

2000-02-18 Thread Veronique Dupierris
Hello, Just a little question to be sure.I have a servlet which is call by few jsp file, (a sort of controller). Some variables (say A) are initializes in the init proc and other (say B) in the doPost. Does this mean, that the A variable have an application scope, if session 1 set A to a

ISP's that support JSP

2000-02-18 Thread Jeff Gronberg
Does anyone know of any ISP's/ASP's that support JSP/Servlets on a hosted solution? And if so, what databases (if any) are available/t at the facility. I'm looking to avoid colocation for the time being. Thanks. Jeff Gronberg

Converting Existing Servlet Code to JSP/Bean

2000-02-18 Thread Ram Anantha
Hi, I have a bunch of servlets which essentially do the following (usually in the doPost method) - parse the input parameters - based on the values of the parameters, get appropriate data from the database - output the html along with the database data back to the browser I would like to use

about Allaire Homesite4.5

2000-02-18 Thread Chad Pitt
Dear All, Is anyone using Allaire HomeSite 4.5a for authoring jsp? i have a slight problem. When 2 documents are open, i 'd like to know how to split them into 2 windows so that i can have a look at 2 at the same timei couldn't figure out how to do this at all. not sure if Allaire provides

POST method from servlets/jsp

2000-02-18 Thread Gacesa, Petar
Hi, I am using Apache+Tomcat. How do I need to configure Apache to accept the POST method throught the site from all the servlets and JSPs? The post is running fine from the Java webserver+Tomcat on port 8080. Thanks in advance, Petar

Re: ip address

2000-02-18 Thread John Parrish
%= request.getRemoteAddr() % Regards - John === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". FAQs on JSP can be found at: http://java.sun.com/products/jsp/faq.html

Netscape won't execute javascript contained in JSP

2000-02-18 Thread Albert Wong
Hi I'm trying to display a jsp file in Netscape. The JSP generates an html file with embedded javascript. I'm finding that Netscape (4.51) ignores javascript for web pages with any extension except htm and html. Are there ways around this problem? Thanks Albert

Good servlet/JSP engine for NT/IIS

2000-02-18 Thread John Holland
-BEGIN PGP SIGNED MESSAGE- I develop apps on a NT box (UNIX not likely for this anytime soon) and have been adding servlets to the mix of technologies. I've been using JRun. We are installing a new machine to take the place of the old one and I thought this might be a good time to

JSP 1.0 and forwarding to a servlet

2000-02-18 Thread Fred Tucci
Hi Gang... I'm sorry if this ends up being posted to the list twice. I sent this out to the list this morning but for some reason it did not make it out so I'm posting it again.. Anyhow I am trying to convert the following .091 JSP to a 1.0 JSP: HTML SERVLET

Re: JRUN idiosyncrasies!

2000-02-18 Thread Scott Stirling
First of all, no one here probably cares. Allaire does, though. Why don't you submit the bug to them? Second, the "comment" below is not valid JSP code (assuming Java is the scripting language). Perhaps it's not showing up correctly in my email client. What I see is a scriptlet, not a

Re: SQL Server driver

2000-02-18 Thread Simon Lee
There is a new PooledConnection interfaced added in JDBC 2.0 API. However, one must use a DataSource object rather than the DriverManager class to get a connection. Furthermore, any DataSource object(which might supports connection pooling) should register with a JNDI service provider. -

ip address

2000-02-18 Thread Simon Jakesch
hi, i wondered if there is a way to get the ip address of a remote sending an request to the jsp? shouldn't be a big deal? just need a quick tip no examples or something thanks guys, bye, simon === To unsubscribe:

Re: JSP Architectural Question

2000-02-18 Thread Eric M. Andersen
Craig, What would you do if the page in question could be viewed by anybody, logged in or not, but certain parts of the display need to be hidden for those who are not logged in (full functionality not available to guest users, only to registered users). Would you wrap this if-else statement

Re: Sessions and IE 4.01

2000-02-18 Thread Eric M. Andersen
Is this true of all browsers? I've observed within Netscape that the session remains until either session.invalidate() is called or the session expires. Comments? Chris As has been discussed before, new windows in all versions of Netscape keep the same session. IE is a different story - both

UltraEdit JSP syntax library

2000-02-18 Thread Simon Jakesch
hi, i'm currently using UltraEdit as a jsp tool it's very nice and flexible, i created myown libraries (syntaxhighlight and taglib). if anyone uses it as well and created some libs could he please send them to me, i want to have alook on them as well to see if i can improve anything. bye, simon

Servlet/JSP problems with WL 4.51

2000-02-18 Thread Shiv Kumar
Hi all I have a set of Servlets and JSPs running on NewAtlanta's ServletExec servlet engine. I am currently porting them to WebLogic. I am facing a few problems. I do not want to change any of my HTML/JSP/Java files immediately. I want the same files to work in WL as it is. Pl help. 1. The

Application Variables

2000-02-18 Thread Carl Olivier
OK, dumb question I guess, actually two, but where does one set application like variables in JSP (in ASP it is done in the global.asa - for IIS) ?? Also, can one make an instance of a bean a session object? Thanks in advance Carl Olivier E-Developer eye2eye [EMAIL PROTECTED]

RI vs spec (was tomcat-as-a-reference implementation

2000-02-18 Thread Eduardo Pelegri-Llopart
Hi Craig, VInce, and everybody else: The specification is the ultimate arbitrer. The spec can be used by vendors (platform and tools), documentation authors (books, etc), and end-users. Watchdog are compatibility tests. They can be used by anybody, including implementors. If the RI (tomcat)

Re: Tomcat-as-a-reference implementation?

2000-02-18 Thread Geoff Soutter
"Scott Ferguson" [EMAIL PROTECTED] wrote: Ted Neward wrote: Does anybody else have a problem with a "production-quality" servlet engine also serving as the reference implementation for servlets and/or JSP? I have always operated under the belief that a "reference implementation" was