Anyone using RESIN now...

2003-07-06 Thread Mark Simms
that Tomcat 4 is stable and has shown decent performance. Just curious as to whether anyone can comment on RESIN vs. TOMCAT, especially under Linux ? I noticed there has not been a RESIN post on this list for a long, long time.h

Interbase6.0-win32 with resin, No suitable Driver error.

2002-08-09 Thread Jeans King
Hi all, when i try to connect Interbase's database through jsp Classfor, the console give out: Classnotfounderror,interbase.interclient.driver the sample code like this: try { Connection conn=DriverManager.getConnection("jdbc:interbase://localhost/d:/Study/Java/data/bookshop.gdb");

Problem with Resin, database and JSP/Servlets

2002-06-28 Thread Patrick Fong
Hi I have a problem with my resin server. It is very unstable and tends to loose persistence(?). What happens is that database connection is ok for a while, but as soon as I change a class, or a jsp, it throws the error mentioned below. What I do is delete all the *.jsp and *.class files form

IIS + Resin

2002-01-14 Thread Dev BWML
Hi, Does someone have an installation file to help me to configure Resin with IIS? I've followed the caucho's instructions but it doesn't work..is there something wrong with caucho's configuration f

Offtopic? Resin and custom classloader

2001-12-24 Thread Hardeep Singh
Hi, I have installed resin on my server. I have also shared the various resin directories through FTP so that I can configure resin remotely. I can directly upload JSPs to the /doc directory. However, if any specific library is to be uploaded (in the form of a JAR file) which is required by the

Resin with IIS

2001-12-21 Thread King Maurice
Does any know how to integrate IIs with resin. Trying to get my resin to work with IIS === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body

Include non-existing page result in different behavior with tomcat and resin

2001-11-30 Thread Ron van Pol
correct with tomcat 4.0.1. Later, I switched to resin-2.0.0 and to my surprise resin didn’t raise an exception but instead served the error page that I specified in my web.xml for http 404 errors.   Now, what is considered to be correct behavior? I’ve checked the specifications but I can’t find anything

Resin + Apache

2001-11-29 Thread Hardeep Singh
Hi, I have configured apache to use resin as the servlet runner. Now, if Apache is running on port 80 and I enter http://localhost/examples/login/index.jsp, Apache is able to service the request. However, if I enter http://localhost/examples/login (which was working when only resin was running

Offtopic: Resin

2001-10-24 Thread Hardeep Singh
Hi All,   Resin CMP is a webserver and EJB container downloadable from www.caucho.com. Has anyone used it? How do its features and performance compare with other app servers like JBoss.   Thanx Hardeep Singhhttp://SeeingWithC.cjb.net

How to configure taglibs in Resin

2001-09-18 Thread Santosh Abraham
  Hi,    Can anyone help me how to configure database taglibs  in Resin Servlet Runner. I am using the taglibs available at http://jakarta.apache.org/taglibs/dbtags  . I successfully configured it in Apache and Tomcat. If anyone knows, please help me in this. I urgently needed it.Thanks

Re: User authentication/session management with JSPs/Resin

2001-07-12 Thread Per-?e Olsson
12 juli 2001 05:42 Till: [EMAIL PROTECTED] ?mne: User authentication/session management with JSPs/Resin Hi All, Has anyone used the Authenticator in Resin 2.0.0? If you have could you please briefly explain to a complete novice at JSP(though I am familiar with java itself), a good approach to

User authentication/session management with JSPs/Resin

2001-07-11 Thread Abhijit Hiremagalur
Hi All, Has anyone used the Authenticator in Resin 2.0.0? If you have could you please briefly explain to a complete novice at JSP(though I am familiar with java itself), a good approach to user authentication, possibly using this Authenticator interface providen in Resin. Are there any other

Re: About resin with apache

2001-07-08 Thread Bryan LaPlante
I don't know anything about resin but here is the flavor of js that JRun uses to allow JavaScript as the jsp scripting language. http://www.mozilla.org/rhino/ Bryan LaPlante 816-347-8220 [EMAIL PROTECTED] http://www.netwebapps.com Web Development - Original Message - From: &qu

About resin with apache

2001-07-08 Thread Merrill George
Hi, I've installed apache with tomcat. I am quite well versed with the configurations of tomcat engine as well as apache and tomcat with apace. Then recently in this list i heard about resin and wanted to try it. So i've installed it and i have run resin successfully. But i fi

Fault: Resin 100% CPU on Winnt

2001-07-07 Thread Andy C
OK, After a period of time our resin server starts to run 100% cpu usage and prints out the following to the console. We are running httpd from the console so we can trap these messages. "Can't get Connectionjava.sql.SQLException: Server configuration denies access to data source&q

Resin Auto-population Bug - checkboxes and boolean values

2001-07-03 Thread Sam Brannen
Hello All, I am basically looking for verification of my findings and/or better solutions to the problem/issue I found. I ran into a nice "feature" of Resin when porting a JSP from Tomcat to Resin. A page that worked perfectly with Tomcat did not work with Resin, and it

Re: VERY URGENT.java.lang.UnsupportedOperationException in Resin

2001-05-31 Thread Rishabh Agarwal
18, 2001 5:17 PM To: [EMAIL PROTECTED] Subject:VERY URGENT.java.lang.UnsupportedOperationException in Resin Hi All! We are using JDK1.2 and Resin1.2.2.When we use absolute() method in the ResultSet

Re: VERY URGENT.java.lang.UnsupportedOperationException in Resin

2001-05-18 Thread ems vasudevan
It's working in Tomcat.This Problem comes only in Resin. Rgds E.M.S.Vasu --- "Savas Alparslan (Garanti Teknoloji)" <[EMAIL PROTECTED]> wrote: > Your database doesn't support absolute recordset > movements. > > > -Original Message- > &g

Re: VERY URGENT.java.lang.UnsupportedOperationException in Resin

2001-05-18 Thread Savas Alparslan (Garanti Teknoloji)
Your database doesn't support absolute recordset movements. > -Original Message- > From: ems vasudevan [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 18, 2001 12:17 PM > To: [EMAIL PROTECTED] > Subject: VERY URGENT.java.lang.UnsupportedOperationException in

VERY URGENT.java.lang.UnsupportedOperationException in Resin

2001-05-18 Thread ems vasudevan
Hi All! We are using JDK1.2 and Resin1.2.2.When we use absolute() method in the ResultSet class Resin is throwing java.lang.UnsupportedOperationException.Please help us to resolve this. __ Do You Yahoo!? Yahoo! Auctions - buy the things

Resin

2001-05-13 Thread Erwin Kodiat
Dear all, I'm using Resin to deploy my servlet & JSP. When I used servlet package there's no problem but when I try to import package from JDK 1.3, ie: java.util.ArrayList and java.lang.reflect.Field the following error messages come up. Can anybody here help me solve it? FYI, I

Re: Dr. Watson error - RESIN web server

2001-02-15 Thread Martin Cooper
What version of Resin are you using? I used to see this with Resin 1.2.0, but I have not seen it since I switched to 1.2.1 and later to 1.2.2. -- Martin Cooper Tumbleweed Communications At 12:17 PM 2/15/01 +0530, S Kumaresan wrote: >hi all, > I am developing a JSP web applicatio

Dr. Watson error - RESIN web server

2001-02-15 Thread S Kumaresan
hi all, I am developing a JSP web application. (OS - NT) I am using Resin as my web server. When I am running my application, Dr.Watson of windows NT (its is an error detecting application) occurs often, stating that "an application error has occured a

Re: resin/tomcat

2001-01-28 Thread John Thomas
Server Pages specification and reference <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] cc: Subject: Re: resin/tomcat ok, I figured that out, I had to drop xml.jar into jre\lib\ext, duh, and everything almost works, but it won't run jsp, gives me internal server error, havn't tr

Re: resin/tomcat

2001-01-28 Thread John Thomas
A mailing list about Java Server Pages specification and reference <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] cc: Subject: Re: resin/tomcat Thanks John, I made the conf changes, but now when I start Tomcat with tomcat run, it gives me class not found exception on com.sun.xml.p

Re: resin/tomcat

2001-01-27 Thread Grant C Peters
reference [mailto:[EMAIL PROTECTED]]On Behalf Of Grant C Peters Sent: Saturday, January 27, 2001 12:29 PM To: [EMAIL PROTECTED] Subject: Re: resin/tomcat Thanks John, I made the conf changes, but now when I start Tomcat with tomcat run, it gives me class not found exception on com.sun.xml.par

Re: resin/tomcat

2001-01-27 Thread Grant C Peters
PROTECTED] Subject: Re: resin/tomcat Hi, Here's the step by step process for WinNT using mod_jserv and tomcat: 1) Dowload ApacheModuleJserv.dll from tomcat binary downloads and copy it to the \Modules directory. 2) Append the following line to httdp.conf file in \conf\ directory

Re: resin/tomcat

2001-01-24 Thread John Thomas
Hi, The process is not same, but it is whole lot simpler than mod_jserv. Most of the confusion is if u have configured mod_jserv already. I suggest u install tomcat3.2 before using mod_jk.dll, This helps a lot during configuration. Here are the steps while configuring mod_jk 1) If u have alr

Re: resin/tomcat

2001-01-24 Thread Yogeeta_Raghunathan
[EMAIL PROTECTED]] > Reply To: A mailing list about Java Server Pages specification and > reference > Sent: Wednesday, January 24, 2001 10:16 AM > To: [EMAIL PROTECTED] > Subject: Re: resin/tomcat > > I didn't set up our server, but I remember that i

Re: resin/tomcat

2001-01-24 Thread Rob King
com> on 01/24/2001 > 09:22:37 AM > > Please respond to A mailing list about Java Server Pages specification > and reference <[EMAIL PROTECTED]> > > Sent by: A mailing list about Java Server Pages specification and > reference <[EMAIL PROTECTED]> > >

Re: resin/tomcat

2001-01-24 Thread John Thomas
:37 AM Please respond to A mailing list about Java Server Pages specification and reference <[EMAIL PROTECTED]> Sent by: A mailing list about Java Server Pages specification and reference <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] cc: Subject: resin/tomcat does anyone kno

Re: resin/tomcat

2001-01-23 Thread Daniel Lynn
I didn't set up our server, but I remember that in the httpd.conf of apache you have to tell it to pass it off to resin and tell it what directories to look in. That may point you in the right direction... I'll also ask our techs and see if I can get a better answer for you. -Danie

resin/tomcat

2001-01-23 Thread Grant C Peters
does anyone know how to intergrate apache with either tomcat or resin? the documentation is lacking at best, I have resin up and running, and I can do everthing at myDomainName:8080/ but I want to run jsp without using port 8080 is this possible

Resin is really Good

2000-12-21 Thread Zahid Khan
Hi Everyone. I had been searching for good JSP Engine to configure with IIS. I tested tomcat, ServletExec, JSWDK but they were unable to run Properly. Now I have installed and configue Resin 1.2.1 with IIS 5.0 as plug-in, Its working perfectly and it fast as well. I suggest you to try this

Re: Performence about Resin

2000-12-19 Thread Phil Swenson
Do you have any problems with the IIS service not restarting when using resin? We are using ServletExec and IIS hoses about 20% of the time when I restart the service. ServletExec requires an IIS restart when you change java class files. You using IIS 4.0 or 5.0? THanks - Original

Re: Performence about Resin

2000-12-19 Thread Russell Politzky
At 02:47 PM 2000/12/01 +0530, you wrote: >Hi, > Can i use the Resin server as plug in for IIS to run the > servlets and >JSP?. > I would like to know the Performence of Resin Server. > If some one using the Resin please give the feedback about t

Re: Performence about Resin

2000-12-19 Thread Geert Van Damme
Don't agree. For me Resin works very well on winNT. The only argument you give is that it uses 100% processor when compiling. Sounds reasonable to me ;-) I think the choice Linux/ winNT isn't about performance. They're very close to each other. Use whatever you like.

Re: Performence about Resin

2000-12-19 Thread Daniel Lynn
Odd, we never had that problem. Did it do it for any JSP file? And did it do it every time? -Daniel Guilherme Zambon wrote: > DO NOT use Resin with winnt. Winnt get the lowest performance by its nature > of windows. Use Resin as a Apache plugin in an UNIX (or) LINUX and be hapy! &g

Re: Performence about Resin

2000-12-19 Thread Daniel Lynn
We use Resin as an add-on for OpenSA (a form of Apache for WinNT), so I don't see any reason why you couldn't set it up with IIS. We went through a couple other servers and add-ons before we found resin and compared to everything else we used, Resin is extremely fast and very stable.

Re: Performence about Resin

2000-12-19 Thread Zahid Khan
well I am unable to open the website to download the Resin Server If you know FTP please let me know. I am in the same situation that I have to install it as IIS 5 plug in. Thank you, Zahid - Original Message - From: "Robuschi (Delfi)" <[EMAIL PROTECTED]> To: <[EMA

Re: Performence about Resin

2000-12-19 Thread Guilherme Zambon
DO NOT use Resin with winnt. Winnt get the lowest performance by its nature of windows. Use Resin as a Apache plugin in an UNIX (or) LINUX and be hapy! I used resin as a IIS plugin, but when Resin compiles a JSP file it consomes 100% of process in my windows. I have used Resin under winnt and i

Re: Performence about Resin

2000-12-19 Thread Robuschi (Delfi)
I just installed Resin to make some trials it seems to be very fast and robust... I installed it as plug-in for IIS and it works perfectly!!! Bye Robuschi Roberto Delfi srl P.za Ravenet 1/b - 43100 PARMA Tel. 0521/932474 Fax 0521/989045 [EMAIL PROTECTED

Performence about Resin

2000-12-19 Thread Jithendra K.C
Hi, Can i use the Resin server as plug in for IIS to run the servlets and JSP?. I would like to know the Performence of Resin Server. If some one using the Resin please give the feedback about the Resin Server 1.2.1 Jithu

How add a new application to Resin? Urgent!

2000-12-11 Thread Richard Liu
Hi, every one, I developed an application and it runs well in Tomcat, but the performance is not so nice. Therefore, I was recommanded to switch to run it in Resin. I copy my application to the default doc folder of resin. It works. Now what i am trying to do is put my application in another

Re: Resin and JRun

2000-11-16 Thread Anthony Mak
Dear Daniel, I went to the Resin homepage and read the benchmark and Resin seems to be impressivly fast. The only hold back is, I am not sure how big and popular is that company. If I use Resin instead of JRun, and then they don't support Resin in a short time or there will not be a

Re: Resin and JRun

2000-11-16 Thread Daniel Lynn
I haven't used JRun before, but I can tell you that my jsp pages have been loading almost instantly, even on the first run. -Daniel Anthony Mak wrote: > Is Resin faster than JRun (Allaire)? > > Anthony Mak > >

Resin and JRun

2000-11-16 Thread Anthony Mak
Is Resin faster than JRun (Allaire)? Anthony Mak === 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/js

Re: Resin and JRun

2000-11-16 Thread Anthony Mak
Sorry for asking the question below, I should have done more research before asking. I found this page which compare JRun and Resin. http://www.caucho.com/articles/jsp_benchmarks.xtp Anthony Mak - Original Message - From: "Anthony Mak" <[EMAIL PROTECTED]> To: <[EMA

Re: Open SA and Resin

2000-11-15 Thread Martin Cooper
You might want to make that: http://www.caucho.com/products/resin/ -- Martin Cooper Tumbleweed Communications - Original Message - From: "Daniel Lynn" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 15, 2000 7:23 PM Subject: Re: Open

Re: Open SA and Resin

2000-11-15 Thread Daniel Lynn
Resin download and info can be found at http://www.coucho.com/products/resin -Daniel Anthony Mak wrote: > Dear Daniel, > > Can you post the link for a download and documentory site for Resin? > > Anthony Mak > > - Original Message - > From: "Daniel L

Re: Open SA and Resin

2000-11-15 Thread Anthony Mak
Dear Daniel, Can you post the link for a download and documentory site for Resin? Anthony Mak - Original Message - From: "Daniel Lynn" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 16, 2000 2:39 AM Subject: Open SA and Resin > I'

Open SA and Resin

2000-11-15 Thread Daniel Lynn
I'm currently using Apache with Resin for our server. We've recently come across something called OpenSA, which seems to be apache geared toward an NT machine with all the SSL and everything set up and the program recompiled for us... in short, it's everything apache becomes whe

Re: Problems running a JSP with Resin

2000-10-09 Thread Rajnish Bhaskar
I'm using Resin 1.1.4, if that helps. Raj. > I am having similar issues. What version of Resin are you running? I am > using the beta. -- Rajnish Bhaskar [EMAIL PROTECTED], http://i.am/rajy IT Education Unit, University of Glasgow http://www.iteu.gla.ac.

Re: Problems running a JSP with Resin

2000-10-04 Thread Murphy, Chris (OTS-EDH)
I am having similar issues. What version of Resin are you running? I am using the beta. -murph -Original Message- From: Rajnish Bhaskar [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 04, 2000 4:09 AM To: [EMAIL PROTECTED] Subject: Problems running a JSP with Resin Hi all

Problems running a JSP with Resin

2000-10-04 Thread Rajnish Bhaskar
Hi all, I'm just experimenting with Resin as a replacment servlet/JSP container for Tomcat. However, I've run into an odd error. When I try and run my login JSP, I get the following error: com.caucho.jsp.JspParseException: /ITEU/html/studentlogin.jsp:5: can't find prope

Resin classpath issues

2000-10-03 Thread Murphy, Chris (OTS-EDH)
I am almost convinced that Resin (1.2b) is a much more robust jsp container than Tomcat. However, I am having trouble installing my web-app. I modified resin.conf like this: (I also tried different variations with '/' & without the '/')

Re: serving an image from a JSP file with Resin 1.2.b2

2000-09-23 Thread SANDEEP UPPAL
33 AM Subject: Re: serving an image from a JSP file with Resin 1.2.b2 > Matthew Hixson wrote: > > > I need to be able to serve up an image to a customer based upon the branding of > > their site. For example, they should get their logo when they ask for > > logo.gif. I'm doi

Re: serving an image from a JSP file with Resin 1.2.b2

2000-09-22 Thread SANDEEP UPPAL
does that mean that we can't use out.print in our jsp 1.1? - Original Message - From: Craig R. McClanahan <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, September 23, 2000 1:33 AM Subject: Re: serving an image from a JSP file with Resin 1.2.b2 >

Re: serving an image from a JSP file with Resin 1.2.b2

2000-09-22 Thread Craig R. McClanahan
f > /tmp/logo.gif' the file will be > one byte larger than it is on the web server. This extra byte must be getting > appended to the file because the browser will still display the gif correctly. > I think that the JSP server (Resin 1.2.b2) is appending one carriage return to >

serving an image from a JSP file with Resin 1.2.b2

2000-09-22 Thread Matthew Hixson
web server. This extra byte must be getting appended to the file because the browser will still display the gif correctly. I think that the JSP server (Resin 1.2.b2) is appending one carriage return to the end of the file. I've considered leaving it alone as it appears to be working, but t

Re: Help installing Resin

2000-08-18 Thread Guilherme Zambon
Prohaska <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 18, 2000 8:36 PM Subject: Help installing Resin > Can anyone help me get Resin installed on a Redhat 6.2 system? I untared the > tar.gz file under /usr/local which created /usr/local/resin1.2.b1 and then

Help installing Resin

2000-08-18 Thread Aaron Prohaska
Can anyone help me get Resin installed on a Redhat 6.2 system? I untared the tar.gz file under /usr/local which created /usr/local/resin1.2.b1 and then ran ./configure --with-apache=/usr/local/apache, then ran make. Now when I run make I am getting a lots of errors saying directory or file not

Re: who is the leader : Tomcat, Resin, orion, websphere ????

2000-08-01 Thread Hensley, Zachary
I meant as -Original Message- From: Hensley, Zachary [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 01, 2000 2:50 PM To: [EMAIL PROTECTED] Subject: Re: who is the leader : Tomcat, Resin, orion, websphere My JSP pages were not cross platform because of some of the naming schemes

Re: who is the leader : Tomcat, Resin, orion, websphere ????

2000-08-01 Thread Hensley, Zachary
ther problem of similar virtue but I can not remember exactly what it was at the time. -Original Message- From: Maillet, David J. [mailto:[EMAIL PROTECTED]] Sent: Monday, July 24, 2000 10:05 AM To: [EMAIL PROTECTED] Subject: Re: who is the leader : Tomcat, Resin, orion, websphere In what

Re: who is the leader : Tomcat, Resin, orion, websphere ????

2000-07-24 Thread Maillet, David J.
In what specific way(s) does iPlanet not fully implement the servlet spec? -Original Message- From: Hensley, Zachary [mailto:[EMAIL PROTECTED]] Sent: Monday, July 17, 2000 3:06 PM To: [EMAIL PROTECTED] Subject: Re: who is the leader : Tomcat, Resin, orion, websphere Talk about a

Re: who is the leader : Tomcat, Resin, orion, websphere ????

2000-07-18 Thread Matthews,Paul
7 July 2000 20:06 > To: [EMAIL PROTECTED] > Subject: Re: who is the leader : Tomcat, Resin, orion, websphere > > > Talk about a headache. I do all of my development on Tomcat and it is > fairly easy to develop and deploy. However, I deploy the > applications onto >

Re: who is the leader : Tomcat, Resin, orion, websphere ????

2000-07-18 Thread Marco M
solutions and at the end i dropped it, 'cause after 1 month i was at the same point as when i startedall errors... > -Original Message- > From: EXT Sicaud Patrice [mailto:[EMAIL PROTECTED]] > Sent: 18. July 2000 1:08 > To: [EMAIL PROTECTED] > Subject: Re: who is the le

Re: who is the leader : Tomcat, Resin, orion, websphere ????

2000-07-17 Thread Sicaud Patrice
. -Original Message- From: Hensley, Zachary [mailto:[EMAIL PROTECTED]] Sent: Monday, July 17, 2000 12:06 PM To: [EMAIL PROTECTED] Subject: Re: who is the leader : Tomcat, Resin, orion, websphere Talk about a headache. I do all of my development on Tomcat and it is fairly easy to

Re: who is the leader : Tomcat, Resin, orion, websphere ????

2000-07-17 Thread Hensley, Zachary
eader : Tomcat, Resin, orion, websphere anyone has any comment on iPLanet 4.1? -Original Message- From: Phil Mak [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 12, 2000 12:23 AM To: [EMAIL PROTECTED] Subject: Re: who is the leader : Tomcat, Resin, orion, websphere Yes you can deplo

Re: who is the leader : Tomcat, Resin, orion, websphere ????

2000-07-12 Thread Jim Bailey
On the theory that "give a man a fish, he eats for a day, teach a man to fish, he eats ..." <http://www.google.com/search?q=resin+server&meta=lr%3D%26hl%3Den> and <http://www.google.com/search?q=orion+server&num=10&meta=hl%3Den%26lr%3D&saf e=off> Pleas

Re: who is the leader : Tomcat, Resin, orion, websphere ????

2000-07-12 Thread Mikael Moreira
Actually it's http://www.orionserver.com/ /Micke - Original Message - From: "Sven van 't Veer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 12, 2000 6:44 PM Subject: Re: [JSP-INTEREST] who is the leader : Tomcat, Resin, orion, webs

Re: who is the leader : Tomcat, Resin, orion, websphere ????

2000-07-12 Thread Sven van 't Veer
"RICHARDSON-SIMON (IT)" wrote: > > Is there a link for orion / resin? www.orion.com -- == Sven van 't Veer http://www.cachoei

Re: who is the leader : Tomcat, Resin, orion, websphere ????

2000-07-12 Thread Sicaud Patrice
anyone has any comment on iPLanet 4.1? -Original Message- From: Phil Mak [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 12, 2000 12:23 AM To: [EMAIL PROTECTED] Subject: Re: who is the leader : Tomcat, Resin, orion, websphere Yes you can deploy EJB with jRun 3. You need to

Re: who is the leader : Tomcat, Resin, orion, websphere ????

2000-07-12 Thread Jaffa, Dan
Weblogic! -Original Message- From: keith kwiatek [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 11, 2000 9:59 PM To: [EMAIL PROTECTED] Subject: who is the leader : Tomcat, Resin, orion, websphere Hello, Which JSP engine to use ---Tomcat, Resin, orion, websphere ? Which

Re: who is the leader : Tomcat, Resin, orion, websphere ????

2000-07-12 Thread RICHARDSON-SIMON (IT)
Is there a link for orion / resin? ** IMPORTANT NOTICE: This email is confidential, may be legally privileged, and is for the intended recipient only. Access, disclosure, copying, distribution or reliance on any of it by anyone

Re: who is the leader : Tomcat, Resin, orion, websphere ????

2000-07-12 Thread Jim Bailey
If you don't need EJB built in to the application server then Resin is a great choice. Besides speed and stability, its other primary feature is that the source for Resin is freely available. That means that you can get it to work in almost any development environment. For example, we have

Re: who is the leader : Tomcat, Resin, orion, websphere ????

2000-07-12 Thread Sven van 't Veer
Jonas Larsson wrote: > > My absoulute favourite is orion since it is as fast as resin (at least) and it is >always the first application server to implement the latest specs.. And ofcourse, it >is a full application server including EJB (1.1 and 2.0 Public Draft), JMS, JSP. And

Re: who is the leader : Tomcat, Resin, orion, websphere ????

2000-07-12 Thread Jonas Larsson
My absoulute favourite is orion since it is as fast as resin (at least) and it is always the first application server to implement the latest specs.. And ofcourse, it is a full application server including EJB (1.1 and 2.0 Public Draft), JMS, JSP. And it doesn't rely on anything else

Re: who is the leader : Tomcat, Resin, orion, websphere ????

2000-07-12 Thread Mikael Moreira
Yes Resin works with Apache. /Micke On Wed, 12 Jul 2000, Louis wrote: > Hi Kevin, > >Can resin run with Linux Apache? > > > Louis > > - Original Message - > From: "Kevin Duffey" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> &g

Re: who is the leader : Tomcat, Resin, orion, websphere ????

2000-07-12 Thread Louis
Hi Kevin, Can resin run with Linux Apache? Louis - Original Message - From: "Kevin Duffey" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 12, 2000 3:54 AM Subject: Re: who is the leader : Tomcat, Resin, orion, websphere > Resin i

Re: who is the leader : Tomcat, Resin, orion, websphere ????

2000-07-12 Thread Phil Mak
To: <[EMAIL PROTECTED]> Sent: Wednesday, July 12, 2000 12:04 PM Subject: Re: who is the leader : Tomcat, Resin, orion, websphere > Dear Artthur > Can I deploy my EJB by using JRUN 3.0? > > BR > Senaka > > -Original Message- > From: A mailing list about Java

Re: who is the leader : Tomcat, Resin, orion, websphere ????

2000-07-11 Thread Senaka Suriyaarachchi
is the leader : Tomcat, Resin, orion, websphere Hey, How come there is no mention of Allaire's JRUN ?? Very inexpensive (free for dev), the smallest, and super fast. It is always up to date, and has EJB and JMS built in. Their transaction monitor is 100% pure JAVA! -aa- - Ori

Re: who is the leader : Tomcat, Resin, orion, websphere ????

2000-07-11 Thread arthur alexander
ROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 11, 2000 10:54 PM Subject: Re: who is the leader : Tomcat, Resin, orion, websphere > Resin is very fast indeed. Resin has some nice features too, that recently > Orion incorporated as well. Orion in my opinion offers the b

Re: who is the leader : Tomcat, Resin, orion, websphere ????

2000-07-11 Thread Kevin Duffey
Resin is very fast indeed. Resin has some nice features too, that recently Orion incorporated as well. Orion in my opinion offers the best bang for the buck. First..its free for all use except commercial use. Its a full J2EE implementation app server, where as Tomcat and Resin are Servlet 2.2/JSP

who is the leader : Tomcat, Resin, orion, websphere ????

2000-07-11 Thread keith kwiatek
Hello, Which JSP engine to use ---Tomcat, Resin, orion, websphere ? Which is the most popular/supported? Resin seems very fast Keith === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INT

Problem with encoding in Resin

2000-06-27 Thread Maximiliano Muller
I'm using Resin and I have problem with accent. Any idea to resolv this problem?? -- Maximiliano Muller [EMAIL PROTECTED] === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Som

Resin and Apache under Windows

2000-06-20 Thread Adrian Teasdale
Hi all I am trying to get Resin (from www.Caucho.com) running with Apache (Windows 98) and am failing. I was hoping that someone might have already done this and could give me some pointers? I have installed both and followed the instructions. Apache is running fine. If I click on a JSP file

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 ca

Re: SSL & Resin ???

2000-05-22 Thread Mauro Gagni (EMS)
Resin is a Servlet/JSP server extention; a pice of software that can work with a web server and extend its capabilities in order to suppot JSP's and Servlets. SSL Stands for Secure Socket Layer (if I remember well) and is a secure protocol defined to comunicate private data over the intern

SSL & Resin ???

2000-05-22 Thread Sujoy Kumar Bose
Hi, Can anybody tell me what is SSL Server and what is Resin 1.1? URGENT Regards, Sujoy === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servl

resin exception

2000-05-19 Thread Mateo Almenta Reca
Hi everybody, I think i have a problem here, does anybody known what the following exception mean? I have a huge jsp, i don't known if there is any lenght restrictions with the jsp file size??? Thanks in advance. Mateo 500 Servlet Exception java.lang.VerifyError: (class: _jsp/_webBUI/_

Does Resin support URL rewriting??

2000-05-11 Thread [Vinod Govindan]
Hi all! My question relates to resin's configuration. I believe configuring resin is a cumbersome task, atleast as much as i understand it. If any onethinks otherwise please let me know. What i mean is, it is extermely labarious to get your own package to be used while processing a jsp pag

Re: HELP Resin on IIS

2000-05-03 Thread Kevin Duffey
dnesday, May 03, 2000 12:24 PM > To: [EMAIL PROTECTED] > Subject: HELP Resin on IIS > > > I need some help. > I am trying to install Caucho Resin 1.1 so that my IIS 4.0 can run > servlets > and JSPs. I use the setup.exe utility (correctly, I believe). > Everytime I > t

HELP Resin on IIS

2000-05-03 Thread RD
I need some help. I am trying to install Caucho Resin 1.1 so that my IIS 4.0 can run servlets and JSPs. I use the setup.exe utility (correctly, I believe). Everytime I try to use httpd.exe or srun.exe, I get the following message: Can't find java executable in D:Java; Couldn't st

Debugging with SingleThreadModel - was RE: *** Java Server suppor ting Servlets and Free? - Resin

2000-05-03 Thread Scott Evans
ED] > Subject: Re: *** Java Server supporting Servlets and Free? - Resin > > > Sure resin got bugs. > If you don't accept that I think you better stay away from > computers ;-) > > Of course it's possible that a single bug has a big impact on > your specific > imp

Re: *** Java Server supporting Servlets and Free? - Resin

2000-05-03 Thread Geert Van Damme
Sure resin got bugs. If you don't accept that I think you better stay away from computers ;-) Of course it's possible that a single bug has a big impact on your specific implementation, but in most cases there are workarounds. A problem with the SingleThreadModel is more a feature

Re: *** Java Server supporting Servlets and Free? - Resin

2000-05-03 Thread Germán López Castro
My only problem is I'm not sure if resin hasn't got any bugs, 'cause I know this server since a few months ago. Also, I've noticed version 1.1 had some problems with servlets that implement the SingleThreadModel and running servlets that connect to databases. These problems

Re: Resin or Tomcat on HP-UX

2000-04-27 Thread Simon Lynch
Is there anyone out there who has managed to get Resin working under HP-UX (i.e. is it possible & if so how?). Does anyone have experience of running Tomcat under HP-UX? Thanks in advance to anyone who's got any info here. -Original Message- From: A mailing list about Java Ser

Re: Resin class reload

2000-04-26 Thread Kevin Duffey
Hi.. I apologize for my posting of a Resin specific question to the JSP-INTEREST group. I thought I was replying to Scott. It was meant for him directly anyways. === To unsubscribe: mailto [EMAIL PROTECTED] with body

Resin class reload

2000-04-26 Thread Kevin Duffey
Hi, Concerning Resins ability to reload classes and all... >From what I was told by a few, Resin is the only servlet engine that can reload classes if they change? I am not quite clear on your reply in the jsp-interest group. I downloaded it and saw the WEB-INF/src and set up my source fi

  1   2   >