how to reference action to servlet

2004-05-12 Thread karl
with the new tomcat, but I don't know better and I tried quite some time. Thanks for your help Karl $ jar tvf proj.war 2 Wed May 12 18:27:30 CEST 2004 META-INF/MANIFEST.MF 1764 Wed May 12 18:27:30 CEST 2004 HelloServletTest.class 262 Wed May 12 18:27:30 CEST 2004 index.html 1028 Wed May 12 18:27

Re: OFF TOPIC: Terrorist attacks

2001-09-14 Thread Karl Doane
I know we should not contiue this but as a Proud AMERICAN, I feel that I need to respond. I have to disagree with these people who think we should apologize for dropping a Nuclear Bomb on Japan. Read your real History, not what the liberal bleeding heart media tells you. 1. THEY

signoff JSP-INTEREST

2001-06-27 Thread karl
signoff JSP-INTEREST. === To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST. For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST. Some relevant FAQs on JSP/Servlets can be found at:

Re: jsp:include and path info

2000-11-11 Thread Karl Avedal
on the request object. If the included servlet was obtained by using a NamedDispatcher, these attributes are not set. Regards, Karl Avedal Rickard Oberg wrote: Hi! I am fiddling with a Model-2 framework (yeah, yet another one). It is going well except for one thing. I have decided to give

Wrox and Servlet

2000-10-27 Thread Parker, Karl
from chucking my Java books out the 9th story window potentially hurting potential customers ??? BTW, I assumed this wasn't covered in a SUN FAQ, so I hope this isn't too junior a question. Regards, Karl D. Parker Core Technologies RetailDNA, LLC http://www.walkerdigital.com/Companies/compan

Re: FYI : Worse than the Mellisa virus. READ!

2000-10-27 Thread Parker, Karl
I'm sorry, I thought I subscribed to the JSP list. How did I get on the hoax virus list ? -Original Message- From: JEFF RUYTER [mailto:[EMAIL PROTECTED]] Sent: Friday, October 27, 2000 3:15 PM To: [EMAIL PROTECTED] Subject: FYI : Worse than the Mellisa virus. READ! New Virus

Re: Diwali

2000-10-25 Thread Parker, Karl
How do I use it ??? import sun.light.diwali.* ?? Karl D. Parker Core Technologies RetailDNA, LLC http://www.walkerdigital.com/Companies/companies.cfm?screen_id=4.3 - A Walker Digital Company One Stamford Plaza Stamford, CT 06902 203-564-1458 | 203-564-1772 (fax) | 330-8051272 (cell

Re: Sending JSP output to a different stream

2000-10-15 Thread Karl Avedal
very soon). It is/will be available at http://www.orionserver.com/tutorials/filters/ /vendor Regards, Karl Avedal The Orion team === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant

Re: jsp:include page=%= expression % / in WebSphere/VisualA ge Answer!

2000-08-03 Thread Karl Roberts
engine. pretty intuative really :-) Karl Roberts -Original Message- From: Nathan Revo [mailto:[EMAIL PROTECTED]] Sent: 02 August 2000 20:26 To: [EMAIL PROTECTED] Subject: Re: jsp:include page="%= expression %" / in WebSphere/VisualA ge Try using %@ include file="" %

request scope for bean from servlet

2000-08-02 Thread Karl Roberts
Hi All, Does any one know how to pass a bean into a JSP with a request scope from a servlet so that the bean is not re-instanciated (because it already exists in the request). thanks in advance Karl

Re: request scope for bean from servlet

2000-08-02 Thread Karl Roberts
for the "sucking eggs" lesson :-) Karl -Original Message- From: Karl Roberts [mailto:[EMAIL PROTECTED]] Sent: 02 August 2000 18:24 To: [EMAIL PROTECTED] Subject: request scope for bean from servlet Hi All, Does any one know how to pass a bean into a JSP with a request scope f

jsp:include page=%= expression % / in WebSphere/VisualAge

2000-08-02 Thread Karl Roberts
eg swapped com.ibm.ivj.jsp.debugger.pagecompiler.IBMPageCompileServlet for com.ibm.ivj.jsp.runtime.JspDebugServlet below is my example JSP page showing what works and what doesn't. Thanks in advance Karl Roberts example JSP follows with comments pointing out what worked/failed %@ p

Re: XML syntax in JSP

2000-07-28 Thread Karl Avedal
to: jsp:directive.page session="false" contentType="text/html"/ and it works. For further info on Tomcat specific questions, I recommend you visiting http://jakarta.apache.org/ and visit Tomcat specific mailing lists. Regards, Karl Avedal The Orion team (http://www.orionserve

Re: Resin from Caucho

2000-04-21 Thread Karl Avedal
r the data layer (CMP Entity beans) for a long time, and it would be far more interesting to see how a full J2EE app performed (with JSPs, Taglibs, Servlets and EJBs). Regards, Karl Avedal === To unsubscribe: mailto [EMAIL

Re: Resin from Caucho

2000-04-20 Thread Karl Avedal
this be why they're not including Orion in their latest test?) But please, don't just look at the vendors' own tests. Do your own tests and see what you find. Don't just trust the vendors. /vendor Regards, Karl Avedal The Orion team (http://www.orionserver.com

Re: JSP Performance?

2000-04-19 Thread Karl Roberts
Hi, Many Application servers allow you to precompile JSP's and use the generated .class file like any other servlet. You can usually have this generated servlet Pre-loaded at server startup. Karl Joe Wolf wrote: just in case you don't get the other mail, you can use "out.pr

Re: JSP Performance?

2000-04-17 Thread Karl Avedal
abstract. In a Servlet it is harder to do certain optimizations since the developer usually use lower-lever constructs that cannot easily be optimized by the container. /vendor Karl Avedal The Orion team (http://www.orionserver.com) Neil Harrison wrote: Hello. A general point - if I'm returing a lot

Re: Relative URLs in response.sendRedirect()

2000-03-17 Thread Karl Avedal
ouldn't matter. Again, Eduardo, are we thinking in the correct way? Mike et al, if Eduardo doesn't see this, I'll mail him personally to ask him to clarify. Regards, Karl Avedal The Orion team Mike McKechnie wrote: For instance, my web-app has a context path of "/cvg" and the ser

Re: Taglib

2000-03-13 Thread Karl Avedal
an example showing how to access EJBs via tag extensions. /vendor Regards, Karl Avedal The Orion team Lars Borup Jensen wrote: Hi!.. Im developing a rather complex system using JSP and Oracle 8i. Im looking for a good document on how to make a taglib. The flow of data and how the different

Re: Dynamic Images

2000-03-10 Thread Karl Roberts
as all I want to do is return a stream and don't care about the display logic which your JSP already handles. Karl Paolo Sommaruga wrote: Cool ! How to mix image with html ? i.e., how to put a textual "Hello World !" after the image ? I have tried to put after your code % out.flush

Re: How to call JavaScript from servlet code ?

2000-02-21 Thread Karl Roberts
vlet you need. Presumably your servlet will do some work and then forward the request using javax.servlet.ServletContext.getRequestDispatcher("http://your_host:port/servlet/path_to_your_JSP").forward(ServletRequest request, ServletResponse response) . Hope this helps Karl Farooq S

Re: Closing resultsets

2000-02-21 Thread Karl Roberts
ior of each database but I believe it is something that the Database Administrator has to set up in his tuning. Karl === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". FAQs on JSP can be

Re: [Q] Resin || JRun || Orion || ServletExec???

2000-01-31 Thread Karl Avedal
, so I won't comment on that either, but judging from earlier versions, if I was to choose between JRun, ServletExec and Resin (obviously disregarding Orion here) I'd go with Resin without a doubt. Regards, Karl Avedal The Orion team Michael Korolyov wrote: Hi All! Which one is better and why

Can you trust a smaller vendor? (was Re: New article: The Problems with JSP)

2000-01-29 Thread Karl Avedal
the server is rather irrelevant. However, the companies that are small today might very well be the ones that are large tomorrow if they can master the market and provide the best solutions. Regards, Karl Avedal The Orion team Duffey, Kevin wrote: (...) See, I argue the Oroin Application Server

Re: Need Help

2000-01-25 Thread Karl Roberts
ot;. FAQs on JSP can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html Same as in any HTML document ie A HREF="java.sun.com"Link to Sun's site/A Karl PS If you want responses to these e-mails it helps to put a brief explanation o

Re: search mailing list

2000-01-25 Thread Karl Roberts
Hi, If you go to the following URL you will be at a list of the lists on Listserv. one of them is JSP-INTEREST from there you can search the list. (which as you know is generally the best thing to do before asking a question ;-) http://archives.java.sun.com/archives/index.html Karl

Re: Beans vs. Classes

2000-01-05 Thread Karl Roberts
a Syntax card that I'm currently using the jsp:getProperty / tag is missing perhaps I'd better see if there is a new one. (sigh!) Karl Patrick Regan wrote: I am trying to determine what the benefits are to using beans over just an ordinary class. From the little that I know, I don'

Re: Refering other JSP via links?

2000-01-04 Thread Karl Roberts
-to-Test /a As long as you don't try to go up past the document root of your web server then you should be O.K. Karl Ramkumar_Gopalaswamy wrote: How can I avoid hard-coding application name in URL's displayed in the output of a JSP? For instance, let's us say I have a APP-NAME/foo.jsp which

Re: Development/Production environments

1999-12-27 Thread Karl Avedal
and servlet applications very shortly. If Bea doesn't decide to go the closed proprietary way with Visual Café now that they own it, that might also become an interesting product. Cheers, Karl Avedal The Orion team (http://www.orionserver.com) John Sprecher wrote: Hi All, I have been looking for good

Re: Patch or add on for iPlanet WebServer

1999-12-09 Thread Karl Roberts
files invoke the relevant JSP servlet. Karl Mircea Moisei wrote: Hi all, I got in troubles. I'm not able to found out any patch for iPlannet that should upgrage JSP version. I'm looking for any kind o idea that can be helpful. Regards, Mircea

Forward, Servlet, NullPointer exception

1999-12-09 Thread Karl Doane
e.java:204) at com.sun.server.http.HttpServiceHandler.handleRequest(HttpServiceHandler.java:374) at com.sun.server.http.HttpServiceHandler.handleRequest(HttpServiceHandler.java:166) at com.sun.server.HandlerThread.run(HandlerThread.java:162) Any help would be greatly apprec

Re: What's the use of [jsp:useBean tag]?

1999-12-07 Thread Karl Roberts
Hi, I think that an unintentional clash of names is unlikely for the simple reason the to use a bean at all you are forced to use the full pakage name for the bean , both in the %@ page import="{package.class}" % and the jsp:useBean... tag. Karl Stephen Summerfield wrote:

Re: Bean constructors

1999-12-07 Thread Karl Roberts
% MyBean testBean = new MyBean("Karl") % then the other constuctor will be used. The thing is the jsp:useBean ... tag is a generic bean loader and has to have a standard method of launching all beans. The only thing I can sugest is for you to write your own special tag so your XML gu

Re: Running a JSP

1999-11-25 Thread Karl Roberts
to classes in another package but is accessible to classes in the same package, etc. Karl "Praveen Kumar S ." wrote: Hi, I beg pardon i do know it, but if it is not understood that the answer you have given is not taken care of, but i was not refrering to a package structure, (for

Re: Probelm solved but %@ page import=..% query

1999-11-24 Thread Karl Roberts
you import a bean %@ page import="com.myCo.beans.ThisBean" % do you then have to give the full package name in the jsp:useBean tag? come to think of it if you give the full package name of a bean in t

Re: JSP- Accessing Java Classes

1999-11-24 Thread Karl Roberts
Oh dear! Looks like a basic "understanding of java problem" try: %@ page import = "login.ValidateUser" % % login.ValidateUser validate = new login.ValidateUser(); % I bet it works ;-) Karl Reeta Mittal wrote: Hello Everyone, I am facing a problem while using clas

Re: How to invoke a bean method in a JSP using a HTML Form Button

1999-11-23 Thread Karl Roberts
the bean must be the same as the property name ie if the property name is "accountdata" the set() method must be called setAccountdata(String data) conversley a jsp:getProperty name="mybean" property="username" / will invoke the getUsername() function of the bean mybea

Re: Functions in JSP

1999-11-23 Thread Karl Roberts
shout() eg % out.println(shout()); % Karl Suresh Kumar Nittala wrote: I think this answer might help you. Please try it out. You call your function or anything either a .jsp page or a .txt etc. by including it in the jsp page or calling page. %@ include file = "date.jsp"% date.jsp is a

Re: creating and using a bean

1999-11-23 Thread Karl Roberts
u could do a % String l_id = (String)session.getValue("f_id"); CFBean.setSession(l_id); % This is prividing that your bean has a setSession(String id) method. remember that beans should not have a constructor that takes parameters. Karl =

Re: API behind usebean tag

1999-11-17 Thread Karl Roberts
.java file generated from it. Note that it is using JRun so if you use a different engine your .java file will be different. Karl page hellouser.jsp:- %@ page import="com.kms.beans.NameHandler" % jsp:useBean id="mybean" scope="page" class="com.kms.beans

Re: JDBC from JSP

1999-11-16 Thread Karl Roberts
calling it. This can be achieved in many ways, one is the J2EE model, another is to have a pre loaded servlet set up the connection pool. And I'm sure there are many other permutations. Karl fgs infotech wrote: In both ways when we make a JDBC Connection from the servlet or from EJB

Re: JDBC from JSP

1999-11-16 Thread Karl Roberts
information at the request of a user, not for presentation logic. The J2EE Programming model was very useful to me as a way of separating out the different modules needed in a web ap. Karl berry wrote: I think it is good to partition data access out of a JSP page from a OO point of view

Re: output comment

1999-11-16 Thread Karl Roberts
esperanto.org.nz/jsp/jspfaq.html looks more like a feature to me ;-) Karl === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". FAQs on JSP can be found at: http://java.sun.com/products/jsp/faq.htm

Re: not able to include file

1999-11-15 Thread Karl Roberts
/jsp/jspfaq.html Just a guess, looking at the URL you are trying to include, make sure that the URL is a path relative to your current JSP. That is make sure that the absolute path that you have included is available to your webserver (below the web

Re: Obtain a Request ???

1999-11-09 Thread Karl Roberts
jsp:useBean id="checking" scope="session" class="bank.Checking" jsp:setProperty name="checking" property="balance" value="0.0" / /jsp:useBean for more infomation on this stuff go to http://java.sun.com/products/jsp/docs where you'

Re: Custom Tags

1999-11-08 Thread Karl Avedal
Hello Se Hee Lee, vendor A very basic example of this can be found at http://www.orionserver.com/examples/jsp/ejbtag/simple.jsp /vendor Karl Avedal The Orion team Se Hee Lee wrote: Could anyone give me an example of custom tags which ease the access to EJB

Re: Linux Servlet API 2.1

1999-10-31 Thread Karl Avedal
), which has full Servlet 2.2 PR1 support and JSP 1.1 PR2 support and is free for development (not for deployment though). Of course it works on linux. /vendor Karl Avedal The Orion team Benjamin Lorenz wrote: Hello all, just a short question: since some days I follow the discussions

Secure passwords SSL + J2EE

1999-10-26 Thread Karl Roberts
Hi, I was recently lamenting the USA's export law which was stopping me from downloading J2EE as it contained encryption products, in particular an SSL API. Well I just heard on the SERVLET-INTEREST list that Sun have got the export license and we can all get it now. Hooray! Karl

Re: jsp 1.1

1999-10-26 Thread Karl Avedal
usual http://www.flashline.com/Components/appservermatrix.jsp is a good, updated place to check what app servers support today and soon. /vendor Karl Avedal The Orion team === To unsubscribe: mailto [EMAIL PROTECTED] with body: &q

Re: Secure passwords

1999-10-22 Thread Karl Roberts
had (although I've not pursued it as it would be slow) is to have the servlet compile a new applet with a unique key already in built and send this applet to the user. Karl "Bragg, Casey" wrote: I'm looking for any ideas on how to communicate a password (entered into a browser for

Re: Secure passwords

1999-10-22 Thread Karl Roberts
Hi stan, Well yes it does, but when I tried to download it last week, I was refused because of American Export law because it contains encription. I am in the UK. Is there a (leagal) way to download the J2EE outside of USA? Karl stan - CAST-INFO wrote: hi, I thought that J2EE had HTTPS

Re: Bean class not found

1999-10-19 Thread Karl Roberts
/jseweb/properties/rules.properties and in jrun/jsm-default/services/jse/properties/rules.properties to *.jsp=com.livesoftware.jsp.JSPServlet ie com.livesoftware.jsp.JSPServlet handles JSP1.0 and jsp handles the earlier release of the JSP spec Karl Brien Voorhees wrote: You might check to see

Re: Forcing a HTML Page Refresh from Servlet-JSP

1999-10-19 Thread Karl Roberts
Hi if your URL is http://your_server/myJSP.jsp add meta http-equiv="refresh" content="5; url=myJSP.jsp" to the top of myJSP.jsp the client (Web Browser ) will refresh it every 5 seconds Karl David Wall wrote: meta http-equiv="Expires" content="

Re: Karl - Do you have a WebSphere benchmark?

1999-10-14 Thread Karl Avedal
Hello Ian, To spare the jsp-interest list of many Orion related mails, I'm moving this discussion to orion-interest and will answer there shortly. We are very flattered by all mails on the jsp-interest list but we don't want to flood the list with mails regarding a specific product. Karl

Tag hassels

1999-10-13 Thread Karl Roberts
s.NameHandler" /BEAN but is there something that I'm missing that is stopping the jsp:foo tags from working? All help is greatly appreciated Karl === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". FAQs on JSP can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html

Re: sample JSP

1999-10-13 Thread Karl Roberts
.. Chris Mcgarel wrote: I'm not offended. Just annoyed. If I want to read a juvenile joke I'll join an appropriate list. If I want to learn about JSP I'll read this list. Can we please keep this list for JSP? I agree. Get rid of him. Enough is enough. -Original Message- From:

Re: JSP customized tags (also ORIONSERVER, JRUN, BENCHMARKS)

1999-10-12 Thread Karl Avedal
to know for sure what is best for you. Karl Avedal The Orion team === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". FAQs on JSP can be found at: http://java.sun.com/products/jsp/faq.

Re: jsp:forward .... Problems, problems

1999-10-11 Thread Karl Avedal
with it. I hope this helps and thanks for trying out our product. Karl Avedal The Orion team Thats an Orion bug. According to the specs,following the XML specification, attribute values always appear quoted. Both single and double quotes can be used. The code works fine in Weblogic -Sam

Re: JSP to EJB

1999-10-10 Thread Karl Avedal
an announcement about this in the archives of this list). Disclaimer: It seems like I'm joining up with the Orion team so I guess I should start using vendor tags to show I can no longer claim to be impartial. Cheers, Karl Avedal (just joining) the Orion team (http://www.orionserver.com

Re: JSP for IIS and Netscape Enterprise

1999-09-28 Thread Karl Avedal
://www.caucho.com/ I'm sure others can recommend other engines and Sun has a listing of servlet engines at: http://java.sun.com/products/servlet/runners.html Good luck, /Karl Avedal === To unsubscribe: mailto [EMAIL PROTECTED

Re: Content-type???

1999-09-27 Thread Karl Avedal
have a few solutions to this that I can provide and I'm working with making WML JSP:s to be even easier to do. Since you're in Sweden I'll send you my contact info in a private mail so you can call me. I thought I should answer here too though since there's alot of

Re: WML JSP (was:Working out if a bean has been instantiated?)

1999-09-27 Thread Karl Avedal
, Karl Avedal === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". FAQs on JSP can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html

Re: WAP (was Content-type???)

1999-09-27 Thread Karl Avedal
Hey Chris, Karl, Can you (briefly) tell me what "WAP application" means? Apologies if this sounds like a stupid question, but I've just never seen that term before. I've been following your posts to the JSP listserv, but I thought it would be better to ask you directly instead

Re: XML versions of JSP scripting elements...

1999-09-24 Thread Karl Avedal
XML JSP:s and integrates nicely with LotusXSL to get XML-HTML transformation for non-XML-able clients, or XML-WML to provide support for WAP phones browsing the site. Hope this helps, I'm sorry, but the fact that the spec doesn't mandate XML support won't help me use SJSP with XML JSP:s ;) Cheers, K

Re: XML versions of JSP scripting elements...

1999-09-24 Thread Karl Avedal
after PR2 goes out; which should be early October. Thanks, a white paper on this would be great! Thanks for the info Cheers, Karl Avedal === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST&q

Re: SJSP 1.1 anybody using it?

1999-09-23 Thread Karl Avedal
that's missing is a few SSL-related issues. Cheers, Karl Avedal === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". FAQs on JSP can be found at: http://java.sun.com/products/jsp/faq.

Re: SJSP 1.1 anybody using it?

1999-09-23 Thread Karl Avedal
that? Is this false? If not, will you support it soon? Anyways, seems like you've done some good work with SJSP, I'll definately try it out. Are you working on it alone? Cheers, Karl Avedal === To unsubscribe: mailto [EMAIL PROTECTED

Re: JSP and the DB

1999-09-21 Thread Karl Avedal
to know Java, that's the idea. Cheers, Karl Avedal === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". FAQs on JSP can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html

Re: JRUN build 151 Serious Error with IIS 4.0

1999-06-28 Thread Karl Morley
I am also having the same problem with build version 150 -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of John Malloy Sent: 28 June 1999 15:29 To: [EMAIL PROTECTED] Subject: JRUN build 151 Serious

Having problems....

1999-06-07 Thread Karl Morley
Hello All, I am experimenting with Java Server Pages, I have problems running the JSPSamples and receive the following error, any help with be appreciated. (My current configuration is below) http://localhost:8080/examples/jsp/num/numguess.jsp Unhandled error! You might want to consider

Re: Having problems....

1999-06-07 Thread Karl Morley
of CLASSPATH in startserver.bat. :noclasspath set _CLASSPATH= set CLASSPATH=server.jar;servlet.jar;examples\WEB-INF\jsp\beans;classes;c:\jdk1.2.1\lib\tools.jar goto next Bye, Ilan Amar -Original Message- From: Karl Morley [mailto:[EMAIL PROTECTED

Re: Apache, Apache Jserv, JSP and Windows NT

1999-04-25 Thread Karl Guggisberg
or not. Let me know if you are interested in the DLLs. Karl === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JSP-INTEREST". For general help, send email to [EMAIL