Re: a basic doubt...

2000-01-03 Thread Eduardo Pelegri-Llopart
n of the two types of technologies, but I am leery of saying "you shall do this". We will clear up some of these things in the next release of JSP and Servlets. Hope this helps, - eduard/o | Date:Fri, 24 Dec 1999 09:57:31 -0500 | From: Bosch Ricardo <[EMAIL PROTECTED]

Re: A Basic doubt !

1999-12-30 Thread Matthew Baird
ec, etc), that's probably where your incompatibilities will happen. Just make sure your app server supports the web server you want to deploy on. regards, Matthew -Original Message- From: Jason Lee [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 30, 1999 4:43 PM To: [EMAIL P

Re: A Basic doubt !

1999-12-30 Thread Jason Lee
Yes, you'll need something like Apache JServ. I would *highly* recommend ditching IIS & JRun as I've used them both and know how easy it is to get locked in to an NT platform and JRun had weird bugs sometimes. I don't know if it's improved, but I've had better luck with the Apache stuff. Jason P

Re: A Basic doubt !

1999-12-30 Thread Thor HW
Yes. You can download gnujsp or ojsp (from Oracle's technet) and use them today with JServ. Thor HW - Original Message - From: Arni Raghu <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 30, 1999 10:59 AM Subject: Re: A Basic doubt ! > Doe

Re: A Basic doubt !

1999-12-30 Thread Arni Raghu
Does Jserv suopport jsp..? Thx, Arni - Original Message - From: Osvaldo Pinali Doederlein <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 30, 1999 10:14 AM Subject: Re: A Basic doubt ! > Yes, you can get JServ from the Apache group. > > -

Re: A Basic doubt !

1999-12-30 Thread Osvaldo Pinali Doederlein
Yes, you can get JServ from the Apache group. - Original Message - From: "Parshwanath" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 30, 1999 10:03 AM Subject: A Basic doubt ! > Hi, > If I want to use apache [I have been using IIS &

A Basic doubt !

1999-12-30 Thread Parshwanath
Hi, If I want to use apache [I have been using IIS & JRUN before] do I need some jsp/servlet engine [like jrun] to run my jsps ? Thankx for all the replies. :-)Parshwanath === To unsubscribe: mailto [EMAIL PROTECTED] with bo

Re: A basic doubt

1999-12-24 Thread Nanduri Amarnath
Instead of the tag you can use the In your .shtml file call the servlet.. cheers, Amar.. Geert Van Damme <[EMAIL PROTECTED]> on 12/24/99 04:28:17 AM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: Amarnath Nanduri/IT/VANCPOWER) Subject: Re: A basic

Re: A basic doubt

1999-12-24 Thread Bosch Ricardo
[EMAIL PROTECTED] cc:(bcc: Ricardo Bosch/CHASE) Subject: A basic doubt Hi friends, Iam quite comfortable using java and jsp.We(me and my team mates) developed a web application using jsp and beans.In that we never found the need to write a servlet(as the jsp creates one).My doubt is, w

Re: A basic doubt

1999-12-24 Thread Janco Tanis
ert 'Darling' Van Damme > > > -Original Message- > > From: A mailing list about Java Server Pages specification and reference > > [mailto:[EMAIL PROTECTED]]On Behalf Of Srihari Chandana > > Sent: vrijdag 24 december 1999 4:31 > > To: [EMAIL

Re: A basic doubt

1999-12-24 Thread Geert Van Damme
ence > [mailto:[EMAIL PROTECTED]]On Behalf Of Srihari Chandana > Sent: vrijdag 24 december 1999 4:31 > To: [EMAIL PROTECTED] > Subject: A basic doubt > > > Hi friends, > Iam quite comfortable using java and jsp.We(me and my team > mates) developed a web applicat

Re: A basic doubt

1999-12-23 Thread JChen
ur programmers handle the Servlet, and the page deisgners handle the JSP . - Original Message - From: "Srihari Chandana" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 24, 1999 11:31 AM Subject: A basic doubt > Hi friends, >

A basic doubt

1999-12-23 Thread Srihari Chandana
Hi friends, Iam quite comfortable using java and jsp.We(me and my team mates) developed a web application using jsp and beans.In that we never found the need to write a servlet(as the jsp creates one).My doubt is, when we create a web application, is there anything that CAN be done