Re: URGENT!!!! --- calling a servlet from a jsp page

2000-05-30 Thread Geert Van Damme
check out RequestDispatcher.include(). If you're not using JSDK 2.1 you could transfer your code from the servlet to a bean and call that instead of the servlet. (That's better anyhow) Geert 'Darling' Van Damme > -Original Message- > From: A mailing list about Java Server Pages specifica

Re: URGENT!!!! --- calling a servlet from a jsp page

2000-05-30 Thread Sharan, Abhishek
Title: RE: URGENT --- calling a servlet from a jsp page Hi joy get a reference to request dispatcher and invoke forward method on rd with request and response object as parameter somethin like <% RequestDispatcher rd= req.getRequestDispatcher(" /servlet/myServlet"); if(rd ! = null) { try

How to...

2000-05-30 Thread laurent andre
force a servlet to respond in HTTP/1.0 ?? I'm using IPlanet WS 4.1, i send GET /uri HTTP/1.0 and it answers in HTTP/1.1 whatever happened ! Please help me :-)) === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signof

Re: How to...

2000-05-30 Thread laurent andre
With telnet i send HEAD /servlet/MyServlet HTTP/1.0 and i get a HTTP/1.1 response !! strange no ? laurent andre wrote: > > force a servlet to respond in HTTP/1.0 ?? > > I'm using IPlanet WS 4.1, > i send GET /uri HTTP/1.0 and it answers in HTTP/1.1 whatever happened ! > > Please help me :-)) > >

Re: subscription to your mailing list.

2000-05-30 Thread Ben Joyce
Does anyone know a good mailing list for general Java programming, rather than JSP? Cheers, .ben > -Original Message- > From: Tarun Dewan [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, May 30, 2000 5:22 AM > To: [EMAIL PROTECTED] > Subject: Re: subscription to your mailing list. > > > Raj

Re: subscription to your mailing list.

2000-05-30 Thread Sharan, Abhishek
Title: RE: subscription to your mailing list. Hi Ben  you could try at [EMAIL PROTECTED] -Original Message- From:   Ben Joyce [SMTP:[EMAIL PROTECTED]] Sent:   Tuesday, May 30, 2000 3:49 PM To: [EMAIL PROTECTED] Subject:    Re: subscription to your mailing list. Does anyone

Re: subscription to your mailing list.

2000-05-30 Thread Ben Joyce
Cheers Sharan. Incedently.. i bought Ivor Horton's Java (JDK1.3) book from Wrox Press on Friday and am really impressed with it. I recommend it! .b -Original Message- From: Sharan, Abhishek [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 30, 2000 11:27 AM To: [EMAIL PROTECTED] Subject:

Re: File download problem with JSP

2000-05-30 Thread Fernando Ribeiro
> I have also tried changing the getDoc to return an array of bytes and > trying to morph that back into a valid file but I failed. You should do that. A .doc file cannot be represented by arrays of characters since they are binary data. > Here's the code. I've tried multiple permutations of com

Re: subscription to your mailing list.

2000-05-30 Thread Uwe Hanisch
Ben Joyce wrote: > Does anyone know a good mailing list for general Java programming, rather > than JSP? Try newsgroup comp.lang.java.programmer. Uwe === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTE

Apache -- Servlet2.1

2000-05-30 Thread Siva Sankara Reddy
Hi ., we have done our project with JavaWebServer2.0 and Servlets2.1 on Windows configurtion. Now we are going to deploy this to Apahce WebServer with Jserv on Linux ... The problem is Apache is not supporting Servlet2.1 version. Can some one tell me any solution for this.., Thanks,

Re: How to Generate Reports in JSP?.Help needed

2000-05-30 Thread Hines, Bill
Crystal Reports, which has always been the to reporting tool, also has web tools. But what we do is to just generate a static HTML page and invite our users to use the 'Print' button of the browser. Bill Hines -Original Message- From: Biren Patnaik [mailto:[EMAIL PROTECTED]] Sent: Tuesda

Re: Apache -- Servlet2.1

2000-05-30 Thread Rob van Oostrum
As far as I can tell the latest release of Tomcat supports the Servlet 2.2 API even. good luck Rob -Original Message- From: Siva Sankara Reddy [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 30, 2000 1:56 PM To: [EMAIL PROTECTED] Subject: Apache -- Servlet2.1 Hi ., we have done o

Re: How to Generate Reports in JSP?.Help needed

2000-05-30 Thread Serge Verret
http://www.oracle.com/datawarehouse/products/bitools/reports/ here a link to oracle web site about reports server - Original Message - From: Biren Patnaik <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 30, 2000 2:44 AM Subject: Re: How to Generate Reports in JSP?.Help ne

Re: Apache -- Servlet2.1

2000-05-30 Thread ralhan
try tomact3.1 ralhan -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Siva Sankara Reddy Sent: Tuesday, May 30, 2000 5:26 PM To: [EMAIL PROTECTED] Subject: Apache -- Servlet2.1 Hi ., we have done o

Lifetime-of-a-variable question (newbie)

2000-05-30 Thread Barry Burd
In the following JSP code: <%! int count = 0; %> You are visitor number <%= ++count %>. under what circumstances will the value of 'count' be reset to zero? Is it true that the server will create only one instance of the servlet that's created from this code (and, thus, all visitors will see

Re: How to Generate Reports in JSP?.Help needed

2000-05-30 Thread Pradeep Kumar
Also, check BRIO...its a pretty good tool for generating web reports -Pradeep -Original Message- From: Hines, Bill [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 30, 2000 5:55 PM To: [EMAIL PROTECTED] Subject: Re: How to Generate Reports in JSP?.Help needed Crystal Reports, which has al

Tag Library-Details

2000-05-30 Thread R.Shiva
Hi, I'm interested in knowing about the full functionality of JSP Tag Libraries. I need to know whether Tag Libraries can be used for some other purpose other than just simply making jsp-tags clearer and easy maintainable. Looking forward to your noble views in this regard. Thanx in advance. R

Re: Lifetime-of-a-variable question (newbie)

2000-05-30 Thread Pradeep Kumar
No, there can be multiple instances of a servlet. Check your application server. -Original Message- From: Barry Burd [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 30, 2000 6:03 PM To: [EMAIL PROTECTED] Subject: Lifetime-of-a-variable question (newbie) In the following JSP code: <%! i

IPlanet 4.1 error with JSP's

2000-05-30 Thread Marco M
hi all, i have a problem: my jsp's crashes with IPlanet 4.1 i am using Model 2 architecture... the error that i got is Exiting JVM due to: jvm_abort () and jvm.ex itOnAbort > 0 [30/May/2000:16:50:23] info (28284): JVM exit statistics: AttachedThreads/Max=1/ 1, ActiveThreads/Max=1/1 i a

RequestDispatcher question

2000-05-30 Thread Marco M
hi all, i have just one doubt about request dispatcher: RequestDispatcher is part of the JSDK 2.1 API or 2.2?? thanx in advance regards marco === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff

Re: Lifetime-of-a-variable question (newbie)

2000-05-30 Thread Harry Foxwell - SE Sun McLean VA
-> In the following JSP code: -> -> <%! int count = 0; %> -> You are visitor number <%= ++count %>. -> -> under what circumstances will the value of 'count' be reset to zero? -> Is it true that the server will create only one instance of the servlet -> that's created from this code (and, thus,

Re: RequestDispatcher question

2000-05-30 Thread Neil Harrison
Marco, As far as i am aware, the request dispacher works fine in the 2.1 spec. Neil. At 04:51 PM 5/30/00 +0300, you wrote: >hi all, >i have just one doubt about request dispatcher: > >RequestDispatcher is part of the JSDK 2.1 API or 2.2?? >thanx in advance >regards >marco > >==

Re: JSPs and XML.

2000-05-30 Thread Marco M
Hi Joseph, is not possible to write some jsptags for transforming JSP written in XML into HTML or WML or other?? if yes, how? thanx in advance for your reply regards marco > -Original Message- > From: EXT Joseph B. Ottinger [mailto:[EMAIL PROTECTED]] > Sent: 18. May 2000

Re: Tag Library-Details

2000-05-30 Thread Robert Nicholson
Yes they can. Find a tag library tutorial... You can extend the capabilities of JSP by using Tag Libraries they can do pretty much anything Java can for you from with a JSP page. > -Original Message- > From: A mailing list about Java Server Pages specification and reference > [mailto:[EM

Re: JSPs and XML.

2000-05-30 Thread Fernando Ribeiro
You can send HTML and WML to the browser after processing the JSP tags in JSP documents. WML seems to be a common MIME type and it will be understood by the browser in your cell phone. fribeiro - Original Message - From: "Marco M" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday

Re: Model 2 & servlet API version

2000-05-30 Thread Rick Goeltz
> /myservlet/results.jsp, the jsp page would show up, but no links would > show up (such as images). I could not access /myservlet/somepage.html > directly from the browser. You may have this problem with 2.1 also. To solve this, provide a base tag in the HTML. I put it in a separate file a

JSP

2000-05-30 Thread Michael Tang
How can I call a ".jsp" from my browser? I have just installed java-apache servlet. It understand the file ".class" but not ".jsp". Thanks === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-I

Re: JSPs and XML.

2000-05-30 Thread Marco M
Hi Fernando, yeah but i am planning to write the JSPs in XML.. thanx regards marco > -Original Message- > From: EXT Fernando Ribeiro [mailto:[EMAIL PROTECTED]] > Sent: 30. May 2000 18:21 > To: [EMAIL PROTECTED] > Subject: Re: JSPs and XML. > > > You can send HTML and WML t

Re: JSPs and XML.

2000-05-30 Thread Robert Nicholson
Sounds like he wants to use XLST to transform XSL to some other publishing format ie. WML or HTML. > -Original Message- > From: A mailing list about Java Server Pages specification and reference > [mailto:[EMAIL PROTECTED]]On Behalf Of Fernando Ribeiro > Sent: Tuesday, May 30, 2000 8:21 A

Functions in JSP

2000-05-30 Thread Liza J Alenchery
Hi Can I write a function in a JSP file directly? eg: <% void func() { out.println("Hello") ; } func() ; %> If not, what is the reason? I see that I can do the following: <% class myclass { void func() { out.println("Hello") ; } } myclass x = new myclass() ; x.func() ; %> thank

Configure JavaWebServer2.0 for ASP

2000-05-30 Thread Mohammed Sharif
Hi I have installed JavaWebserver2.0. I want to run ASP. I have placed my .asp file in public_html. It displays it as a text file. How do i configure it to run the file as a "ASP" and not a text file Thanx Get Your Private,

Re: Functions in JSP

2000-05-30 Thread Rikard Elofsson
Liza J Alenchery wrote: > > Hi > > Can I write a function in a JSP file directly? yup with a !-sign in the jsp tag (whatever that´s called in english;-), like <%! protected String urlEncode(String aString) { if (aString != null) { return java.net.URLEncoder.encode(aString.trim()); } el

No Subject

2000-05-30 Thread Gary Osborn
I am porting a WAS 2.0 app that is up and running on the AS/400 platform to WAS 2.0 on NT. Everything works on the 400 and everything works on NT except a problem that I believe is a Apache HTTP configuration issue. When a JSP page is reloaded the JavaScript file that I point to as a source fil

Re: Functions in JSP

2000-05-30 Thread Ben Joyce
Well in my book the ! character is called a 'bang' or more commonly an 'exclaimation mark'. any offers? .b > -Original Message- > From: Rikard Elofsson [mailto:[EMAIL PROTECTED]] > Sent: 31 December 1998 22:23 > To: [EMAIL PROTECTED] > Subject: Re: Functions in JSP > > > Liza J Alenche

Re: properties file to Hashtable

2000-05-30 Thread Arun Thomas
Rajendran, If you have already managed to read in the properties file using the java.util.Properties class, be aware that this is already a Hashtable (Properties inherits from Hashtable), albeit it must contain only strings as the value corresponding to any key. In order to read in a properties

Re: Functions in JSP

2000-05-30 Thread squeijo
You can do this: 1º define de function into tht tags <%! ... %> at the begining of your jsp page, like this: <%! String func() { return "Hello"; } %> 2º And use the function in your scriptled code: <% out.println (func()); %> Note: if you want to do a

Re: Functions in JSP - Thanks

2000-05-30 Thread Liza J Alenchery
for the answers. liza --- squeijo <[EMAIL PROTECTED]> wrote: > You can do this: > > 1º define de function into tht tags <%! ... %> at the begining of > your jsp > page, like this: > ><%! > String func() { > return "Hello"; > } >%> > > 2º And use the function in your s

Re: Server Load Balancing

2000-05-30 Thread John Doe
You wouldnt balance a server using JSP or servlets. LocalDirector from Cisco is one option. Once load balancing is implemented, if youll be using JSPs then youll have to create your own session implementation to account for it in case you hit another server and not carry over your request object

Re: Configure JavaWebServer2.0 for ASP

2000-05-30 Thread Piotr Wierzbicki
Install IIS isntead of JWS. Piotr -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Mohammed Sharif Sent: Tuesday, May 30, 2000 11:55 To: [EMAIL PROTECTED] Subject: Configure JavaWebServer2.0 for ASP Hi I

Jrun will not work with JDK1.3 or JDK1.2+hotspot on WinNT !!

2000-05-30 Thread Jj Fu
Hi, I am sure some of you out there have already used JDK1.3 or the server side VM, hotspot. But there is a big problem when run JRun 2.3.3 on these products. One week ago I install JDK1.3, hotspot, and JRun on my computer. It seems to work after I started JSM which is a NT service that run by

Anchor Question

2000-05-30 Thread Rick MacConnell
I have a page that posts to itself. The associated bean picks up the submit event and handles any behavior necessary for the page. I now need to be able to send the user back to a particular spot in the page after the post. I've added anchors to the page and I suppose I could tack the anchor attri

Re: JSPs and XML.

2000-05-30 Thread Fernando Ribeiro
Anyway they will be read on the server not in the client layer. As soon as the JSP file can be transformed to HTML and WML, your application will be fine. fribeiro - Original Message - From: "Marco M" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 30, 2000 12:49 PM Subjec

Perhaps you should use: Cache-control: private

2000-05-30 Thread Sam Heisz
When I was researching a caching problem I experienced with logout pages, I noticed that ASP pages set the following HTTP header: Cache-Control: private This is probably something we all want to do on any dynamic pages that we create that are specific to some user, from RFC2068: private

Re: Passing values

2000-05-30 Thread Danny Trieu
It is cleaner if you use javaBean to pass your value. Tiana Zhang wrote: > 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

Re: Session management beans

2000-05-30 Thread Danny Trieu
You can either use the HttpSession to manage your session or you can use EJB stateful session beans. Newton Steve wrote: > 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 suggestion

Re: Starting Server

2000-05-30 Thread Gomez, Anthony
Thank you Ashish for your help! I made the change to the CLASSPATH and edit the startsever.bat file. But I'm still having the same problem. I've downloaded the JSWDK-1.0.1 AND JDK-1_2_2_0 do I still have to download TOMCAT to run the examples. Thank you anyone can help, again I'm new to JSP and

Add string to string array.

2000-05-30 Thread Liza J Alenchery
How can I create an array of strings and assign a new string to the array in a loop? String[] sArray ; for (int i = 0; i < 10;i++) { sArray[i] = "apple" ; } The code fragment above does not work. But this is what I need to do. Add strings to a string array at runtime. thanks in advance liza

JSP can't find JavaScript source file on reload of page

2000-05-30 Thread Gary Osborn
I am porting a WAS 2.0 app that is up and running on the AS/400 platform to WAS 2.0 on NT. Everything works on the 400 and everything works on NT except a problem that I believe is a Apache HTTP configuration issue. When a JSP page is reloaded the JavaScript file that I point to as a source fil

Re: Add string to string array.

2000-05-30 Thread Sylvain St-Germain
Use the Vector object. > -Original Message- > From: A mailing list about Java Server Pages specification and reference > [mailto:[EMAIL PROTECTED]]On Behalf Of Liza J Alenchery > Sent: Tuesday, May 30, 2000 4:25 PM > To: [EMAIL PROTECTED] > Subject: Add string to string array. > > > How

Re: Session management beans

2000-05-30 Thread Naga Yerramsetti
We are facing the same problem. Since the sessions are maintained in memory with high trafiic won't there be problems with memory. Danny Trieu wrote: > You can either use the HttpSession to manage your session or you can use EJB > stateful session beans. > > Newton Steve wrote: > > > What beans

Re: Add string to array

2000-05-30 Thread Fernando Ribeiro
> How can I create an array of strings and assign a new string to the > array in a loop? > > String[] sArray ; > for (int i = 0; i < 10;i++) { >sArray[i] = "apple" ; > > } > > The code fragment above does not work. But this is what I need to do. > Add strings to a string array at runtime. > >

Re: Add string to string array.

2000-05-30 Thread Jim Bailey
You need to read up on basic Java syntax or you are going to keep running into problems like this. What you've done in this example is create an empty array reference but you haven't allocated any memory to the array itself. Try this: String[] sArray = new String[ 10 ]; for( int i = 0; i < sArr

Tomcat / http logs

2000-05-30 Thread thibaut colar
Hi there , just a small question I installed tomcat and used servlet and jsp without problem and am happy with it I put it as my mian http server (port 80), The thing is that I now don't have any more http logs (before it was going from apache in /var/logs/http/access.log). Where are those http lo

Re: Tomcat / http logs

2000-05-30 Thread Alex Strasheim
> Hi there , just a small question > I installed tomcat and used servlet and jsp without problem and am > happy with it I put it as my mian http server (port 80), The thing > is that I now don't have any more http logs (before it was going > from apache in /var/logs/http/access.log). Where are th

Re: Tomcat / http logs

2000-05-30 Thread thibaut colar
Yes I've seen those logs but there is in there only the "process" logs, as servlet and jsp accesss, but not any http logging (I'm searching for the usuals Http requests logs) Thanks Alex Strasheim wrote: > > Hi there , just a small question > > I installed tomcat and used servlet and jsp without

(Sem assunto)

2000-05-30 Thread Kantek Antonio
Hi I need some code examples of jsp. thanx MailBR - O e-mail do Brasil -- http://www.mailbr.com.br Faça já o seu. É gratuito!!! === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevan

Re: Add string to string array.

2000-05-30 Thread Arun Thomas
There have been several responses that mentioned using a specific length for the Array when instantiating the new Array. If you don't know the expected length, you can do something like: List l = new ArrayList(); for (int i = 0; i < ;i++) { l.add(""); } String[] sArray = l.toArray(new String[

Re: Session management beans

2000-05-30 Thread Danny Trieu
Memmory will always be the problem with heavy traffic site, that's why you need technology that do load balancing for you. But if you want to avoid or at lease lesser your concern with the memory issue then you're going to surfer hits to the database. The technique here is, you serialize your

Re: (Sem assunto)

2000-05-30 Thread Frederik Delacourt
java.sun.com/products/jsp Frederik Delacourt -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Kantek Antonio Sent: Tuesday, May 30, 2000 5:34 PM To: [EMAIL PROTECTED] Subject: (Sem assunto) Hi I need so

Re: How to Generate Reports in JSP?.Help needed

2000-05-30 Thread Dennis Huang
Do you know how much does it cost? Dennis Huang -Original Message- From: Serge Verret [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 30 May 2000 23:37 To: [EMAIL PROTECTED] Subject: Re: How to Generate Reports in JSP?.Help needed http://www.oracle.com/datawarehouse/products/bitools/reports/

Re: how to use connection pool in jsp

2000-05-30 Thread Mohan Radhakrishnan
Hi, This is not a JSP question. There are implementations that you can get for free. It is basically a java class so you have to look in the pool for a free connection, use it and return it back to the pool. So it is the same as calling any java class from JSP. Search javaworld.com bye, M

Re: Calling Servlet methods from JSP -

2000-05-30 Thread Choi Jong Myung(SS)
Marc Krisjanous wrote: > Hi all, > Could someone please answer my question. > > Question: How can a JSP that is "Loading" call a servlet method? Servlet A > calls a JSP and while the JSP is "Loading" it needs to use some of the > methods in Servlet A. > > Cheers > > Marc > > =

Re: How to Generate Reports in JSP?.Help needed

2000-05-30 Thread Biren Patnaik
Hi Pradeep, Thanx for ur answer.I don't have enough idea about BRIO.Can u please tell me any sites of BRIO.Is it freely available on the net.Please give me some hints about this.Is it a tool for JSP OR Java for report generation.Please help.Awaiting ur reply. Thanx in advance On Tue, 30 May 2000,

Re: How to Generate Reports in JSP?.Help needed

2000-05-30 Thread Dennis Huang
Free? No! Brio ask us for $US75,000! But I should say Brio is very good. Go to www.brio.com to have a look. Dennis -Original Message- From: Biren Patnaik [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 31 May 2000 17:15 To: [EMAIL PROTECTED] Subject: Re: How to Generate Reports in JSP?.Help

XML editors?

2000-05-30 Thread Robert Nicholson
Can anybody recommend a good XML editor. Preferably pure java. === 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: Functions in JSP - Thanks

2000-05-30 Thread Martin Smith
I believe I read that the regular JSP tag ( <% %>) contents are inserted into the service method of the httpservlet class you are indirectly building, whereas the other tag type (<%! %>) is inserted in the httpservlet class itself, and so can be used to define class members (methods and variables

Re: Calling Servlet methods from JSP -

2000-05-30 Thread Eric Dunstan
You cannot call methods of JSP or Serlvets from outside. A calling servlet or jsp is one that forwards itself to another jsp or serlvet and does not return. A Servlet or JSP loads once and thereafter is loaded, until changed again. Once loaded, a calling jsp or serlvet will not cause it to reload

WML / WAP mailing lists?

2000-05-30 Thread Robert Nicholson
I figure there are some folks on this list doing WAP/WML. Could you please provide me with the mailing lists for WML? I assume you don't have to read forums on phone.com and nokia.com to keep abreast of this technology? === T

Re: Inner Classes

2000-05-30 Thread Eric Dunstan
Do it via Interfaces: Make an interface that describes the methods of CorbaConnection Call it CorbaInterface_A. have CorbaConnection implement CorbaInterface_A Next say: CorbaInterface_A corbacon = con.get(); This is how true Object Oriented Programming Works. Eric R. Dunstan May 30, 2000 >Fr

How can I put the JavaMail ?

2000-05-30 Thread siujanjan
I would like to ask, I've downloaded the JavaMail from java.sun.com but I duno where should I put the files ? in the installation path of the jdk ? a million thankss === ·s®ö§K¶O¹q¤l¶l½c http://sinamail.sina.com.hk ===

Re: Jrun will not work with JDK1.3 or JDK1.2+hotspot on WinNT !!

2000-05-30 Thread Scott Stirling
Here we go . . . now if everyone on this list votes for this bug, it should really get fixed! Everyone should log into JDC and vote for this bug (see below). The Sun evaluation in the BugParade seems to blow it off. This bug affects JRun 2.3.3 and JRun 3.0 on Windows platforms. Scott Stirling

Re: JRUN and encoding

2000-05-30 Thread Scott Stirling
Use the page directive like so: <%@ page contentType="text/html;charset=ISO-8859-1" %> JRun is supposed to do that for you automagically, but it doesn't. It's a known bug in JRun 2.3.3. JRun 3.0 sets it correctly. Scott Stirling > -Original Message- > Sent: Tuesday, May 23, 2000 5:22

Re: How can I put the JavaMail ?

2000-05-30 Thread Komaravolu Vasudha
u have to set the classpath for that as c:\\mail.jar -Original Message- From: siujanjan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 31, 2000 9:20 AM To: [EMAIL PROTECTED] Subject: How can I put the JavaMail ? I would like to ask, I've downloaded the JavaMail from java.sun.com but I

JVM and JRE??

2000-05-30 Thread Zaki Abu-Bakar
Hi, Can someone guide me to some good and handful material of architecture of JVM and JRE? Thanks in advance === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servle

Serious Bug in Sun's 1.3 JVM and HotSpot on NT

2000-05-30 Thread Scott Stirling
Hi, I posted this same thing under an obscure heading (about JRun), but this problem affects users of any servlet container that runs as an NT service. You should log into the Java Developer Connection at Sun and vote to have it fixed (see the link below). Since last week we've already bumped it

No Subject

2000-05-30 Thread Tarun Dewan
Hi, Is there is any mailing list for JDBC? PLs. inform. Thanks, Tarun Dewan. === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java

How-to.. in Apache-Tomcat...

2000-05-30 Thread Balaji Srinivasan
Hi, I have created a app. in JavaWebServer2.0 which uses servlets 'included' in JSPs. Now when I try to port this to Tomcat 3.1, the servlets give an error when invoked from within the JSP, but work fine directly. The servlet uses code like this: public void service(HttpServletRequest req

Re: JVM and JRE??

2000-05-30 Thread Frederik Delacourt
All the documentation you want at: http://java.sun.com/j2se/1.3/docs/ -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Zaki Abu-Bakar Sent: Tuesday, May 30, 2000 11:00 PM To: [EMAIL PROTECTED] Subject: JV

Re: XML editors?

2000-05-30 Thread Saleem Shah Khan
hi dear The baest XML editors i see so far is XML SPOY You can Find XML editors by searching The key words XML Editors in the Search engines, Hope it will help you Saleem Shah Khan __ Do You Yahoo!? Send instant messages & get email alerts wit

Re: Calling Servlet methods from JSP -

2000-05-30 Thread Balaji Srinivasan
There used to be a method to get a reference of a loaded servlet, I think getServlet(NameOfServlet), but it has been deprecated with no alternative methods. Eric Dunstan cc: Sent by: A Subject: Re

Re: How to Generate Reports in JSP?.Help needed

2000-05-30 Thread Biren Patnaik
Hi Dennis, Thanx for ur reply.Do u have any solution of generating reports.I m developing an intranet based application in java/jsp .I want to generate 20 to 30 reports.I don't get any idea of how to generate reports in JSP.I m using Oracle 8.0.3 as backend.I want to generate reports on-line, mean

No Subject

2000-05-30 Thread Frederik Delacourt
This out-of-subject questions has already been asked and answered http://forums.java.sun.com/ Please before asking question, check the previous postings and made a minimum research. I'm kinda fed up to answer URL on Sun's web site. Most of the beginner's question have an answer on that site

Re: JVM and JRE??

2000-05-30 Thread Vinod kumar
hi please look at the following URL for JVM specification http://java.sun.com/docs/index.html --- Zaki Abu-Bakar <[EMAIL PROTECTED]> wrote: > Hi, > > Can someone guide me to some good and handful > material of architecture of JVM > and JRE? > > Thanks in advance > > ===

Re: Add string to string array.

2000-05-30 Thread Vinod kumar
Hi you can follow this apprach String[] sArray = new String[10]; for (int i = 0; i < 10;i++) { sArray[i] = new String("apple") ; } --- Arun Thomas <[EMAIL PROTECTED]> wrote: > There have been several responses that mentioned > using a specific length > for the Array when instantiating

JSP-Servler Question 2

2000-05-30 Thread Vinay K.V. Menon
Hi All, I did get a few answers to a question I had posted about embedding servlet output in a JSP page. I guess I need to restate the requirement! I am developing a few servlets that would generate HTML code snippets - might not be complete HTML pages. The output of these servlets should

Re: How can I put the JavaMail ?

2000-05-30 Thread LynchWu
Wherever you want. All you need is to use CLASSPATH to guide your jdk or your java web engine to locate JavaMail. You can put it in /path/to/tomcat/lib/ or /path/to/resin/lib/ or anything like that, but not necessarily. Regards == Lynch Wu Web Engineer pAsia Inc.

Re: XML editors?

2000-05-30 Thread Zaki Abu-Bakar
you can find xmlspy at http://www.xmlspy.com Saleem Shah Khan <[EMAIL PROTECTED]> on 05/31/2000 09:19:19 AM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: Abubakar Zaki/Internal/Softworks) Subject: Re: XML editors? hi dear The baest XML editors i see so far i

How to call a servlet in an htm page ?

2000-05-30 Thread siujanjan
hi i would like to know, how can i call a servlet from an htm page ? can i do it ? or i must through jsp to invoke it ? how ? a million thanks janice === ·s®ö§K¶O¹q¤l¶l½c http://sinamail.sina.com.hk =

Re: How to call a servlet in an htm page ?

2000-05-30 Thread Senaka Suriyaarachchi
Dear Janice Please try by using tag or form submission field. If you can explain more in your problem I will be able to help specifically. BR Senaka -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of siujanja

unsubscribe

2000-05-30 Thread Chaitanya Nabar(CTS)
sign-off jsp interest === 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.n

Re: How to call a servlet in an htm page ?

2000-05-30 Thread Russell, Richard (DEH)
Aiyah! you call a servlet (or a jsp page) using http. All jsp and servlets do is gernerate HTML pages. You call them with a URL... JSP and Servlets do equivalent jobs -- they are like Win NT and Win 98 ... you don't need both, you just choose the right one for the job. They each do some things be