JSP Engine

1999-05-03 Thread Weiner, Sam
Curiosity question: Unless I've missed mention of this before, the concept of a JSP Engine is new to the 1.0 spec. How does this relate to the traditional servlet engine? The spec says "A JSP page is executed by a JSP engine, which is installed on a Web server, or on a Web enabled a

JSP engine

2000-07-07 Thread Mullin Yu
Hi, I'm looking into the JSP engine that can be easily merged with my PWS on Windows NT 4.0, and provides the EJB container. I know a few names, e.g. Websphere, JRun, apache. Which one is easier to use, and have more tools inside? T

JSP engine benchmarks

1999-09-02 Thread Scott Ferguson
I've added some preliminary JSP engine benchmarking to our site at: http://www.caucho.com/articles/jsp_benchmarks.html The page goes into some detail of the thinking behind the benchmark and includes the benchmark source. For those too lazy to read through the html, I've appended

Re: JSP engine

2000-07-07 Thread Louis
Jrun is very easy to configure and easy to use. and it is free for developer version - Original Message - From: "Mullin Yu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 07, 2000 4:30 AM Subject: JSP engine > Hi, I'm looking into the

Re: JSP engine

2000-07-07 Thread Sicaud Patrice
to do some research on that. I would look into BEA's weblogic for a start. Good luck. Patrice -Original Message- From: Mullin Yu [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 06, 2000 8:30 PM To: [EMAIL PROTECTED] Subject: JSP engine Hi, I'm looking into the JSP engine t

Multilangual supported in JSP engine?

1999-03-19 Thread Cédric Janssens
Is internationalization is supported in JSP engine? Is the engine compatible with the internationalization of the Web Server When happen when a client ask for If a http://www.someplace.com/somepage.jsp page is not found, will the JSP engine search for http://www.someplace.com/en/somepage.jsp

Commercial JSP Engine for 1.0.

1999-07-20 Thread Harmeet Bedi
Do you know of any JSP engine compatible with 1.0 Specs that is available for commercial use. It looks like Sun's reference implementation cannot be used commercially. The license says, Sun Microsystems, Inc. grants to Licensee, a non-exclusive, non-transferable, royalty-free and limited li

Source code for JSP engine

1999-11-01 Thread greg
Hello Is the source code available for the JSP-engine. Thanks Greg Boswell === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". FAQs on JSP can be found at: http://java.sun.com/pr

Servlet/JSP engine recommendations please...

1999-11-14 Thread Ian
Hi all: I am picking tools for a large JSP/Servlet project, and tried installing WebSphere 3.0 Standard Edition along with IBM HTTP Server 1.3.6 on an NT machine with 128M RAM. To my great surprise, WebSphere wouldn't even come close to running in 128M! Upon further investigation, I see that IBM

Servlet/JSP engine recommendations please...

1999-11-15 Thread fgs infotech
Is SilverStream is free for commercial pruposes.? - Original Message - From: berry <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 15, 1999 5:21 AM Subject: Re: Servlet/JSP engine recommendations please... > The best application server is > S

Calling a JSP engine "offline"

2000-06-26 Thread Stefano Andreani
How can I call a JSP engine and put his output in a file, or a stream without sending it to the client? I can't find a solution because the only way to run a JSP engine seems to be sending it an http request, and the Jsp page output goes in a stream of the http response. T

Jsp engine compatible with Domino

2000-09-07 Thread Picot Tristan
Hi , I'm really interesting in using JSP technologie but as i' m a beginner i need some help in the architecture i have to build. I'm obliged to use domino web server but which JSP engine could i add to ? I tried GNUJSP but is not strong enough, in fact too slow. TomCat is als

Re: Commercial JSP Engine for 1.0.

1999-07-20 Thread Allamraju Kumarswamy
You can get a licensed copy from JRun which supports JSDK 2.1.1 & JSP 1.0. check out http://www.livesoftware.com/products/jrun/ for more details. Thx Kumar Harmeet Bedi wrote: > Do you know of any JSP engine compatible with 1.0 Specs that is available > for commercial use. >

Re: Source code for JSP engine

1999-11-01 Thread Hans Bergsten
greg wrote: > > Hello > > Is the source code available for the JSP-engine. It depends on which implementation you're talking about. The one used in the Tomcat server is available at http://jakarta.apache.org -- Hans Bergsten [EMAIL PROTECTED] Gefion Soft

Re: Servlet/JSP engine recommendations please...

1999-11-14 Thread berry
TED]> To: <[EMAIL PROTECTED]> Sent: Sunday, November 14, 1999 6:11 PM Subject: Servlet/JSP engine recommendations please... > Hi all: > > I am picking tools for a large JSP/Servlet project, and tried installing > WebSphere 3.0 Standard Edition along with IBM HTTP Server 1.3.6

Re: Servlet/JSP engine recommendations please...

1999-11-14 Thread Mike Engelhart
I'd have to say that at the very best this is completely the personal opinion of the poster. Mike > The best application server is > SilverStream ( http://www.silverstream.com ) > Berry Crawford === To unsubscribe: mailto

Re: Servlet/JSP engine recommendations please...

1999-11-15 Thread berry
> Is SilverStream is free for commercial pruposes.? No, it is a high end app server and priced at around $10,000 per server. If your project does not need all of the features of a fully loaded App Server I would suggest Apache with the Servlet module and GNUJSP as a free solution. Right now Sun

Re: Servlet/JSP engine recommendations please...

1999-11-15 Thread James Cooper
On Sun, 14 Nov 1999, Ian wrote: > We will also require speed, scalability and load balancing (I don't think > we really need failover support). > > Does anyone have strong opinions about an engine that supports debugging? I think you can convince most app servers to run from within your IDE. I

Re: Servlet/JSP engine recommendations please...

1999-11-15 Thread Thomas Ivers
PROTECTED] Subject: Re: Servlet/JSP engine recommendations please... > Is SilverStream is free for commercial pruposes.? No, it is a high end app server and priced at around $10,000 per server. If your project does not need all of the features of a fully loaded App Server I would suggest Apa

access to 'main' in JSP engine

1999-11-29 Thread Elisabeth Freeman
I have an application that's currently implemented using JSDK2.0 that I'm ready to port to JSP's and the JSP Engine instead. However, I have one big snag: that is, my application has a "main()", and I get the servlet engine running (currently) b

JSWDK, how to configure JSP Engine

1999-11-30 Thread Veronique Dupierris
Hi, I'm new in JSP (even Java) environnement. I have installed jswdk on my system qnd I 'd like to have my own directories for my application : MyApp |---> JSP for my jsp files |---> Bean for all my beans. I tried to modify the webserver.xml file by changing exemples by myapp but it do

Which servlet/jsp engine to use ?

2000-01-02 Thread Parshwanath
Hi, Wishing all of you a very happy New Year. Here is my problem - I want to use Apache web server in Linux. I wanted to know which servlet/jsp engine to use? I wanted the servlet/jsp engine to support the latest versions of servlet [2.2] and jsp[1.1]. I found only Tomcat 3.0 supports this

Good servlet/jsp-engine for IIS5.0

2001-03-10 Thread Adrian Papari
Hi, We're currently using JRUN together with IIS5.0, unfortunately it has proved to be a poor constellation; therefore, could anyone point us to a good servlet/jsp-engine. and oh; it has to run as a service & support servlet2.2/jsp1.1 ;) Best Regards, //Adri

JSP engine for a web host??

2001-04-13 Thread Irawan
Guys, My web host currently willing to put JSP & servlet engine for me, however, they are asking for recommendation on what product to use (I guess they prefer cheaper solution or free if possible). Is there any recommendation that you guys know about? I was thinking about IBM JDK 1.3 with tomc

Unify eWave - Includes Integrated JSP Engine

2000-03-22 Thread David Lowe
A developer's version of Unify eWave Engine 1.1b is now available for download. It's a non-timeout version that allows a single-user. In addition to being an EJB 1.1 Java application server, Unify eWave Engine includes an integrated JSP Engine. Unify eWave Engine is an advanced EJ

Tag Descriptor & Constraints on JSP Engine

2000-06-02 Thread Arun Thomas
Hello Folks, I'm trying to find out what kind of constrataints are placed on the JSP Generating engine by the contents of the tag library descriptor. I've created a couple of custom tags classes with various properties. Using the tld, I've described only a subset of those properties (I don't ac

Re: Calling a JSP engine "offline"

2000-06-26 Thread Donald Vandenbeld
Could you write a servlet that maks an HTTP request to the jsp and then saves the response? Don - Original Message - From: "Stefano Andreani" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 26, 2000 5:05 AM Subject: Calling a JSP engine "offlin

Re: Calling a JSP engine "offline"

2000-06-26 Thread Stanley Santiago
I had similar requirement a while back, the following link has some suggestions. http://www.jguru.com/jguru/faq/view.jsp?EID=75971 Stan Stefano Andreani wrote: > How can I call a JSP engine and put his output in a file, or a stream > without sending it to the client? I can't find

Re: Calling a JSP engine "offline"

2000-06-26 Thread Lee Elenbaas
on and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Stefano Andreani Sent: Monday, June 26, 2000 2:06 PM To: [EMAIL PROTECTED] Subject: Calling a JSP engine "offline" How can I call a JSP engine and put his output in a file, or a stream without sending it to the client? I can't f

Re: Calling a JSP engine "offline"

2000-06-28 Thread Kyle Cordes
, 2000 6:05 AM Subject: Calling a JSP engine "offline" > How can I call a JSP engine and put his output in a file, or a stream > without sending it to the client? I can't find a solution because the only > way to run a JSP engine seems to be sending it an http request, and the

Re: Jsp engine compatible with Domino

2000-09-11 Thread Hines, Bill
I think that Domino already comes with some version of the WebSphere servlet engine. I think there is some option to replace the default sevlet engine with WebSphere if it isn't installed as the default. I'm pretty sure that it comes with Domino on the CD in case you want to do that. Bill Hines H

Errors in JSP Engine - Web Server 4.0

1999-10-03 Thread Damon Hougland
I have found an error in the Netscape Web Server 4.0 JSP engine: The import attribute of the page tag can accept more than one path, but they must be semicolon delimited, rather than comma delimited (as the 1.0 spec states). Is this a known issue? Anyone else run into it? Damon

Re: JSWDK, how to configure JSP Engine

1999-11-30 Thread India
L PROTECTED]> Sent: Tuesday, November 30, 1999 3:45 PM Subject: JSWDK, how to configure JSP Engine > Hi, > > I'm new in JSP (even Java) environnement. I have installed jswdk on > my system qnd I 'd like to have my own directories for my application : > MyApp > |-

Re: Which servlet/jsp engine to use ?

2000-01-03 Thread Scott Stirling
participate in the process of improving the software by providing feedback, and 2) you can get to know the features and interface of the new software before everyone else. Parshwanath wrote: > I want to use Apache web server in Linux. I wanted to know which > servlet/jsp engine to use? >

Re: Good servlet/jsp-engine for IIS5.0

2001-03-11 Thread kduffey
like coucho.com. Orion is at www.orionserver.com -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Adrian Papari Sent: Saturday, March 10, 2001 9:37 AM To: [EMAIL PROTECTED] Subject: Good servlet/jsp-engin

Re: Good servlet/jsp-engine for IIS5.0

2001-03-12 Thread Paul Bonfanti
001 12:37 PM > To: [EMAIL PROTECTED] > Subject: Good servlet/jsp-engine for IIS5.0 > > > Hi, > > We're currently using JRUN together with IIS5.0, unfortunately it has > proved to be a poor constellation; therefore, could anyone point us to a > good servlet/jsp-e

Re: Good servlet/jsp-engine for IIS5.0

2001-03-14 Thread Martin Cooper
Resin is at http://www.caucho.com. -- Martin Cooper - Original Message - From: "kduffey" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, March 11, 2001 10:33 AM Subject: Re: Good servlet/jsp-engine for IIS5.0 > JRun 3.0 works for us, but my f

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 conside

To run jsp engine in VisualAge for Java

1999-09-16 Thread Li Wang
Hi, I was able to get the sun's servlet engine to run in IBM VisualAge for Java (for Java2) but could not get the jsp engine to run. Have anybody done that? Any help would be appreciated. Li === To unsubscribe: mailto [

Re: Errors in JSP Engine - Web Server 4.0

1999-10-06 Thread Chaulk . Chris
I thought I read that they're JSP support in v4.0 is only up to JSP 0.92. Chris Chaulk Dynamics Research Corp. Andover MA -Original Message- From: Damon Hougland [mailto:[EMAIL PROTECTED]] Sent: Monday, October 04, 1999 12:44 AM Subject: Errors in JSP Engine - Web Server 4.0 I

Which JSP Engine/Application Server is the best?

2001-01-31 Thread ZHU Jia
Hi there, we have used Perl/CGI for years in our company, now we are considering switch to JSP/Servlet. I've had some early experiments with JSP (Tomcat 3.2) and I'm convinced that this is better than CGI. Now my question is which JSP Engine/Java Application Server should we

Which one is recommended Web Server with JSP engine?

2000-11-18 Thread Raman
Hi! Can anybody tell me which one is most popular JSP hosting web server? I'm currently using WebLogic 5.1. Some of my friends are using Tomcat, WebSphere etc. By the way, is Resin also a web server with JSP engine? Raman. 18-Nov-2000 10:40 P

Re: Which JSP Engine/Application Server is the best?

2001-01-31 Thread Mike Holdsworth
. hth. m -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of ZHU Jia Sent: 31 January 2001 12:57 To: [EMAIL PROTECTED] Subject: Which JSP Engine/Application Server is the best? Hi there, we have used Perl/CGI fo

Re: Which JSP Engine/Application Server is the best?

2001-01-31 Thread Dennis Leary
;> Hi there, we have used Perl/CGI for years in our company, now we are considering switch to JSP/Servlet. I've had some early experiments with JSP (Tomcat 3.2) and I'm convinced that this is better than CGI. Now my question is which JSP Engine/Java Application Server should we use in

Re: Which JSP Engine/Application Server is the best?

2001-01-31 Thread Ward, Chris
L PROTECTED] > Subject: Which JSP Engine/Application Server is the best? > > > Hi there, > > we have used Perl/CGI for years in our company, now we are > considering switch > to JSP/Servlet. I've had some early experiments with JSP > (Tomcat 3.2) and I'm > conv

Re: Which JSP Engine/Application Server is the best?

2001-01-31 Thread Kevin Duffey
jsp/servlet engine without the middle-tier capabilities. JRun 3.0 isn't bad either as a servlet/jsp engine. Tomcat is decent and its free. I thinkt he combo of Tomcat 4 (when it comes out) and JBoss will be hard to beat. They are both open-source free products and there is tight integration via T

Re: Which JSP Engine/Application Server is the best?

2001-01-31 Thread robert young
> WebSphere..bah..they are behind the times. Being that IBM is so active in > the Java community I am really surprised their app server is such > a beast to > work with and does not yet support Servlet 2.2/JSP 1.1 (unless a > new version > came out recently that does). I would think they would be

Re: Which JSP Engine/Application Server is the best?

2001-01-31 Thread Hung Yee
nesday, January 31, 2001 9:46 AM To: [EMAIL PROTECTED] Subject: Re: Which JSP Engine/Application Server is the best? > WebSphere..bah..they are behind the times. Being that IBM is so active in > the Java community I am really surprised their app server is such > a beast to > work wi

Re: Which JSP Engine/Application Server is the best?

2001-01-31 Thread robert young
]]On Behalf Of Hung Yee > Sent: Wednesday, January 31, 2001 1:10 PM > To: [EMAIL PROTECTED] > Subject: Re: Which JSP Engine/Application Server is the best? > > > Re: "... BUT is WS so bad that you would turn down a position with a place > that used it > exclusively, along

Re: Which JSP Engine/Application Server is the best?

2001-01-31 Thread Hung Yee
abnormal as it should be. -Original Message- From: robert young [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 31, 2001 10:51 AM To: [EMAIL PROTECTED] Subject: Re: Which JSP Engine/Application Server is the best? uh, NO. you do this stuff long enough, you get to the point where

Re: Which JSP Engine/Application Server is the best?

2001-01-31 Thread Jann VanOver
riginal Message- From: Dennis Leary [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 31, 2001 5:34 AM To: [EMAIL PROTECTED] Subject: Re: Which JSP Engine/Application Server is the best? You may want to check out Jrun from Allaire, WebLogic from BEA. However, my personal opinion is Tomca

Re: Which JSP Engine/Application Server is the best?

2001-01-31 Thread Kevin Duffey
; Sent: Wednesday, January 31, 2001 9:46 AM > To: [EMAIL PROTECTED] > Subject: Re: Which JSP Engine/Application Server is the best? > > > > WebSphere..bah..they are behind the times. Being that IBM is so > active in > > the Java community I am really surprised their app ser

Re: Which JSP Engine/Application Server is the best?

2001-01-31 Thread Cameron Elliot
I found with Tomcat the auto class reloading very good. I couldn't find this feature in JRun, so had to restart the server every time I recompiled any of my support packages, which was painfully slow. Is class auto reload available in JRun, and other servers? Cameron ==

Re: Which JSP Engine/Application Server is the best?

2001-02-01 Thread Ivan Kougaenko
] Subject: Re: Which JSP Engine/Application Server is the best? One problem with Tomcat is that the Exception messages are exceptionally cryptic. Jrun's error messages were much more helpful in tracking down the source of a problem. So -- if you've got junior programmers, you may

Re: Which JSP Engine/Application Server is the best?

2001-02-01 Thread M. Simms
ailing list about Java Server Pages specification and reference > [mailto:[EMAIL PROTECTED]]On Behalf Of Kevin Duffey > Sent: Wednesday, January 31, 2001 5:39 PM > To: [EMAIL PROTECTED] > Subject: Re: Which JSP Engine/Application Server is the best? > > > I don't know to b

JSP Engine having JSP1.1 Support & SSL configuration with JSP

2000-05-20 Thread Vivek Ojha
Hi, I would like to know any JSP Engine giving support for JSP 1.1 and servlets 2.2 other than Resin 1.1 which gives support both of them. If you know one please let me know fast. Also I would like to know how to configure SSL in a site build in JSP. Currently we are facing problem in

Where to download JSP Engine for MS Winodws 2000??

2000-10-30 Thread JEANCHG
Where to download JSP Engine for MS Winodws 2000?? === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/pr

only one independent multi-platform servlet/jsp engine vendor left ?

1999-06-16 Thread Anonymous
Now that Livesoftware is part of Allaire, there basically is only one independent servlet/jsp engine vendor left for production quality multi-platform support, and IIS in particular. As an ISV betting on servlet/jsp, this makes me uneasy. Does anybody else share my concern ? I personally think

Re: only one independent multi-platform servlet/jsp engine vendorleft ?

1999-06-16 Thread Anonymous
TK Sung wrote: > Now that Livesoftware is part of Allaire, there basically > is only one independent servlet/jsp engine vendor left > for production quality multi-platform support, and IIS in > particular. As an ISV betting on servlet/jsp, this makes > me uneasy. Does anybod

None ASCII encoding of JSP engine in JSWDK. So stupid

1999-07-30 Thread Jen Hsien Huang
Sorry, I know decompile the JSWDK code is illegal. I just want to say what I found and how do I solve problem of handling non-ASCII JSP page in JSWDK   Damn the JSP engine of JSWDK donesnt support Chinese. but I guess the JSP engine written with javacc. So, I cant understand why it cant

None ASCII encoding of JSP engine in JSWDK. So stupid

1999-08-01 Thread Jen Hsien Huang
Sorry, I know decompile the JSWDK code is illegal. I just want to say what I found and how do I solve problem of handling non-ASCII JSP page in JSWDK   Damn the JSP engine of JSWDK donesnt support Chinese. but I guess the JSP engine written with javacc. So, I cant understand why it cant

Re: Which one is recommended Web Server with JSP engine?

2000-11-19 Thread M. Simms
gt; Subject: Which one is recommended Web Server with JSP engine? > > > Hi! > > Can anybody tell me which one is most popular JSP hosting > web server? I'm currently using WebLogic 5.1. Some of my > friends are using Tomcat, WebSphere etc. By the way, is > Resin also a we

Re: Which one is recommended Web Server with JSP engine?

2000-11-19 Thread Duffey, Kevin
November 19, 2000 1:54 PM > To: [EMAIL PROTECTED] > Subject: Re: Which one is recommended Web Server with JSP engine? > > > Tomcat is about 3 or 4 times slower than Resin or Weglogic. > > > -Original Message- > > From: A mailing list about Java Server Pages sp

Re: Which one is recommended Web Server with JSP engine?

2000-11-19 Thread John Foulds
How does it compare to JRun? - Original Message - From: "Duffey, Kevin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, November 19, 2000 7:03 PM Subject: Re: Which one is recommended Web Server with JSP engine? > I would go with Orion application se

Re: Which one is recommended Web Server with JSP engine?

2000-11-19 Thread John Foulds
Pardon my ignorance of Resin, but why use Tomcat then? - Original Message - From: "M. Simms" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, November 19, 2000 5:54 PM Subject: Re: Which one is recommended Web Server with JSP engine? > Tomcat is about

Re: Which one is recommended Web Server with JSP engine?

2000-11-19 Thread Duffey, Kevin
don't know for sure. > -Original Message- > From: John Foulds [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 07, 2000 3:17 PM > To: [EMAIL PROTECTED] > Subject: Re: Which one is recommended Web Server with JSP engine? > > > How does it compar

Re: Which one is recommended Web Server with JSP engine?

2000-11-19 Thread John Foulds
Something must be missing, given that JRun 3.0 won best-of-show at Fall Internet World - Original Message - From: "Duffey, Kevin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, November 19, 2000 7:32 PM Subject: Re: Which one is recommended Web

Re: Which one is recommended Web Server with JSP engine?

2000-11-19 Thread Duffey, Kevin
ginal Message- > From: John Foulds [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 07, 2000 3:58 PM > To: [EMAIL PROTECTED] > Subject: Re: Which one is recommended Web Server with JSP engine? > > > Something must be missing, given that JRun 3.0 won > best-of-show at Fal

Re: Which one is recommended Web Server with JSP engine?

2000-11-19 Thread M. Simms
age- > From: A mailing list about Java Server Pages specification and reference > [mailto:[EMAIL PROTECTED]]On Behalf Of John Foulds > Sent: Thursday, September 07, 2000 6:07 PM > To: [EMAIL PROTECTED] > Subject: Re: Which one is recommended Web Server with JSP engine? > > > P

Re: Which one is recommended Web Server with JSP engine?

2000-11-19 Thread John Foulds
pecification and reference" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, November 19, 2000 11:59 PM Subject: RE: Which one is recommended Web Server with JSP engine? > Would you believe for the express purpose of having the incredibly powerful > capability of break-p

Re: Which one is recommended Web Server with JSP engine?

2000-11-20 Thread Louis
orion. Regards, Louis ø¤°`°¤ø,¸¸¸,ø¤°`°¤ø,¸¸»«¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø - Original Message - From: "John Foulds" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 07, 2000 2:17 PM Subject: Re: Which one is recommended Web Server with JSP engine? &g

Re: Which one is recommended Web Server with JSP engine?

2000-11-20 Thread Manne Fagerlind
Server with JSP engine? Would you believe for the express purpose of having the incredibly powerful capability of break-point debugging of BOTH servlets and JSP.which JBuilder 4 provides.BUT ONLY WITH TOMCAT. Optimal Usage: Debug with Tomcat, deploy to Resin or better yet, Orion

Re: Which one is recommended Web Server with JSP engine?

2000-11-20 Thread Nithyananda Reddy
> and only $1500 per server for production use. > > > -Original Message- > > From: M. Simms [mailto:[EMAIL PROTECTED]] > > Sent: Sunday, November 19, 2000 1:54 PM > > To: [EMAIL PROTECTED] > > Subject: Re: Which one is recommended Web Server > with JSP

Re: JSP Engine having JSP1.1 Support & SSL configuration with JSP

2000-05-20 Thread Vince Bonfanti
rom: A mailing list about Java Server Pages specification and reference > [mailto:[EMAIL PROTECTED]]On Behalf Of Vivek Ojha > Sent: Saturday, May 20, 2000 7:25 AM > To: [EMAIL PROTECTED] > Subject: JSP Engine having JSP1.1 Support & SSL configuration with JSP > > > Hi, &

Re: Where to download JSP Engine for MS Winodws 2000??

2000-10-30 Thread Mio Nino Marquez
IL PROTECTED]> Sent: Tuesday, October 31, 2000 11:41 AM Subject: Where to download JSP Engine for MS Winodws 2000?? > Where to download JSP Engine for MS Winodws 2000?? > > === > To unsubscribe: mailto [EMAIL

Re: Where to download JSP Engine for MS Windows 2000??

2000-10-31 Thread Marcel van Kooy
Hi, You can free download Unify's ServletExec. A JSP Engine for Windows 2000/NT/98 and other platforms. http://www.unifyewave.com/servletexec/index.htm Regards, + | Marcel van Kooy | Java-progr

The JSP engine is not configured with a scratch dir

2002-03-26 Thread Ashwani Kalra
Hi, I get the following error when I try to run any jsp(application deployed as ear file) "The JSP engine is not configured with a scratch dir. Please add "jsp.initparams=scratchdir= in the servlets.properties file for this context." I am not able to solve this problem. Why I

Re: only one independent multi-platform servlet/jsp engine vendor left ?

1999-06-16 Thread Anonymous
We are pleased to report that JRun still remains a leading multi-platform, independent servlet/JSP engine. Allaire is backing JRun with 110% commitment by leaving the product line alone, while adding substantially to JRun's support, training, documentation, and engineering. JRun is here to

Re: only one independent multi-platform servlet/jsp engine vendor left ?

1999-06-16 Thread Anonymous
Original Message- From: Lance Lavandowska <[EMAIL PROTECTED]> To: TK Sung <[EMAIL PROTECTED]> Date: Wednesday, June 16, 1999 10:15 AM Subject: Re: only one independent multi-platform servlet/jsp engine vendor left ? >I'm not sure I follow your assertion "th

Re: only one independent multi-platform servlet/jsp engine vendor left ?

1999-06-16 Thread Anonymous
] Subject:only one independent multi-platform servlet/jsp engine vendor left ? Now that Livesoftware is part of Allaire, there basically is only one independent servlet/jsp engine vendor left for production quality multi-platform support, and IIS in particular. As an ISV betting on se

Re: only one independent multi-platform servlet/jsp engine vendor left ?

1999-06-16 Thread Anonymous
I don't know if you can answer this, but how is JRun and JSP strategic to Allaire and the Cold Fusion platform? On Wed, 16 Jun 1999, Edwin Smith wrote: > We are pleased to report that JRun still remains a leading multi-platform, > independent servlet/JSP engine. Allaire is backin

Re: only one independent multi-platform servlet/jsp engine vendor left ?

1999-06-22 Thread Anonymous
> My concern is that Allaire may decide to bundle servlet/jsp > with their products, much like what other application server > vendors do. If you only want serlvet/jsp engine for IIS and Netscape, > then SE may become the only choice. (Of course, it would be > a different story

Re: only one independent multi-platform servlet/jsp engine vendor left ?

1999-06-26 Thread Anonymous
much like what other > application server > > vendors do. If you only want serlvet/jsp engine > for IIS and Netscape, > > then SE may become the only choice. (Of course, > it would be > > a different story if MS/NS decide to support > servlet/jsp right out of > >

Re: Which JSP Engine/Application Server is the best?(BEA WEBLOGIC ?)

2001-01-31 Thread Don Makoviney
: Which JSP Engine/Application Server is the best? As someone else said..are you looking for JSP/Servlet engine only? Or do you plan to move to EJB as well? I think overall Orion app server (www.orionserver.com) is a hard to beat product given its performance, price, ease of setting up, full J2EE

Re: Which JSP Engine/Application Server is the best?(BEA WEBLOGIC?)

2001-01-31 Thread Dennis Leary
Anyone familiar with BEA WebLogic Server? www.bea.com They are coming over for a demo soon. . .would like to hear your thoughts. Thanks, DM -Original Message- From: Kevin Duffey [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 31, 2001 11:53 AM To: [EMAIL PROTECTED] Subject: Re: Whic

Re: Which JSP Engine/Application Server is the best?(BEA WEBLOGIC ?)

2001-01-31 Thread Kevin Duffey
well. > -Original Message- > From: A mailing list about Java Server Pages specification and reference > [mailto:[EMAIL PROTECTED]]On Behalf Of Don Makoviney > Sent: Wednesday, January 31, 2001 10:14 AM > To: [EMAIL PROTECTED] > Subject: Re: Which JSP Engine/Application Server is t

Thanks!! Re: [JSP-INTEREST] Which JSP Engine/Application Server is thebest?

2001-02-01 Thread ZHU Jia
Thanks to all of you! Some of the detailed analysis really help me A LOT! Now at least I know where to begin to look! I must say I'm pleasantly surprised by the response time of this list, thank you one more time, all of you! best regards ZHU Jia =

OT : Application Server --- Re: Which one is recommended Web Server with JSP engine?

2000-11-20 Thread :-Koshy Kerteya-:
Seriously? We are trying out JBuilder 4 hoping (Desperately) hoping that it would give good results in remote debugging (JSP / Servlets + EJBs) I'm interested in this Orion AS, which seems to get good response from ppl on this list Right now, Weblogic is driving me nutz, Websphere is like a beast

Re: OT : Application Server --- Re: Which one is recommended Web Server with JSP engine?

2000-12-06 Thread hamid
rteya-: Sent: Monday, November 20, 2000 10:29 PM To: [EMAIL PROTECTED] Subject: OT : Application Server --- Re: Which one is recommended Web Server with JSP engine? Seriously? We are trying out JBuilder 4 hoping (Desperately) hoping that it would give good results in remote debugging (JSP / Servlets +