Re: JSP and Servlets Apps in WebLogic Server6.1

2002-02-19 Thread Daniel Jaffa
It is automatic. For servlets all you need to do is to register them in the web.xml file. Jsp files you need to place under the application Daniel Jaffa Stuff i say i know: Java, JSP, JavaBeans, TagLibs, J2EE, EJB Before asking someone, do a search on google: Google will set you free "If you a

JSP and Servlets Apps in WebLogic Server6.1

2002-02-18 Thread Shaik Zulfakhar Ali
Hi All, I am new to Weblogic Server 6.1 . Can any one tell how to run the JSP and Servlet applications in the Weblogic Server 6.1 ? Thanks & Regards Zulfakhar ==To unsubscribe: mailto [EMAIL PROTECTED] with body: "signo

Re: Communication between JSP and servlets

2001-12-18 Thread Jim Lindsay
Hans, that worked. Thank you *very* much! For everyone else, the root problem was that I had my JSP files in the %CATALINA_HOME%/webapps/ROOT directory, instead of in my webapp directory. Since they weren't in the same application, Tomcat did not let them share information. BTW, Hans is the au

Re: Communication between JSP and servlets

2001-12-18 Thread Hans Bergsten
Jim Lindsay wrote: > > I am not able to get session or application scope tracking to work for some > reason. Currently the code is trying to use > application tracking, but I know I should be using session tracking for > items that are for the user session. > > In my userLoggidIn.jsp page I have:

Communication between JSP and servlets

2001-12-18 Thread Jim Lindsay
I am not able to get session or application scope tracking to work for some reason. Currently the code is trying to use application tracking, but I know I should be using session tracking for items that are for the user session. In my userLoggidIn.jsp page I have: Error Message = < <%= ap

Re: Session tracking problem between jsp and servlets

2000-06-23 Thread Hans Bergsten
"LITT Vincent (Neuilly Gestion)" wrote: > > Hello, > Does anybody know how to pass a session object created in a Jsp by : > > session = request.getSession( true ); > session.putValue ("Usr_Name", request.getParameter("user_name") ); > > In fact I tried the same code in the servlet, but the 2 s

Re: Session tracking problem between jsp and servlets

2000-06-23 Thread Erik Tennant
Don't know if this is what you are asking or not, but I believe that the jsp's must be in the same zone as your servlets or else they cannot share a session object. -Erik At 10:18 AM 6/23/00 +0200, you wrote: >Hello, >Does anybody know how to pass a session object created in a Jsp by : > > sess

Re: Session tracking problem between jsp and servlets

2000-06-23 Thread Veronique Dupierris
The session is maintain by - cookies if the browser supports them and the user, of course, didn't disabled them. Some server also have an option to enable or disable session tracking or - using URL rewriting with the methods encodeURL or encodeRedirectURL of the response object. Your server should

Session tracking problem between jsp and servlets

2000-06-23 Thread LITT Vincent (Neuilly Gestion)
Hello, Does anybody know how to pass a session object created in a Jsp by : session = request.getSession( true ); session.putValue ("Usr_Name", request.getParameter("user_name") ); In fact I tried the same code in the servlet, but the 2 sessions objects are different ... Any Help is welcome

JSP and Servlets Location in JSWDK

2000-06-22 Thread Shashwati Panigrahi
Hi All, Can you please point out where the jsps and servlets lie in the JSWDK directory ? I have put them in the jswdk\examples\jsp directory. Is that correct ? Besides that I have another question to ask. is this path correct if I want to specify that the AddSkill Servlet lies in the c:\

Re: Jsp and servlets sharing sessions ?? How does it work in webl ogic ?

2000-02-23 Thread Ashwani Kalra
y 22, 2000 8:03 PM > To: [EMAIL PROTECTED] > Subject: Jsp and servlets sharing sessions ?? How does it work in > weblogic ? > > Hi, > > How can we share sesssion variables between jsps and servlets ?In our > application, jsps and servlets are invoked from each other

Jsp and servlets sharing sessions ?? How does it work in weblogic ?

2000-02-22 Thread vaidyanathan_g
Hi, How can we share sesssion variables between jsps and servlets ?In our application, jsps and servlets are invoked from each other at many places.We want to access session variables in both jsp and servlets. If you have any solution, also let me know whether it is supported by App Server

Re: jsp and servlets on IIS

1999-11-23 Thread Suresh Kumar Nittala
> Date: Mon, 22 Nov 1999 21:19:51 MST > From: Hiten Shah <[EMAIL PROTECTED]> > Subject: jsp and servlets on IIS > To: [EMAIL PROTECTED] > -- > > Dear all, > > I would like to know what software needs to be downloaded and wh

Re: jsp and servlets on IIS

1999-11-22 Thread Steve Nguyen
quot;Plan - Do - Review --> Success" Original message Date: Mon, 22 Nov 1999 21:19:51 MST From: Hiten Shah <[EMAIL PROTECTED]> Subject: jsp and servlets on IIS To: [EMAIL PROTECTED] -- Dear all, I would like to know what software

jsp and servlets on IIS

1999-11-22 Thread Hiten Shah
Dear all, I would like to know what software needs to be downloaded and what configurations need to be done to run jsp and servlets on IIS 4.0? TIA, Ciao Hiten Get free email and a permanent address at http

Re: JSP and Servlets??

1999-10-28 Thread Kirkdorffer, Daniel
[EMAIL PROTECTED] > Subject: JSP and Servlets?? > > Hi, > > I am relatively new to this wonderful word of Java and the major question > I have is: > "Is there any difference between the functionality of a Servlet and a JSP" > from what I can see

Re: JSP and Servlets??

1999-10-28 Thread Prabhu Manik
Few days back I downloaded one file j2eeapm1_0beta-doc.pdf from http://java.sun.com/j2ee site. I'm not sure of the exact site url. This file has a section where it explains the difference between JSP and Servlets. > -Original Message- > From: Kirkdorffer, Daniel [SMTP:[EMAI

Re: JSP and Servlets??

1999-10-28 Thread Kevin Riff
The difference is mostly in the intended audience for the two technologies. To write a servlet, you must be familiar with the Java language and be able to write and compile a Java program. To write a JSP, however, you simply need to be familiar with HTML. JSP syntax is designed to be similar to HT

JSP and Servlets??

1999-10-28 Thread Ian Graham
Hi,   I am relatively new to this wonderful word of Java and the major question I have is: "Is there any difference between the functionality of a Servlet and a JSP" from what I can see they both can do exactly the same thing ??   Thank you, Ian

Re: site hosting with JSP (and servlets?)

1999-10-20 Thread Steve Nguyen
20 Oct 1999 12:53:49 -0400 From: Tom Ritchford <[EMAIL PROTECTED]> Subject: site hosting with JSP (and servlets?) To: [EMAIL PROTECTED] -- Moving the dialog back to something a little less stupid I need to get my site hosted by somewhere that supports J

JSP and servlets

1999-10-20 Thread Duffey Kevin
Hi everybody, Let me start off by describing a bit of our site. We are doing e-commerce (orders being sent through our site..not VISA card sales), and we are using Java Servlets on the server side to handle all the requests and responses. We use what I consider a weird setup. Maybe someone can te

site hosting with JSP (and servlets?)

1999-10-20 Thread Tom Ritchford
Moving the dialog back to something a little less stupid I need to get my site hosted by somewhere that supports JSP (and consequentially, supports servlets) and also supplies a lot of disk space, cheap. Any of you have good candidates for this? Or, should I consider co-hosting?? /

Re: [Fwd: User Security (was Re: Using JSP and Servlets.)]

1999-09-23 Thread Craig R. McClanahan
Daniel Lopez wrote: > Hi, > > Comments over comments ;), I've cut some pieces of the mail so it > doesn't grow too much. > I will shorten it some more and address just a couple things. Pretty soon there won't be anything left ... > > > I was writing a paper about it as I find it quite interes

Re: [Fwd: User Security (was Re: Using JSP and Servlets.)]

1999-09-23 Thread Daniel Lopez
Hi, Comments over comments ;), I've cut some pieces of the mail so it doesn't grow too much. "Craig R. McClanahan" wrote: > > I've interspersed a few comments and notes in the discussion below. > > Daniel Lopez wrote: > > > Hi, > > > > 1 .- You first divide your logical application into "domains

Re: [Fwd: User Security (was Re: Using JSP and Servlets.)]

1999-09-23 Thread Craig R. McClanahan
"Juan M. Gargiulo" wrote: > Craig: > > First, thanks for your comments, they are vey useful. > > Second, I've two questions in relation to the solution you propose for > session security. > > -Does the creation of a new bean for every session impacts on performance? A bean that you store in a se

Re: [Fwd: User Security (was Re: Using JSP and Servlets.)]

1999-09-23 Thread Jashua Ni
Does any body have idea that for the servlet, once I change the form method from get to post, I get 405 ERROR. Jashua Ni -Java programmer--- [EMAIL PROTECTED] -tel: (646) 227-5480 ext138-- ===

Re: [Fwd: User Security (was Re: Using JSP and Servlets.)]

1999-09-23 Thread Juan M. Gargiulo
his as soon as I can have a server that supports 2.2. >> >> That wait should not be too long, since Sun is contributing the source code for >> the JSWDK to the Jakarta project (http://jakarta.apache.org), as was announced >> at JavaOne, and the actual contribution should happen rea

Re: [Fwd: User Security (was Re: Using JSP and Servlets.)]

1999-09-23 Thread Craig R. McClanahan
I've interspersed a few comments and notes in the discussion below. Daniel Lopez wrote: > Hi, > > I always have to remember to hit reply all instead of reply so I'm with > you on this one, Craig ;). I also agree with Brian, I find most of your > posts to be very useful and clear so thanks. > Now

Re: [Fwd: User Security (was Re: Using JSP and Servlets.)]

1999-09-23 Thread Daniel Lopez
WDK to the Jakarta project (http://jakarta.apache.org), as was announced > > at JavaOne, and the actual contribution should happen real soon now. One of > > the first things I plan to contribute to the project is some code to manage a > > little user database, so that you can bui

Re: Using JSP and Servlets.

1999-09-22 Thread Larry Riedel
> > You mentioned a book called Professional Java Server Programming, > > do you know who published that? > > I was going to link to Amazon but it's $59.99 on Amazon > versus $47.95 on FatBrain. It seems to be $36.50 at http://www.bookpool.com/ Larry ===

Re: User Security (was Re: Using JSP and Servlets.)

1999-09-22 Thread David Chisholm
his sub-class, and then have all of your pages extend your subclass. Any comments... David - Original Message - From: Taylor Gautier <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 22, 1999 12:59 PM Subject: Re: User Security (was Re: Using JSP and Servle

Re: Using JSP and Servlets.

1999-09-22 Thread Brien Voorhees
: Brien Voorhees <[EMAIL PROTECTED]> Sent: Tuesday, September 21, 1999 11:42 PM Subject: Re: Using JSP and Servlets. > Hi > > You mentioned a book called Professional Java Server Programming, do you > know who published that? > > Regards > Camilla > > Bri

Re: User Security (was Re: Using JSP and Servlets.)

1999-09-22 Thread Taylor Gautier
September 22, 1999 10:24 AM Subject: User Security (was Re: Using JSP and Servlets.) > I just recently subscribed to this list and have already found several > of your posts to be useful. Thanks for spreading the knowledge, Craig. :) > > I've always liked separating presentation l

[Fwd: User Security (was Re: Using JSP and Servlets.)]

1999-09-22 Thread Craig R. McClanahan
project is some code to manage a > little user database, so that you can build apps based on JSWDK that take > advantage of these new features. > > It will be *so* nice to never write another login page again. > > Good luck! > > > > > Brien Voorhees > > > >

User Security (was Re: Using JSP and Servlets.)

1999-09-22 Thread Brien Voorhees
r 21, 1999 3:59 PM Subject: Re: Using JSP and Servlets. > This is exactly how I write my JSP-based applications. > > Basically, any form in my app is submitted to a servlet, which does whatever functional logic > is required, assembles the results into beans, stashes them in th

Re: Using JSP and Servlets.

1999-09-22 Thread Adam Nelson
n and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Brien Voorhees Sent: Tuesday, September 21, 1999 6:25 PM To: [EMAIL PROTECTED] Subject: Re: Using JSP and Servlets. - Original Message - From: Asif Rajwani <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, Septemb

Re: Using JSP and Servlets.

1999-09-21 Thread Craig R. McClanahan
Randy Belknap wrote: > "Craig R. McClanahan" wrote: > > > request.setAttribute("myBean", myBean); > > RequestDispatcher rd = >getServletContext().getRequestDispatcher("/nextpage.jsp"); > > rd.forward(request, response); > > Craig, > > I thought I read in one of your posts that an up

Re: Using JSP and Servlets.

1999-09-21 Thread Randy Belknap
"Craig R. McClanahan" wrote: > request.setAttribute("myBean", myBean); > RequestDispatcher rd = getServletContext().getRequestDispatcher("/nextpage.jsp"); > rd.forward(request, response); Craig, I thought I read in one of your posts that an upcoming version of the spec (either 2.2

Re: Using JSP and Servlets.

1999-09-21 Thread Craig R. McClanahan
Asif Rajwani wrote: > Hi, > I am starting a new project and I have a very simple question. > > 1. Can I call the servlet from the client side which would instantiate the > bean based on few session variables, pick up the JSP page siting on the server > and send the jsp page back to the client as

Re: Using JSP and Servlets.

1999-09-21 Thread Brien Voorhees
- Original Message - From: Asif Rajwani <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 21, 1999 2:08 PM Subject: Using JSP and Servlets. > Hi, > 1. Can I call the servlet from the client side which would instantiate the > bean based on few se

Using JSP and Servlets.

1999-09-21 Thread Asif Rajwani
Hi, I am starting a new project and I have a very simple question. 1. Can I call the servlet from the client side which would instantiate the bean based on few session variables, pick up the JSP page siting on the server and send the jsp page back to the client as if JSP was called directly. If

jsp and servlets sharing objects

1999-08-31 Thread Murray A. Snowden
I did some testing with JWS 2.0 with jsp:usebean tag. becomes: ... TestBean test = (TestBean) session.getValue("test"); ... This made sense because i could use same logic in servlet and share the same object between servlet and jsp page (like a connection to DB) But then i ran a test with jswdk

Newbie:What set up do I need to get JSP and servlets running?

1999-06-16 Thread Anonymous
Hi , I have just come to know the potential of JSP. I want to try this technology.Presently I have Websphere 2.0 IBM HTTP Server , JSDK 2.0. What else do I need to get JSP running ? Any info. in this regard would be helpful. Thanks in advance, - Ma