Re: Class.forName in jrun

2001-01-31 Thread Ravi N
kevin that,s the full exception regards, ravi Kevin Jones wrote: > Is that the full exception? Is there a root exception? > > Kevin Jones > DevelopMentor > www.develop.com > > > -Original Message- > > From: A mailing list about Java Server Pages specification and reference > > [mailto:

Re: any free web hosting out there

2001-01-31 Thread florin
asdf - Original Message - From: "Ehab Taleb" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 31, 2001 2:04 PM Subject: any free web hosting out there > which support jsp , servlets for personal website > thanx > > =

Re: any free web hosting out there

2001-01-31 Thread Doug Turner
Try: webappcabaret.com - Original Message - From: Ehab Taleb <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 31, 2001 5:04 PM Subject: any free web hosting out there > which support jsp , servlets for personal website > thanx > >

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: jsp object and javascript

2001-01-31 Thread Hung Yee
Here's some more details as to what is happening between jsp code and javascript code: http://thejspbook.com/faq/details.jsp?id=1003 -Original Message- From: Yan Zhu [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 31, 2001 6:47 PM To: [EMAIL PROTECTED] Subject: Re: jsp object and java

Re: jsp object and javascript

2001-01-31 Thread Yan Zhu
really? wow, let me try that. "Konuru, Raghu" wrote: > You can use get methods such as > > var index="<%=bean.getIndex()%>"; > var str="<%=strIndex%>"; > > Raghu > -Original Message- > From: Castiaux, Sebastien [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 31, 2001 8:01 AM > To:

any free web hosting out there

2001-01-31 Thread Ehab Taleb
which support jsp , servlets for personal website thanx === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant

Re: Pass Parameters and Nested Jsp Question

2001-01-31 Thread Hung Yee
Try this link to see if this helps answer your question: http://java.oreilly.com/news/jsptips_1100.html -Original Message- From: Cheng-Liang Shen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 31, 2001 4:16 PM To: [EMAIL PROTECTED] Subject: Pass Parameters and Nested Jsp Question H

Re: jsp object and javascript

2001-01-31 Thread Konuru, Raghu
You can use get methods such as var index="<%=bean.getIndex()%>"; var str="<%=strIndex%>"; Raghu -Original Message- From: Castiaux, Sebastien [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 31, 2001 8:01 AM To: [EMAIL PROTECTED] Subject: Re: jsp object and javascript I don't think

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

2001-01-31 Thread Kevin Duffey
I don't know to be honest..my disgruntlement with them is that IBM is so up on the java bandwagon, but was behind. I am glad to see a fix came out that allows them to work with JSP 1.1/Servlet 2.2. Now that Servlet 2.3/JSP 1.2 is soon to be released, I wonder if it will be 2 years before they add

Re: MVC Framework and JSP Engines

2001-01-31 Thread Kevin Duffey
Struts is a great MVC engine to use. I used Struts for a while, but then wrote my own small framework for our specific needs which entails automatic JSP->XML output and XSL rendering of HTML. Also, we didn't need alot of the Struts features. But Struts is a great package, especially for internatio

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

2001-01-31 Thread Kevin Duffey
WebLogic 6 is very nice..but very expensive. You have to pay $2500 per developer with a 3-connection limit. That alone blows my mind. I would think at $17K per cpu per server, they would at least give development licenses away. While their product is really good, I imagine the reason they are #1 i

Pass Parameters and Nested Jsp Question

2001-01-31 Thread Cheng-Liang Shen
Hi all I have a question as the following I have three jsp files , they are 1.jsp, 2.jsp, 3.jsp. 1.jsp will include 2.jsp and 2.jsp will include 3.jsp. In 1.jsp In 2.jsp So in 3.jsp, we can use request.getParameter("bbb") to get the parameter value, if we still can use request.getPara

AW: any free web hosting out there

2001-01-31 Thread Stefan Meisner
www.mycgiserver.com www.webappcabaret.com -Ursprungliche Nachricht- Von:Ehab Taleb [SMTP:[EMAIL PROTECTED]] Gesendet am:Mittwoch, 31. Januar 2001 23:04 An: [EMAIL PROTECTED] Betreff:any free web hosting out there which support jsp , servlets for personal website thanx

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

2001-01-31 Thread Jann VanOver
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 find that Tomcat's error messages are over their heads. -Original Message-

MVC Framework and JSP Engines

2001-01-31 Thread Sudheendra Hebbagilu
Hi, Did anybody used MVC framework with JSP Engines such as JRun/Orion/Resin/WebSphere ? If yes, did anybody used Jakarta Struts framework with any of these Engines ? Is it a good approach to use Struts with these JSP Engines ? Thanks in advance Sudhi ===

RMI Community Meeting udpate

2001-01-31 Thread RMI Community Meeting - Information
This message includes updates and announcements regarding the 2001 RMI Community Meeting (http://www.blumenfeld-maso.com/RMIMeeting). * Initial Set of Sessions Announced * Last Chance for New Proposals * Your Chance to Register Initial Set of Sessions Announced -

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

2001-01-31 Thread Hung Yee
Well, I guess my intended 'joke' was taken too seriously. So then, on a serious note, I agree with Robert in that $$$ isn't everything. I, unfortunately, have been involved in a project where all the $$$ money in the world couldn't have helped meet the project's deadline because the sales rep so

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

2001-01-31 Thread Dennis Leary
BEA has been hailed as one of the best, however that might be just maketing. It would be interesting for them to show you bench mark results against other App Servers such as, WEBSPHERE, JRUN, TOMCAT. dl >>> Don Makoviney <[EMAIL PROTECTED]> 01/31/01 01:14PM >>> Anyone familiar with BEA WebLog

Re: output with bean

2001-01-31 Thread Hans Bergsten
Shao wrote: > > Hi, > > I had to make output to broswer in bean for some reasons. i did like this: > test1.html: ><% out.println("step1"); %> > ><% > Func.testoutput(response); > %> > > func.java: >package genufunc; >import java.io.*; >import java.util.*; >impor

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

2001-01-31 Thread robert young
uh, NO. you do this stuff long enough, you get to the point where being provided with the proper tools to do the job is more important than the $$$. mostly, without the proper tools, the projects don't get done. takes too long to get anything done, and then half-a**ed. no time left to spend all

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

2001-01-31 Thread Hung Yee
Re: "... BUT is WS so bad that you would turn down a position with a place that used it exclusively, along with VAJ??" Well, I guess that depends on how much they're willing to pay you, right? :=) -Original Message- From: robert young [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 3

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

2001-01-31 Thread Don Makoviney
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: Wh

how best to execute long-running batch process in JSP

2001-01-31 Thread Aaron Crandall
Hello all, I am about to write a JSP/Servlet app (Tomcat w/ IIS on W2K). This app will have some batch processes that will extract data from an ODBC data source, perform some lengthy manipulation on that data, and then store it to an ODBC data store (may be the same source or another). What are

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: Scope attribute in useBean tag

2001-01-31 Thread Ingeniero Atilio Ranzuglia Buteler
How can you say that?? The scope attribute is really important, in every jsp course it is teached. Page means scope for that page only Request means scope for the entire request Session means scope for the session with the webserver All three are for one client The last, application means for th

Long field in ORACLE

2001-01-31 Thread Marcelo Herondino Cardoso
Dear, how can i write data from a form in a ORACLE long field ? Thanks, Marcelo Herondino Cardoso === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with bo

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

2001-01-31 Thread Kevin Duffey
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 implementation, and so on. Resin is a very good jsp

Re: What is "x.do" at the struts?

2001-01-31 Thread Kevin Duffey
Its an extension that is mapped to the ActionServlet in struts. In your web.xml in WEB-INF, you would map a servlet extension to ActionServlet, then any time in that app a form was submited or an href link had anything.do in it, it would all be sent to the one servlet. > -Original Message---

Re: comparision of webapplication frameworks

2001-01-31 Thread Paul Copeland
Hi Raja - You might want to have a look at the JOT Servlets framework also: http://www.jotobjects.com -- Paul Copeland, JOT Object Technologies > Date:Tue, 30 Jan 2001 07:14:46 + > From:Raja Nagendra Kumar <[EMAIL PROTECTED]> > Subject: comparision of webapplication frameworks >

Re: Class.forName in jrun

2001-01-31 Thread DeVoil, Nick
Class.forName() worked fine for me yesterday in a JSP under JRun 3.0. Nick -Original Message- From: Kevin Jones [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 31, 2001 9:47 AM To: [EMAIL PROTECTED] Subject: Re: Class.forName in jrun Ravi, a shot in the dark. Does JRun also have a

Re: encodeURL Function???

2001-01-31 Thread Hung Yee
Take a look at these classes: http://www.java.sun.com/products/jdk/1.2/docs/api/java/net/URLEncoder.html http://www.java.sun.com/products/jdk/1.2/docs/api/java/net/URLDecoder.html -Original Message- From: yaya [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 30, 2001 7:47 PM To: [EMAIL P

What is "x.do" at the struts?

2001-01-31 Thread Zhang, David
Hi, I am trying to run the struts COuld you gave me a light on What is ".do" extension at the struts project? http://localhost:8080/struts-example/logon.do Thanks! Dave === To unsubscribe: mailto [EMAIL PROTECTED] with body

XML generated by JSP

2001-01-31 Thread Michał Trojanowski
Hi. I'm trying to generate XML code using JSP. When I try to open any static XML file in IE5, I get very nice tree of tags and the XML is easy to view. But when I generate identical XML code dynamically using JSP, the page is displayed as common HTML - all XML tags are ignored and I get only the t

Re: jsp object and javascript

2001-01-31 Thread Castiaux, Sebastien
I don't think so because your JSP objects are at the server side and Javascript is at the client side. Seb > -Original Message- > From: Yan Zhu [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 31, 2001 2:52 PM > To: [EMAIL PROTECTED] > Subject: jsp object and javascript > > > hey al

Example Download file

2001-01-31 Thread Rosario Samanez
Hi...please I need a example that let me to write a file with dates updated of Data Base Oracle and then download it.. all this with a click.. thanks -Mensaje original- De: Lee Turner [mailto:[EMAIL PROTECTED]] Enviado el: Miércoles, 31 de Enero de 2001 02:18 p.m. Para: [EMAIL PROTECTE

Re: Error Accessing Connection pool

2001-01-31 Thread T A Flores
First of all why are you doing this in a JSP? Put it in a servlet or something. Also this has been discussed please see the archives. - Original Message - From: Yogeeta_Raghunathan <[EMAIL PROTECTED]> Date: Tuesday, January 30, 2001 11:09 pm Subject: Error Accessing Connection pool >

Re: Error Accessing Connection pool

2001-01-31 Thread Lee Turner
Could this be an error accessing the Context and not the connection pool ??? You could try putting a blank username and password in the properties as follows: public static Context getInitialContext() throws NamingException { String url = "t3://127.0.0.1:7001"; String user = null;

Error Accessing Connection pool

2001-01-31 Thread Yogeeta_Raghunathan
Hi, I created a connection pool under weblogic 5.1 server as below. weblogic.jdbc.connectionPool.bscsPool=\ url=jdbc:weblogic:oracle:IPAdd:Port,\ driver=weblogic.jdbc.oci.Driver,\ initialCapacity=4,\ maxCapacity=10,\ capacityIncrement=1,\ props=us

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

2001-01-31 Thread Ward, Chris
I guess this depends on if you think you'll be taking it further (i.e. EJBs etc.) If you might go down that route then it may be best to avoid a Servlet/JSP only server solution. We use ServletExec (Unify eWave) but now we want the full set

jsp object and javascript

2001-01-31 Thread Yan Zhu
hey all, is there a way to reference jsp java object inside of a javascript function? thanks yan === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] wi

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

2001-01-31 Thread Dennis Leary
You may want to check out Jrun from Allaire, WebLogic from BEA. However, my personal opinion is Tomcat because it is free and easily configurable. Also when something goes wrong you know the exact config files to check. >>> ZHU Jia <[EMAIL PROTECTED]> 01/31/01 07:56AM >>> Hi there, we have u

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

2001-01-31 Thread Mike Holdsworth
You can't beat free for price. Weblogic is pretty popular as is WebSphere from IBM. We use WebLogic for development and it is very stable. They are quick to support the latest Java API's as well. I imagine your decision will depend on the value added features you are looking for. hth. m

Netscape doesn't display JSP?!

2001-01-31 Thread ZHU Jia
Hello, I have a very weird problem here: I'm programming a JSP application in JBuilder 4 with the bundled Tomcat 3.2, on Windows 2000. As I was testing the pages, it worked ok in the JBuilder built-in browser, it also worked ok in IE 5 and Opera5.1 (using http://localhost:8080/...). But when I tr

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 use in our production

Hiding Servlet Calls

2001-01-31 Thread Mayuresh Kadu (Aftek Infosys, Pune)
hi guyz this is referene to the "Question of the week" on JDC ( Java Dev. Connection ). I was however unable to understand correctly. Could anyone help me with the same. For testing purposes i am using jswdk. cheerio and thankx in advance .. Mayuresh

Re: Class.forName in jrun

2001-01-31 Thread Kevin Jones
Is that the full exception? Is there a root exception? Kevin Jones DevelopMentor www.develop.com > -Original Message- > From: A mailing list about Java Server Pages specification and reference > [mailto:[EMAIL PROTECTED]]On Behalf Of Ravi N > Sent: 31 January 2001 10:15 > To: [EMAIL PROT

Re: Class.forName in jrun

2001-01-31 Thread Ravi N
Hi kevin, >Try this java.lang.Class.forName("classname"); that woks to some extent, i mean now i am getting a new error, this time NullPointerException, the error is /dataBase.jsp: null java.lang.NullPointerException at jrun__dataBase2ejspd._jspService(jrun__dataBase2ejspd.java, Co

Re: Class.forName in jrun

2001-01-31 Thread Kevin Jones
Ravi, a shot in the dark. Does JRun also have a class called Class defined somewhere? Try this java.lang.Class.forName("classname"); i.e. fully qualify the Class class and then see what happens Kevin Jones DevelopMentor www.develop.com > -Original Message- > From: A mailing list about

output with bean

2001-01-31 Thread Shao
Hi, I had to make output to broswer in bean for some reasons. i did like this: test1.html: <% out.println("step1"); %> <% Func.testoutput(response); %> func.java: package genufunc; import java.io.*; import java.util.*; import javax.servlet.*; import javax.servlet

Re: to run JSP page

2001-01-31 Thread Henki Lubis
why don't u put your /login/*.jsp in the same directory where your /examples/jsp/*.jsp exist ??? Your /examples/jsp/*.jsp files should be in your Tomcat main directory. regards aBeginner ~ HL ~ -Original Message- From: BOON PING LIM [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 3

Jrun Problem...

2001-01-31 Thread Henki Lubis
Hi Guyz, I am wondering if My Jsp files that works well in Jrun2.3.3 will be work well too in Jrun3.0 version Anyone has tried this sitution before If JRun2.3.3 doesn't compatible with Jrun3.0, anyone knows which jsp commands that work in 2.3.3 version but doesn't work in 3.0 version ??? Th