JSP ROOT

2000-04-18 Thread Mohan Radhakrishnan
Hi, JRun generates the servlet from the JSP with the package "jsp". I have my own directory structure for my project. How do I specify my own package ? How do I configure IIS to serve my own JSP ? bye, Mohan

Custom Tags in JSP

2000-04-18 Thread Jon Baer
Hi, Asked this question before and didn't get a response so Im gonna try to rephrase. In JRun there is an option to create "Taglets" where servlet code could be implemented by a simple tag, ie: jonbaer id="1" smtp="mail.server.com" user="jon" pass="1234" Some Text /jonbaer Is there a way to

Re: Model 2 questions basic

2000-04-18 Thread Daniel Lopez
Hi, I'll put my 2c while most of you are sleeping :), Kevin Duffey wrote: Hi, How do I make this work with the HashTable/Map/Set so that I can ensure only a single instance of any action class? I assume I can load all the action classes into a HashSomething on the servlets init() and

FW: JSP root with JRun

2000-04-18 Thread Mohan Radhakrishnan
Hi, Can you explain why I need to compile the JSP beforehand ? The default package for my generated servlet is "jsp" and it is being compiled into the "jsp" directory under "servlets" directory of JRun. Why is the default package "jsp" ? The source code for the compiler class of JRun

Re: A Live Fully Functional Database Application in JSP

2000-04-18 Thread Kishore Raghavan
Thanks Charles, Yeah It took approximately 2 months of coding. There were 5 Java Developers, 2 HTML designers and 2 DBAs working on this project. This project was one of the big JSP projects undertaken by Synapta Inc. But we kept to our words and delivered this product on time. What users can

Re: A Live Fully Functional Database Application in JSP

2000-04-18 Thread Ajay Raina
Hi there, I am currently executing a JSP project. The JSPs will run on IIS using JRun as the JSP engine. The problem faced is that JRun crashes at least 3 to 5 times a day. We r using JRun 2.3.3 which is a free download from Allaire site. I hope the download version is not problematic. Can you

Re: Custom Tags in JSP

2000-04-18 Thread Hans Bergsten
Jon Baer wrote: Hi, Asked this question before and didn't get a response so Im gonna try to rephrase. In JRun there is an option to create "Taglets" where servlet code could be implemented by a simple tag, ie: jonbaer id="1" smtp="mail.server.com" user="jon" pass="1234" Some Text

Re: A Live Fully Functional Database Application in JSP

2000-04-18 Thread Jon Baer
Can I ask what your backend setup for the project is? JRun/ServletExec/ApacheJServ/Etc,Etc, Etc. And what the database setup is (Oracle/Sybase/ObjectOriented), ConnectionPooling setup? It is a very nice job. Are you using XML anywhere? - Jon Kishore Raghavan wrote: Thanks Charles, Yeah It

Re: Custom Tags in JSP

2000-04-18 Thread Jon Baer
Thanks alot for this info! OK, one more question then, since Im using JRunPro (2.3) is there any way to "force" it to use JSP 1.1? Or do I have to download the new version? Im assuming it might be as simple as changing the alias for .jsp file to point to a new .jar file? Thanks for help in

Resin from Caucho

2000-04-18 Thread Chaix jean
Does anyone use the Resin server from Caucho? http://www.caucho.com I was looking for a "free" servlet and jsp engine and I found Resin that looks pretty good but before using it I would like to have some feedback form people using it... Jean

Re: JSP-INTEREST: JSP IDE

2000-04-18 Thread Robo Zilka
I'm using Forte, it's quite good, but some fetures does not work for jsp. RoBo Zilka /EuroWeb a.s. /www.euroweb.sk /mailto:[EMAIL PROTECTED] -Original Message- From: Robert Allen [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 18, 2000 3:46 AM To: [EMAIL PROTECTED]

Re: A Live Fully Functional Database Application in JSP

2000-04-18 Thread Gert Koning
The site looks great! Just curious, what JSP engine are you using? Gert Koning - Original Message - From: [EMAIL PROTECTED] Sent: Monday, April 17, 2000 09:02 Subject: A Live Fully Functional Database Application in JSP Hi Everyone, If you are looking for a live web application

Re: JSP-INTEREST: JSP IDE

2000-04-18 Thread Ritesh Sinha
Can you tell me , where will i find forte? What are the licensing terms etc? Thanks in Advance, Ritesh SInha [EMAIL PROTECTED] Robo Zilka [EMAIL PROTECTED] on 04/18/2000 02:41:47 PM Please respond to A mailing list about Java Server Pages specification and reference [EMAIL PROTECTED]

Re: JSP-INTEREST: JSP IDE

2000-04-18 Thread Petr Jiricka
More specifically: - Forte 1.0 is available now and supports classic edit/compile/run cycle. Compile allows you to jump on lines with errors. Debug is not supported, line mapping between JSP and servlet is not supported. The supported version of JSP is 1.0, which may be seen as a limitation. -

JSP RESOURCES

2000-04-18 Thread Tarun Gandhi
Hi Guys I am new to JSP, can anybody tell me some good resources(Books, Web Sites) by which i can learn JSP.Please all u gurus out there, i need ur help. Thanx Tarun === To unsubscribe: mailto [EMAIL PROTECTED] with body:

Re: JSP-INTEREST: JSP IDE

2000-04-18 Thread Petr Jiricka
http://www.sun.com/forte/ffj/ce/ The community edition is free of charge. Petr -Original Message- From: Ritesh Sinha [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 18, 2000 12:08 PM To: [EMAIL PROTECTED] Subject: Re: JSP-INTEREST: JSP IDE Can you tell me , where will i find

(no subject)

2000-04-18 Thread Varun
hi all! i'm having this peculiar problem if i use jsp:forward page="ITmenu.jsp" / /jsp:forward then i get an error : java.io.IOException: Error: Attempt to clear a buffer that's already been flushed at

Re: JSP-INTEREST: JSP IDE

2000-04-18 Thread Jerry Denman
I recommend Visual Age for Java 3.02. It has a JSP Execution monitor. In addition when it compiles the pages it puts them in a project where you can see the generated code, set breakpoints, and about anything else you want. If there is a compile time error in your JSP it will show up in the IDE

Re: (no subject)

2000-04-18 Thread uwe schaefer
[Ursprüngliche Nachricht] Von: Varun [EMAIL PROTECTED], Tue, 18 Apr 2000 04:13:21 -0700 An: [EMAIL PROTECTED] Betreff: (no subject) i'm having this peculiar problem if i use jsp:forward page="ITmenu.jsp" / /jsp:forward then i get an error : you seem to

Re: (no subject)

2000-04-18 Thread Jon Baer
Varun wrote: jsp:forward page="ITmenu.jsp" / /jsp:forward I dunno if this is your problem or not but you close it / and then close it again /jsp:forward Use just: jsp:forward page="ITmenu.jsp"/ - Jon

Re: JSP RESOURCES

2000-04-18 Thread Duane Fields
Check out http://www.taglib.com -- Duane Fields [EMAIL PROTECTED] Learn Web Development with JSP! http://www.taglib.com === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on

Re: A Live Fully Functional Database Application in JSP

2000-04-18 Thread Vin Lisciandro
Based on the information in the HTTP headers, it appears that they're using JRUN on Apache. - vin HTTP/1.1 200 OK Date: Tue, 18 Apr 2000 12:49:21 GMT Server: Apache/1.3.11 (Unix) Expires: Thu, 01 Dec 1994 16:00:00 GMT Cache-Control: no-cache Set-Cookie: jrunsessionid=956062161702154266; path=/

Re: (no subject)

2000-04-18 Thread Sachin S. Khanna
Check the Syntax of the jsp:forward page = "ITMenu.jsp" / Have a nice day. With regards, Sachin S. Khanna. www.emailanorder.com - Original Message - From: Varun [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 18, 2000 2:13 PM Subject: (no subject) hi all! i'm having this

Application and Session Event Handlers

2000-04-18 Thread Bryce Marshall
Hi A quick question: Is it possible for JSP developers to handle Application and Session On-Start and On-End events? Thanks, Bryce Marshall HomeDirectory.Ltd === To unsubscribe: mailto [EMAIL PROTECTED] with body:

Re: A Live Fully Functional Database Application in JSP

2000-04-18 Thread piyush raj jain
hi kishore .. just following the list from last one month.. till now i havn't completed any real work on it. sorry if something silly .. just curious! 1.when you have the power of jsp at server side ... then why you prefered to generate the random images in home page from javascripts..

Re: Session b/w 2 jsp

2000-04-18 Thread Aureliano Calvo
Just add a random parameter to the URL. This forces the browser (and the proxies) to reload the page. -Mensaje original- De: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]En nombre de Chetana A L Enviado el: lunes, 17 de abril de 2000 18:17

forte_help

2000-04-18 Thread Reed Sylvester
To anyone that is using Forte for Java I am having problems with %@ page import="hello.DBHandler" %... The question is, is there a specific directory which Forte reads from when importing package.class files or beans? I believe the webserver for Forte reads a certain directory where the

How to make URL alias for JSP pages ?

2000-04-18 Thread Phillip Fei
I developed a JSP page using JSWDK, it resides on the same IIS server as our NT web server. I can open the JSP page on any workstation by using: http://www.oursite.com:8080/examples/jsp/myproject/test.jsp However this URL string looks too long and unconvinient for our customers. Does all JSP

Re: Custom Tags in JSP

2000-04-18 Thread Scott Stirling
That won't work. JSP 1.1 depends on the Servlet 2.2 classes,and JRun 2.3.3's core engine depends on the Servlet 2.1 classes. Good thought though. I'd suggest getting JRun 3.0 and start using it. It's much faster and featureful than JRun 2.3.3. Scott Stirling - Original Message -

Debugger

2000-04-18 Thread Marcelo Mayworm
Is there some debugger for JSP? Marcelo de Mattos Mayworm BL Informatica Tel.: 0xx21 220-3642 0xx24 9901-2929 [EMAIL PROTECTED] Conhecendo-se a quietude, pode-se possuir a estabilidade. Conhecendo a estabilidade, pode-se encontrar a serenidade. Conhecendo a serenidade, pode-se encontrar a paz.

Re: JSP-INTEREST: JSP IDE

2000-04-18 Thread Dave Reid
Watch for Ultradev from Macromedia sometime before June. It will have full visual creation of JSP pages with little or no coding required. If you want a preview download of a copy of the present Drumbeat 2000 JSP (which supports only IBM Db2 and Websphere). Ultradev is an upgrade to Drumbeat 2000

Re: How to make URL alias for JSP pages ?

2000-04-18 Thread Nathan Hoover
There are some plugins that will allow your IIS to process JSP's without the JSWDK. I believe that resin will do that (www.caucho.com). Also, you could create an index.asp (default.asp) in your /test folder in your IIS webroot that had one line of script: %Response.Redirect

Re: A Live Fully Functional Database Application in JSP

2000-04-18 Thread Scott Stirling
I would guess that you are using the Sun JDBC-ODBC bridge driver and that that is what is causing your VM to crash, not JRun. Scott Stirling - Original Message - From: Ajay Raina [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 18, 2000 3:21 AM Subject: Re: A Live Fully

Recall: tomcat servlet

2000-04-18 Thread Marco M
Mistroni Marco (NET-OSS/Helsinki) would like to recall the message, "tomcat servlet". === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at:

Using EJB or JavaBeans ( MCV architecture )

2000-04-18 Thread Bragg, James
What is the advantage of using EJB over JavaBeans (as the Model) in an web based application in which JSP will be used for Presentation(View), and Serlvets as the Controller. If I wasn't using Servlets as the Controller, I could seen the need for EJBs over JavaBeans for Security, Transaction

Re: Security problems with beans?

2000-04-18 Thread Donald E. Vandenbeld
Thanks guys. This is what I thought, but I couldn't believe that a writer would make such a calous remark like that! Donald - Original Message - From: "Kevin Duffey" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, April 17, 2000 9:44 PM Subject: Re: Security problems with beans?

Problem with JSWDK 1.0.1

2000-04-18 Thread Norman Hall
All, I am experiencing what I think are configuration problems with JavaServer Web Development Kit 1.0.1 running on a Windows 95 platform. Specifically, I have attempted to test two JSPs (that are known to work on other web servers). Generally, the web browser returns a message to the effect:

tomcat servlet

2000-04-18 Thread Marco M
hi all, sorry if i am putting the question in the wrong list.. i am developing a JSP app using Model 2, but i have problem in configuring web.xml for the servlet that i want to use anyone can help me please? thanx in advance marco

Re: Model 2 questions basic

2000-04-18 Thread Mike LaBudde
At 4/17/2000 03:48 PM -0700, Kevin Duffey wrote: snip I will say, even if you do load it all up during the init method, if there is a way to "reload" the XML config file without restarting the server, its possible you can "add" new action classes and thus add new forms/pages to use those

off-topic/running servlet in tomcat

2000-04-18 Thread Marco M
hi all, i have tomcat 3.0... i want to run the servlet of the package Mypackage called MyServlet MyPackage.MyServlet i want to run with the name /marco how can i configure the web.xml?? i put servlet servlet-nameTrialServlet/servlet-name servlet-classMyPackage.MyServlet/servlet-class

post method not working in my jsp

2000-04-18 Thread Peter Choe
i am trying to write a logon jsp. but for some reason, when i try to use post it doesn't send the information to the next jsp. but if i use get, it works. i am using tomcat for the jsp engine. anyone know if there is a problem with tomcat and using the post method? peter choe

Re: Resin from Caucho

2000-04-18 Thread Steve Nguyen
Resin is not a bad one. We have a throughoutly test with them and found that they are pretty good too. One thing that I am not sure why both Tomcat and Resin have something missing: Tomcat can not somehow auto-reload changed classes, and Resin does not allow JAR file in the servlet classpath :-(

How to configure JRun to run JSP files?

2000-04-18 Thread Xizhen Wang
Hi! All, I have a naive question. How to configure JRun and web server to run JSP files? Can anyone help? Thank you! -- Xizhen https://www.alladvantage.com/home.asp?refid=ANI887 === To unsubscribe: mailto [EMAIL

html character escaping: is it possible?

2000-04-18 Thread Rick Osborn
wondered through faq's and couldn't find anything. basically what i'm needing is a way to escape the "%", "*", "", and "" chars in the jsp so the browser doesn't interpret them as part of tags. are there any libraries or anyone got any ideas? __ rick

Re: html character escaping: is it possible?

2000-04-18 Thread Joseph B. Ottinger
On Mon, 17 Apr 2000, Rick Osborn wrote: wondered through faq's and couldn't find anything. basically what i'm needing is a way to escape the "%", "*", "", and "" chars in the jsp so the browser doesn't interpret them as part of tags. are there any libraries or anyone got any ideas? Yes,

Answer Re: Q. How to config iPlanet 4.1 for Servlet-style 2.2 web applications?

2000-04-18 Thread Drew Cox
Well, I guess not too many people are using iPlanet 4.1 with Servlets 2.2 yet, as I didn't get many responses to my post. Anyways, I think I have sorted out how to setup Servlet 2.2 web apps in iPlanet, so I thought I would share it with the list. Notes: * iPlanet 4.1 does not seem to read the

Re: html character escaping: is it possible?

2000-04-18 Thread Phil Campbell
Rick: The description of the problem sounds a little odd. (Browsers don't interpret JSPs; browsers interpret html type code. JSPs are interpreted at the server when they are compiled. After that, JSPs run much as a Servlet runs -- JSPs are Servlets.) I'll assume you want to write in your html

JSP Architecture

2000-04-18 Thread job job
We are a start-up in silicon valley and are looking for server side Java architects to lead development efforts. Our technology and product is a next generation platform that will change the way we obtain information and conduct transactions on the Net. We create a new multi-billion dollar

JSP and JDK 1.1.8

2000-04-18 Thread John Tangney
Hi Do you know if JSP will work under JDK 1.1.8? Have you tried using JSP with MRJ 2.2? (Yes, I looked all over at the Sun web site, but couldn't find the answer.) Thanks! --johnt === To unsubscribe: mailto [EMAIL

Off Subject, client side question

2000-04-18 Thread Phil Campbell
May I pose a quick off-topic question? We have a client-server project, using JSP-Servlets on the server side and applets on the client side. We want to replace our applet with a Java application. Is there a way to compile and link class files to create a platform dependent executable for our

Re: off-topic/running servlet in tomcat

2000-04-18 Thread Craig R. McClanahan
Marco M wrote: hi all, i have tomcat 3.0... i want to run the servlet of the package Mypackage called MyServlet MyPackage.MyServlet i want to run with the name /marco how can i configure the web.xml?? i put servlet servlet-nameTrialServlet/servlet-name

Re: JSP and JDK 1.1.8

2000-04-18 Thread Peter Choe
i use jsp with jdk1.1.8 on tomcat3.0 and it works. not sure what mrj2.2 is though. John Tangney wrote: Hi Do you know if JSP will work under JDK 1.1.8? Have you tried using JSP with MRJ 2.2? (Yes, I looked all over at the Sun web site, but couldn't find the answer.) Thanks! --johnt

Re: How to configure JRun to run JSP files

2000-04-18 Thread Xizhen Wang
Hi! I am using Peer Web Server on my development computer. And I will use apache for the release. Thank you! "Donald E. Vandenbeld" wrote: Hi there, I might be able to help you out. I've been running JRun and Apache here since January. What webserver are you using? Are you using JRun's

Re: Model 2 questions basic

2000-04-18 Thread Craig R. McClanahan
Kevin Duffey wrote: Hi, Again..why a Hashtable instead of Hashset? And again the answer: believe it or not, there are still people in the world running JDK 1.1 -- which includes nearly everyone that is not on one of the "popular" OS platforms. Even on one of the arguably most popular

Re: A Live Fully Functional Database Application in JSP

2000-04-18 Thread Kishore Raghavan
Thanks Jon, We use JRUN 2.3.3 build 157 and APACHE for this project. We also use Oracle as the database. For connection pooling we use the PoolManager from BitMechanic. We are not using XML right now for this release. Though we are planning for it for some future release. Not decided though

Re: A Live Fully Functional Database Application in JSP

2000-04-18 Thread Kishore Raghavan
What version of java are you using ? Kishore -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Ajay Raina Sent: Tuesday, April 18, 2000 12:21 AM To: [EMAIL PROTECTED] Subject: Re: A Live Fully Functional

Re: A Live Fully Functional Database Application in JSP

2000-04-18 Thread Kishore Raghavan
Hi, Answers to questions: 1. You are right, we could have used JSP to do it. The reason we did not do it wass because, the project was all ready to go when they decided to plug in the new home page with random images. So the right decision at that moment was to go ahead with that instead of

Re: Model 2 questions basic

2000-04-18 Thread Kevin Duffey
Hi, Let's assume that the Hashxxx you use to store your list of request URIs is stored as an attribute of your servlet context. Then: HashTable uriList = (HashTable) servlet.getServletContext().getAttribute("urilist"); Since you can get set attributes this way into your servlet

Custom Tags in JSP 1.0??

2000-04-18 Thread Kevin McEntee
I am interested in Custom Tags and I am wondering if there is any support for them in the JSP 1.0 standard? My company is investigating WebSphere Application Server as a possible JSP environment and WAS will not do JSP 1.1 for several months. - Kevin

Re: Model 2 questions basic

2000-04-18 Thread Mike LaBudde
At 4/18/2000 10:53 AM -0700, Kevin Duffey wrote: Hi, Let's assume that the Hashxxx you use to store your list of request URIs is stored as an attribute of your servlet context. Then: HashTable uriList = (HashTable) servlet.getServletContext().getAttribute("urilist"); Since you

Re: html character escaping: is it possible?

2000-04-18 Thread Nathan Hoover
I am not sure on all of those, but here are a few to start: gt; = greater than lt; = less than quot; = quote I'm sure the W3C has a reference - www.w3c.org N -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf

Re: User Authentication

2000-04-18 Thread Sudhir
Here follows one of the Techniques which found in the FAQ. This one looks like a good one. ** On every page which must be authenticated, I check for a user ID in the session object - if it doesn't exit, I do a redirect to a login page, passing the url the user was

Re: JSP-INTEREST: JSP IDE

2000-04-18 Thread Kevin Duffey
Besides that, at least on the Windows version, each window displayed puts a frigging tab on the start menu. If I am running a couple of other apps, it gets extremely confusing to see so many tabs on the start menu. I don't know why so many people disliked MDI, but I like it. At least I know all

Re: JSP-INTEREST: JSP IDE

2000-04-18 Thread Kevin Duffey
I think the main thing to keep in mind is separation of work. I want a JSP editor that I can have our web guy use to develop pages graphically, but still be able to use JavaBeans dynamically...without having to know how to use them and scriplets. Two things that I think a JSP/HTML editor should

Java Applet...

2000-04-18 Thread Pujari, Pradeep Kumar (GEA, 081970)
I want to implement zoom property in an Applet. So, I want to update height and width which are inside the APPLET Tag dynamically. Is it possible? Please help. Pradeep. === To unsubscribe: mailto [EMAIL PROTECTED] with

Re: Model 2 questions basic

2000-04-18 Thread Kevin Duffey
Hi, snip listen ears="open" Haha..had me on the floor. What you said is something MS should learn to live by..but oh well. I hear you loud and clear. /listen Now, back to our regularly scheduled discussion of JSPs and servlets ... So I was wondering... ;)

Re: User Authentication

2000-04-18 Thread Maillet, David J.
In a Model 2 environment, with a ControllerServlet calling corresponding Action classes based on the particular request, where should the authentication functionality go: In the ControllerServlet or in each Action class? It seems that it makes sense to put it in just a single location, in the

Re: Java Applet...

2000-04-18 Thread Manoj Kumar
Dear pradeep, you can use setSize() or setBounds() method to dynamically control the dimensions of a component. Of course dont forget to repaint and/or update the component after you change it. hope this should help. manoj --- "Pujari, Pradeep Kumar (GEA, 081970)" [EMAIL PROTECTED] wrote: I

Re: estimating ASP-JSP conversion

2000-04-18 Thread Kevin Duffey
I don't know about anyone else, but I would say at least a few weeks, plus time to learn JSP, Servlets, etc. One discussion myself, Craig, Daniel and a few others have been continuously going on about is the Model 2 architecture. So that Craig and Daniel don't have to repeat themselves, we

Re: Handling Servlet Exceptions in Model2 Architecture

2000-04-18 Thread Kevin Duffey
I do what Craig and Daniel pointed out..at least close to it. I do something like: public void execute(HttpServletRequest req, HttpServletResponse res) { try { // do controller work } catch(Exception e) { // exception..put it in request so JSP page can display it.

Re: Validate the Field

2000-04-18 Thread BIJUNAIRS
use javascript -Original Message- From: Rajesh Patel [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 19, 2000 4:59 AM To: [EMAIL PROTECTED] Subject: Re: Validate the Field Hi Guys, I am new to Jsp. and Currently I am Developing small Application using JSP also we use Web Logic for

problem with jsp:forward

2000-04-18 Thread Varun
hi all! some of u replied to my problem (original mail below) that i should use jsp:forward page="ITmenu.jsp" / only. I tried using that, but the problem still exists. Kuldip suggested that maybe there is some problem with my browser(IE 5.0) settings. Could u pls. suggest what settings do i