Re: Mailing List

2000-05-25 Thread Leon Daanen
Good guess Patrick your are already writing to it! greetings, Leon --- name: Leon Daanen E-mail: [EMAIL PROTECTED] Tel.: +31 77 359 5172 Fax.: +31 77 359 5337 Location: 3G20 Oce

Re: WML?

2000-05-25 Thread Danny.Coward
Hi Robert, A good resource is www.anywhereyougo.com - there are some tutorials, references to books and industry news amongst other things - Danny Where can I read more about WML and WAP? === To unsubscribe: mailto

Re: JSP Support For FullWidth Japanese Characters...

2000-05-25 Thread Hans Bergsten
Jeff Brown wrote: Any Japanese JSP developers out there?! We are localizing an English webserver product to Japanese and are having trouble inputting and outputting fullwidth katakana characters. The other developers tell me its a problem with the JSP engine that does not allow you to

Re: WML?

2000-05-25 Thread Gogia Nitin
http://www.wapforum.org Nitin -Original Message- From: Robert Nicholson [SMTP:[EMAIL PROTECTED]] Sent: Thursday, May 25, 2000 10:00 AM To: [EMAIL PROTECTED] Subject: WML? Where can I read more about WML and WAP?

JSP FAQ Resource Information

2000-05-25 Thread Anil K. Vijendran
This is a weekly informative posting to the jsp-interest list. Before asking questions of a general nature, please check out the resources available online to see if your question already has an answer. The best place to start

com.sun.image.codec.jpeg

2000-05-25 Thread Manish Bijay Kumar
Hi All, Has any body used the com.sun.image.codec.jpeg API. It would be great if some can provide some good examples on the above. Thanks, Manish === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff

instance variables vs. properties

2000-05-25 Thread janus
Hi all, could anyone pls tell me what's the differences between instance variables and properties of javabeans? === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on

Re: Email Validation

2000-05-25 Thread Gert Koning
I use Javascript on the client side for this. Something like: if (myform.email.value.search(/^[a-zA-Z0-9\-\.]+\@[a-zA-Z0-9\-\.]+$/) == -1) alert('ERROR: Badly formatted E-mail address.'); error = 1; return; } Gert Koning University of South Africa - Original Message -

Re: How tHow to run the Javamail demo sendhtml?

2000-05-25 Thread Sachin S. Khanna
See that you have the mail.jar in your classpath. Have a nice day. With regards, Sachin S. Khanna. www.emailanorder.com - Original Message - From: karen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, May 25, 2000 10:11 AM Subject: Re: How tHow to run the Javamail demo "sendhtml"?

images generation and X

2000-05-25 Thread Sylvain Roche
Hi My servlet does some image generation. At some point, she needs to write some text in the image. To do that, I get a liste of fonts : Font [] listeFontes = java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment().getAllFonts(); For this to work, I need to have an active X server. I would

Re: com.sun.image.codec.jpeg

2000-05-25 Thread Geert Van Damme
Sure, I did. Check out my graffiti wall at http://www.gojasper.be/wall.jsp outImage is a BufferedImage on which I write the graffiti I store the result in memory in a ByteArray that delivers the jpg to the browser on following requests. current = new ByteArrayOutputStream(); // create a JPEG

Re: Model 2 - Instantiate Action Call doGet()?

2000-05-25 Thread Jari Worsley
Curses he's right. Quick someone add another layer. grin (There are no new ideas, only the same patterns repeated over and over...) Kevin Duffey wrote: How about Model 3? or Model 2++ ? or is that a case of "been there, done that..." -- Jari Worsley Senior Programmer Hyperlink plc

JSP-Servlet Question

2000-05-25 Thread Vinay K.V. Menon
Hi All, Has anyone tried using a servlet within a JSP? I have a set of servlets that generate HTML snippets that should integrate with the JSP page from which they are invoked. Any leads on this would be more than welcome. Thanks Vinay

Tag Lib Implementation Using JavaWebServer2.0

2000-05-25 Thread Jyotsna Bharadwaj
Hello Everybody I am having a problem while running my tag lib implementation on JavaWebServer2.0.However the same implementation runs fine on Orion web server. My JSP code is : %@ taglib uri="mytags.jar" prefix="mt" % HTML HEAD TITLEHello World!/TITLE /HEAD

Internals IP addesses using javamail

2000-05-25 Thread Pablo J.
Hello, I use Javamail 1.1.2 without problems but last week I found a problem. I wanted to install a jsp application that uses javamail and the mail server address, the problem is that the ail server has an internal IP not an internet mail, so javamail produces an exception. Can you help me?

Re: Tag Lib Implementation Using JavaWebServer2.0

2000-05-25 Thread Uwe Hanisch
%@ taglib uri="mytags.jar" prefix="mt" % %@ taglib uri="/PATH_TO_TLD/mytags.tld" prefix="mt" % "The Tag Library Descriptor (TLD) is an XML document that describes a tag library." [mapping between tag name and class name as well as description of tag attributes] See "JavaServer Pages 1.1

Re: Internals IP addesses using javamail

2000-05-25 Thread Santiago Benito Rebollo
Hello Pablo. If the mail server has an output to the Internet world, it is sure thar it has an external IP but if the server doesn't send/receive mails to/from Internet, it would not have a external IP. Have a nice day : - Original Message - From: Pablo J. [EMAIL PROTECTED] To: [EMAIL

Re: How can I create a word/excel document.

2000-05-25 Thread Mark Mascolino-MR
Redy, I have used Tidestone's Forumla One for Java bean to make and manipulate Excel files. While I haven't done this on Unix, the ben is 100% pure so it should work on Unix. You can find Tidestone at http://www.tidetone.com mark Internet Mail Message Received from host:

Re: Tag Lib Implementation Using JavaWebServer2.0

2000-05-25 Thread Gogia Nitin
I think JavaWebServer2.0 does not supports tag lib. Correct me if i am wrong. Nitin -Original Message- From: Jyotsna Bharadwaj [SMTP:[EMAIL PROTECTED]] Sent: Thursday, May 25, 2000 3:31 PM To: [EMAIL PROTECTED] Subject: Tag Lib Implementation Using JavaWebServer2.0 Hello

Re: Tag Lib Implementation Using JavaWebServer2.0

2000-05-25 Thread Kapoor, Pankaj
Title: RE: Tag Lib Implementation Using JavaWebServer2.0 hi, I really need your advice on a serious career issue, or i will go down with nervous breakdown. So please advise me on my problemand save me. i am currently in a web project that involves ejb on the middle tier, and all the jing

Re: Model 2 - Instantiate Action Call doGet()?

2000-05-25 Thread Hines, Bill
Craig, I understand. One thing, however - I still was going to have the main "controller" servlet that was going to do the routine things - check for login, check for session, etc. Then *that* controller servlet was going to instantiate the Action servlet and call its doGet(). But as you say,

JSP on NT/IIS

2000-05-25 Thread Ben Joyce
Hi all. I come from and ASP (thus MS) background and am currently learning Java. How would I go about configuring IIS (my webserver, running on NTS4SP6a) to process .jsp files? I presume it is something to do with ISAPI filters in IIS... but where do I get the JSP 'engine' ? I have installed

Re: Model 2 - Instantiate Action Call doGet()?

2000-05-25 Thread Jari Worsley
See embedded comments: "Hines, Bill" wrote: Craig, I understand. One thing, however - I still was going to have the main "controller" servlet that was going to do the routine things - check for login, check for session, etc. Then *that* controller servlet was going to instantiate the

urgent!!!!!!!!!!!!!!! need your help!!!!!!!!!!!!!!!!!!!!!1

2000-05-25 Thread Kapoor, Pankaj
Title: urgent!!! need your help!1 hi,     I really need your advice on a serious career issue, or i will go down with nervous breakdown.     So please advise me on my problemand save me.     i am currently in a web project that involves ejb on

How Can I be A Member of this list

2000-05-25 Thread alok
Sorry for spamming plz help me to become a member of this group. Thanks, Alok. === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at:

Re: Running JBuilder3.5 with some tag library

2000-05-25 Thread norby norby
Hi, try setting up Tomcat with JBuilder. This might help. http://www.sys-con.com/jbuilder/archives/2%2D3/carson%5Fchan/index.html Norbert From: gaurav gehlot [EMAIL PROTECTED] Reply-To: A mailing list about Java Server Pages specification and reference [EMAIL PROTECTED] To: [EMAIL

Re: Urgent ! SSI - LAST_MODIFIED

2000-05-25 Thread Javier Cazares
.Kelly, .to include the last modified page value is not as easy in a .jsp file as it is in a .shtml file. .you need to do the following: %@ page import="java.io.*,java.util.*" % % File f =

Re: JSP execution on Apache web server

2000-05-25 Thread Maureen Fisher
try enclosing those parts in your path that have spaces with quotes, Better yet-- reinstall the whole shebang in its own dir outside of program files so you avoid the space problem altogether. ie servlets.startup=gnujsp servlet.gnujsp.code=org.gjt.jsp.JspServlet

Re: Tag Lib Implementation Using JavaWebServer2.0

2000-05-25 Thread LITT Vincent (Neuilly Gestion)
I tried to define Customed Tags with GnuJsp 1.0.0 but the following error occured : "Currently the taglib directive is not supported" ... is Orion the only one that can handle custom JSP tags ? Vincent === To unsubscribe:

Re: XML mapping to objects - Model 2 architecture for config file.

2000-05-25 Thread you sheng chang
Hi, Craig: I am not able to attend JavaOne. I am wonding how I can get your framework. My email is [EMAIL PROTECTED] thanks you sheng --- "Craig R. McClanahan" [EMAIL PROTECTED] wrote: Kevin Duffey wrote: [snip] So, my question is, is there any way I can just

Re: How can I create a word/excel document.

2000-05-25 Thread Richard . Cammarano
On this topic, I have a situation where a user views a formatted invoice in HTML and wants the option of downloading the invoice as a PROPERLY-FORMATTED word document. I could download the invoice as a word document by changing the mime type, but can't for the life of me

Save Over $500 on Discount Travel Package #25F3

2000-05-25 Thread Eddy Franco
The Coast Club Vacation Package consists of the finest vacation values in existence combined into one super package. Included in this comprehensive membership are huge discounts at thousands of exclusive condominium properties, up to 50% off at over 8,400 hotels internationally, up to 50% off at

Move data from one db to another?

2000-05-25 Thread Tom Wilcoxen
Hi All, I'm trying to move data from an online db to an offline one. I have a bean that I have set up a select method to get info from one system, and the same bean has an insert to put that data into the other system. However, when I get a result set from the select and loop through it in the

Tag library info page mentioned in Java Live Session

2000-05-25 Thread Don Zur
=== 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.html http://www.esperanto.org.nz/jsp/jspfaq.html

Re: JSP Support For FullWidth Japanese Characters...

2000-05-25 Thread Jeff Brown
I'm using iPlanet 4.1 (Japanese Version) on Solaris and Apache 1.3.12 w/ GNUJSP 1.0 on Linux and Solaris. The engine is not giving an exception, any katakana characters inputted are outputted as question marks (???). The browser is not the issue, I've used netmon to trace the html as its coming

Re: Help - error in compiling JSP file

2000-05-25 Thread Uwe Hanisch
In Servlet 2.2 getAttribute(String) replaces getValue(String). JRun 2.3.3 supports Servlet 2.1. JRun 3.0 rc 1 supports Servlet 2.2 + JSP 1.1 == Use getValue(String) or Use JRun 3.0 rc 1 Uwe === To unsubscribe:

Re: session problem

2000-05-25 Thread Tiana Zhang
1. Which engine are you using? Some engine doesn't surport URL rewriting. e,g JSWDK1.0 2. You may try to use session.putValue() and session.getValue() pair. Good luck. Tiana === To unsubscribe: mailto [EMAIL PROTECTED]

Re: Passing values

2000-05-25 Thread Matthews,Paul
If you have given the select a name the value will be in the request object if you do a post (not if you do a get) select name="blah"... val = request.getParameter("blah").toString() Paul -Original Message- From: Ashish Bhatia [mailto:[EMAIL PROTECTED]] Sent: 25 May 2000 16:09

Passing values

2000-05-25 Thread Ashish Bhatia
Hi, How can I pass a value from one JSP file to another??. I am trying to capture the value of an item selected from a select list and pass that value to the next JSP screen. Everything that I do does not seem to work. Please help Regards Ashish Visit http://www.NetVarsity.com for

Re: Passing values

2000-05-25 Thread Tiana Zhang
There are several ways you can do: 1. If you are using a java bean, after set the page scope to "application", in the first jsp page, you can use setProperty to set the value of the selected item. in the second jsp page, you can use getProperty to retrieve the value. 2. Set the whole scope to

Re: JSP-Servlet Question

2000-05-25 Thread Robert Nicholson
Have your servlet bundle it's data into a bean that gets passed to a JSP page via the RequestDispatcher as a request attribute. -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Vinay K.V. Menon Sent:

Re: Tag Lib Implementation Using JavaWebServer2.0

2000-05-25 Thread Robert Nicholson
How old is the Java Web Server 2.0? What JSP spec does it conform to? -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Jyotsna Bharadwaj Sent: Thursday, May 25, 2000 3:01 AM To: [EMAIL PROTECTED]

Re: Tag Lib Implementation Using JavaWebServer2.0

2000-05-25 Thread Robert Nicholson
Yeah but he's getting complaints about an invalid directive so his problems are suggest of no JSP 1.1 support in his JSP container. -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Uwe Hanisch Sent:

Re: com.sun.image.codec.jpeg

2000-05-25 Thread Robert Nicholson
I think a lot of folks just use Poskanzers stuff at http://www.acme.com -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Manish Bijay Kumar Sent: Thursday, May 25, 2000 12:09 AM To: [EMAIL PROTECTED]

Re: Urgent ! SSI - LAST_MODIFIED

2000-05-25 Thread Robert Nicholson
Use Javascript instead. http://www.elastica.com/cv.html look at the bottom of the html source. -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Kelly Lew Sent: Thursday, May 25, 2000 4:28 AM To:

Re: Model 2 - Instantiate Action Call doGet()?

2000-05-25 Thread Robert Nicholson
I highly recommend that you get a copy (can buy online in ebook form) of "Web Development with Java Server Pages." If you look at their examples you'll see a use of the command pattern that might help you further I think. -Original Message- From: A mailing list about Java Server Pages

Problem : %@Page include %

2000-05-25 Thread Kumaravel Kandasami
Hi! I'm facing a peculiar problem, I have a main JSP file called Main.jsp which is 51kb I have to include A.jsp, B.jsp C.jsp which are each 21KB. I'm using a switch statement.to select the particular JSP using %@include tag. I'm working in Weblogic 4.5.1 , in JSP1.0 Version. When I include

Session management beans

2000-05-25 Thread Newton Steve
What beans would you recommend for session management? We're developing a site that uses JSP but the tool we've obtained does not do session management. Any suggestions would be appreciated. This will be used on a site with very heavy traffic. Thanks.

Re: Problem : %@Page include %

2000-05-25 Thread Sivakumar Sankarasubramanian
Increase the buffer size in page directive %@ page buffer= "size kb"% default is "8 kb" Siva Sivakumar S PharmQuest.com Inc. West Valley Executive Park 4030 Moorpark Ave, Suite 220 San Jose, CA 95117 Phone: (408) 984-3400 Ext. 18 Email: [EMAIL

IllegalStateException

2000-05-25 Thread Rekha Mathew
I am using weblogic 4.5.1 and jsp(1.1). In some jsp files I am getting java.lang.IllegalStateException:cannot set headers after headers have already been written.Does any body know what is it? Get Your Private, Free E-mail

how to join this jsp list-serv

2000-05-25 Thread JangHo Ki
-- Crunchy Technologies. (www.crunchytech.com) -- JangHo Ki ( [EMAIL PROTECTED] ) RD Developer -- W: 703.469.2040 H :

Please Help

2000-05-25 Thread Pete Walsh
Ok I am new to JSP (excuse for not knowing this) I just put all my JSP pages and beans into one directory. I'm using Jakarta-Tomcat. Now the JSP pages cannot fin the beans. For example jsp:useBean id="LoginBean" scope="application" class="LoginBean" / jsp:useBean id="dbBean"

Re: Session management across a load balanced webserver

2000-05-25 Thread Piotr Wierzbicki
Hi, Usually this is maintained by load balancing software. The should be a setting enabling you to "stick" a connection to a server, i.e. if a client connects to SRV1, she/he remains connected to this server until disconnected explicitly or timed out. You also should be able to set a value for

Re: Model 2 - Instantiate Action Call doGet()?

2000-05-25 Thread Kevin Duffey
Hi, I understand. One thing, however - I still was going to have the main "controller" servlet that was going to do the routine things - check for login, check for session, etc. Then *that* controller servlet was going to instantiate the Action servlet and call its doGet(). But as you say,

Re: Concepts and vendors

2000-05-25 Thread Hines, Bill
We have excellent debugging tools here for servlets and JSP, even distributed. We're using VisualAge for Java from IBM. Unless you've tried all tools and REALLY understand what you're doing, don't fault the tools or languages! I have a feeling that there wasn't a lot of experience on your

Re: Please Help

2000-05-25 Thread Josh Arasavelli
Check your JSP engine's class path, -Original Message- From: Pete Walsh [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Thursday, May 25, 2000 11:57 AM Subject: Please Help Ok I am new to JSP (excuse for not knowing this) I just put all my JSP pages and beans into one

Lists in a JSP

2000-05-25 Thread Jim Preston
A question for experienced JSP/bean developers: It seems to me that a common task in a JSP is to output a list of some sort where the contents and length of the list are variable and obtained from a bean (for example, when creating a pull-down menu of dynamic options). And from what I've read,

Declarative Security - not strictly JSP

2000-05-25 Thread Arun Thomas
Hello all, I've a question about the declarative security structure that becomes available with Servlet 2.2 the new Web Application (WAR) concept. How is the mapping between user-name (possible stored in a database), and role actually performed? It looks like the server is expected to examine

Re: Lists in a JSP

2000-05-25 Thread David Castro
Actually, this seems to me to be the perfect opportunity to create a custom tag. So far, I have only created tags to conditionalize our online help, but I know that you can create tags for iteration. You could put in something like this: mylib:List type="pull-down" source="USStates" / and

Re: Lists in a JSP

2000-05-25 Thread Jari Worsley
See comments: Jim Preston wrote: A question for experienced JSP/bean developers: It seems to me that a common task in a JSP is to output a list of some sort where the contents and length of the list are variable and obtained from a bean (for example, when creating a pull-down menu of

Re: Urgent ! SSI - LAST_MODIFIED

2000-05-25 Thread Pierre-Yves Saumont
IMO, it would work better with lastModified() instead of getLastModified() Pierre-Yves Saumont [EMAIL PROTECTED] -Message d'origine- De: Javier Cazares [SMTP:[EMAIL PROTECTED]] Date: jeudi 25 mai 2000 15:07 A: [EMAIL PROTECTED] Objet: Re: Urgent ! SSI - LAST_MODIFIED

Custom Tag Scripting Variables

2000-05-25 Thread Arun Thomas
When using custom tags and the TagExtraInfo classes, is it possible to create scripting variables that are not objects, but rather basic types (i.e. int, boolean, etc). I would guess that this is not possible, since the pageContext set/getAttribute methods require objects, but if anyone has

Re: Custom Tag Scripting Variables

2000-05-25 Thread David Castro
As I understand it, you'll have to use the object equivalents to these types (Boolean, Integer, and so on), and then convert them to their base types on an as-needed basis. I had to do this to set and react to session variables: % if

Re: Session management beans

2000-05-25 Thread Robert Nicholson
What's the tool? -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Newton Steve Sent: Thursday, May 25, 2000 8:27 AM To: [EMAIL PROTECTED] Subject: Session management beans What beans would you

Re: Lists in a JSP

2000-05-25 Thread Arun Thomas
Definitely interested! -AMT -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Kevin Jones Sent: Thursday, May 25, 2000 11:35 AM To: [EMAIL PROTECTED] Subject: Re: Lists in a JSP with tags a better

Re: Lists in a JSP

2000-05-25 Thread Tom Gordon
I much prefer to use an Enumeration in the jsp page. It's easy to understand. You don't have to implement and maintain a custom tag library, assuming you know how to do that and have the proper environment. Enumeration is a very cool interface. I feel this is one case where using a little

Re: Session management beans

2000-05-25 Thread Newton Steve
OpenSite Auction software. Steve Robert Nicholson robert@ELASTICA.To: [EMAIL PROTECTED] COM cc: (bcc: Steve Newton/HPC) Sent by: A Subject: Re: Session

Re: Please Help

2000-05-25 Thread Brent Johnson
So what am I doing wrong? You aren't reading the documentation! jakarta-tomcat\doc\appdev\deployment.html clearly states that they should go in the WEB-INF/classes/ subdirectory. - Original Message - From: "Pete Walsh" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, May 25,

Re: session problem

2000-05-25 Thread anderson
Where Can I found the documentation of response, request, session objects ? I didn't found at the java.sun.com.br . Thank you Anderson === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some

Re: httpd.exe not launching the JWS2.0in Win NT

2000-05-25 Thread David Eaves
Run httpd.exe from the command prompt (this will keep it from opening and then quickly closing). Let us know what the message says. -Original Message- From: Ricardo Camilo Lopez [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 25, 2000 11:56 AM To: [EMAIL PROTECTED] Subject: httpd.exe not

Re: session problem

2000-05-25 Thread Josh Arasavelli
check this site out http://www.apl.jhu.edu/~hall/java/Servlet-Tutorial/ -Original Message- From: anderson [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Thursday, May 25, 2000 2:33 PM Subject: Re: session problem Where Can I found the documentation of response,

Re: Emailling within JSP

2000-05-25 Thread anderson
Where I found the packages : javax.mail.* , javax.activation.* ? Thanks anderson Geert Van Damme wrote: Joseph, thanks for the other mail links. However, the servlet was easier that I expected. Here's the code I use import java.io.*; import java.util.*; import java.net.*; import

Re: Emailling within JSP

2000-05-25 Thread Peter Choe
java.sun.com/products/ look for the java mail api. anderson wrote: Where I found the packages : javax.mail.* , javax.activation.* ? Thanks anderson Geert Van Damme wrote: Joseph, thanks for the other mail links. However, the servlet was easier that I expected. Here's the code I

Please Help

2000-05-25 Thread Paul Tran
Greetings, We're new to servlet/JSP technology. We're using JDeveloper 3.1 (in a JDK1.2.2 environment) to put together (what we think) a JSP1.0-compliant application that utilizes web beans + data beans. The resultant set of jsp files seem to run fine from within the built-in JSP engine that

Re: Lists in a JSP

2000-05-25 Thread Vin Lisciandro
At 07:34 PM 5/25/00 +0100, Kevin Jones wrote: with tags a better way would be to have two tags, one that manages the data and one that controls the ouput, so you have this xx:dataTag xx:outputTag / /xx:dataTag The problem with this is that by using the custom xx:outputTag / you end up

JServ/gnujsp file locations

2000-05-25 Thread Maureen Fisher
Hi-- Restructuring the web server so that jsp files are separate from static html files. However jsp only seems to work when all files are served from document root as specified in the httpd.conf file. I have tried changing the pagebase in the zone.properties to the new jsp location, but still

Re: httpd.exe not launching the JWS2.0in Win NT

2000-05-25 Thread Ricardo Camilo Lopez
I think I probably found the mistake that led me to another issue. The errors were of the following sort: Class not found ...Files\Oracle\jre\1.1.7\bin; ... the JWS was using Oracles Java Run Time environment, and since it was deleted (this is not my machine), the JWS can not find a JVM

Starting Server

2000-05-25 Thread Gomez, Anthony
Hi All, I'm new to JSP. I just downloaded the JDK 1.2 and JSWDK to try some of the DEMOS. When I try to start the server by clicking on the STARTSEVER.BAT file. I get the following error: The necessary packages not included in the classpath environment. Again I'm new to JSP can anybody help!

Re: Starting Server

2000-05-25 Thread anderson
Try include dot ( . ) in your classpath variable. anderson "Gomez, Anthony" wrote: Hi All, I'm new to JSP. I just downloaded the JDK 1.2 and JSWDK to try some of the DEMOS. When I try to start the server by clicking on the STARTSEVER.BAT file. I get the following error: The necessary

redirection

2000-05-25 Thread Elamurugu Rajagopal
Hi All, How to get the URL typed as such in the location bar.I tried with getRequestURI , but the I'm not getting URL as such in Location Bar, instead the hostname is changed to what it is configured in server(I guess). Is there anyway to get the URL whatever is typed. TIA,

Re: Touch Screen User Interface

2000-05-25 Thread technoid
Hi ,. If you wish to address a touch screen interface... try using java which will compile to c code.But this will not happen with browsers except if the touch screen monitor can load the op system and recognize the graphic content of the op system. I f it can reconize the grphic content then

POSTing to a JSP from a Java class - Getting desperate!

2000-05-25 Thread Phil Swenson
This is actually close to being OT, but I think many are interested in how to do this. I'm trying to post to a JSP from a Java class. I absolutely can't get the thing to work. The post is always completely empty. Here is my code: URL url = new URL("http://www.blah.com/blah.jsp");

MVC and Singleton Design pattern

2000-05-25 Thread Marc Krisjanous
Hi all, I would like to run over my architecture for a project with you guys: I am using the MVC pattern for this project. For the View component I will be using JSP pages, for the Controller I will use a servlet and for the Model I will use a set of utility classes. This is some of the events

Need JSP 0.92 specs

2000-05-25 Thread Christian Sellberg
Dear [EMAIL PROTECTED] I really need the syntax.jsp and the specification for JSP 0.92 cause I have taken over a project based on JSP 0.92. And I have to continue the work in jsp 0.92 for a while. All the material I can find is for 1.0 and above. I would be pleased if someone would send be the

instance variables vs. properties of javabeans

2000-05-25 Thread janus
could anyone please tell me the differences between instance variables vs. properties of javabeans? === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be

Re: Starting Server

2000-05-25 Thread Ashish Bhatia
Hi, Edit the startserver.bat file and make the following changes set CLASSPATH=%appClassPath%;%sysJars%;c:\jdk1.3\lib\tools.jar;c:\jdk1.3\lib\dt. jar; set CLASSPATH=%CLASSPATH%;path of your .class/bean files\;path of your .JSP files\; Also, edit the stopserver.bat file and make sure that it

Re: Need JSP 0.92 specs

2000-05-25 Thread Scott Stirling
Note the FAQ links at the bottom of every email to this list. Here's the link to the one you need: http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP Hint: look under "Java:API:JSP:Specification" Scott Stirling -Original Message- Sent: Thursday, May 25, 2000 11:59 PM To: [EMAIL

Re: httpd.exe not launching the JWS2.0in Win NT

2000-05-25 Thread David Eaves
You will need to change the reference to the JRE in your configuration. Check out the readme file. Or try an advanced find on files containing the text: c:\program files\Oracle\jre\1.1.7\bin Then change that path to the new JDK. -Original Message- From: A mailing list about Java Server

JSWDK stack dump

2000-05-25 Thread Ashish Bhatia
Hi, Is there any method by which we can redirect the output generated by the JSWDK server to a log file...or switch off the stack trace dump. Regards Ashish Visit http://www.NetVarsity.com for online learning ===

Re: instance variables vs. properties of javabeans

2000-05-25 Thread Scott Stirling
This is a common confusion because most of the time, especially in example code, there is no discernable distinction. However, there's no necessary correlation between a JavaBean's property(ies) and a JavaBean's instance variable(s), other than that there must be _some_ instance variable(s)

Resin + apache configuration help

2000-05-25 Thread Timothy Gene Llewellynn
Hi, I'm trying to configure resisn to run servlets under apache 1.3.12 on Redhat linux 6.2. Everything is compiled and installed fine, the problem I am having is getting Resisn to use servlets in a directory other than its default location of where resin or apache is installed. I can get