Dynamic PDFs

2001-07-05 Thread Mattias Jiderhamn
I know this isn't really a JSP question, but I thought someone here might have run into the problem, and maybe somebody else would be interested also. Does anyone know how to create dynamic Adobe PDF files from a JSP application? Does anyone have any experience with Acrobat 5 + XML connected to J

Re: Best way to load up a connection pool?

2001-07-05 Thread Mattias Jiderhamn
We have an application in development stage. Instead of a connection pool I have chosen to give each logged in user its own Connection which is stored, together with other session stuff, in a session bean (i.e. sessionBean.getConnection() wherever DB is needed). I haven't seen anyone else use thi

WebLogic 5.1 HTTP default document directory question

2001-07-05 Thread Frank Mancini
How do I setup WL 5.1 to service web files off of another directory other than the document root. Netscape Iplanet calls this "additonal document directories"? eg. I want to service pages out of /users/myjsp instead of /users/public_html/myjsp when a user uses http://www.myserver.com/myjsp __

Re: Where should I put my servlet?

2001-07-05 Thread lancelot
Cathy, Thank you very much. It's really great help to me. Let me try right now. Lancelot - Click here for Free Video!! http://www.gohip.com/free_video/ - Original Message - From: "Cathy Mousavi" <[EMAIL PROTECTED]> To: <[EMAIL PROTE

Re: Where should I put my servlet?

2001-07-05 Thread lancelot
Oh, thanks you very much. Let me try it,right now. - Click here for Free Video!! http://www.gohip.com/free_video/ - Original Message - From: "Lester June Cabrera" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 06, 2001 1:

Re: Where should I put my servlet?

2001-07-05 Thread Cathy Mousavi
You should go to JBuilder and choose: Project - Project Properties - Required Libraries - Add - Under User Home or JBuilder - New - Add the Name of the library that you want to add like Tomcat - Type the Library paths like C:\Program Files\Apache Group\jakarta-tomcat-3.2.2\lib hit Ok and then you

Re: Where should I put my servlet?

2001-07-05 Thread Lester June Cabrera
\web-inf\classes At 01:02 PM 7/6/01 +0800, you wrote: >Excuse me, who know where should I put my servlet in my Tomcat application >server? >Or where should I put it, in Jbuilder? >thanks a lot. > >Lancelot > >=== >To unsubs

Where should I put my servlet?

2001-07-05 Thread lancelot
Excuse me, who know where should I put my servlet in my Tomcat application server? Or where should I put it, in Jbuilder? thanks a lot. Lancelot === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".

Re: Best way to load up a connection pool?

2001-07-05 Thread Chandra Patni
No they are not the same. ServletContext is application variable in jsp Regards, Chandra The statements and opinions expressed here are my own and do not necessarily represent those of Oracle Corporation. -Original Message- From: A mailing list about Java Server Pages specification and

cont: Best way to load up a connection pool?

2001-07-05 Thread Rick Reumann
My comments below: On 5 Jul 2001, at 17:40, Erik Morton wrote: > So many ways. > > One way: > Have your connection manager class implement the Singleton design pattern. If your >not familiar with this design pattern, this means that there will only be one >instance of the class per JVM per

Re: Best way to load up a connection pool?

2001-07-05 Thread Pantarotto, Sio
Cool. I have been doing lots of things so far using the session level, but never used the application level. I will probably get there when I finish my "team5.com" ecommerce sample. This list has been really useful, and it is expanding a lot my knowledge. Thanks to all of you Sio -Origin

Re: Best way to load up a connection pool?

2001-07-05 Thread Erik Morton
No. The ServletContext object has application level scope. This means that all users of a single web application access the same ServletContext object. There is a one-to-one relationship between Web Applications and ServletContext. "Pantarotto, Sio" wrote: > Is ServletContext the same as session

Re: Best way to load up a connection pool?

2001-07-05 Thread Pantarotto, Sio
Is ServletContext the same as session -Original Message- From: Erik Morton [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 05, 2001 2:41 PM To: [EMAIL PROTECTED] Subject: Re: Best way to load up a connection pool? So many ways. One way: Have your connection manager class implem

Re: Best way to load up a connection pool?

2001-07-05 Thread Erik Morton
So many ways. One way: Have your connection manager class implement the Singleton design pattern. If your not familiar with this design pattern, this means that there will only be one instance of the class per JVM per class loader. You'll have a public getInstance() method that will return

Re: Browser stop buttons

2001-07-05 Thread Pantarotto, Sio
Can you provide more details of your architecture? Think of threads while trying to understand things like that. Once a thread is started to execute something it will go throught its life cicle and then die. Probably your container is doing something via a thread. Does it make sense? Siomara --

Re: problems with a JTree in an applet

2001-07-05 Thread Pantarotto, Sio
Have you tried that before Leonard? -Original Message- From: Leonard Wolters [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 04, 2001 6:14 AM To: [EMAIL PROTECTED] Subject: Re: problems with a JTree in an applet Showing the applet is not that difficult: it works without any problems ei

Best way to load up a connection pool?

2001-07-05 Thread Rick Reumann
I apologize if this is too basic a question for this list. If so you feel free to flame me. First off, if the design issues are bad here to start with please tell me. Anyway say I have a connection pool ( ConnectionManater.java ). Then I also have several different classes that have methods tha

Browser stop buttons

2001-07-05 Thread Glenn Wearen
I've noticed that my JSP container continues to process my request even after I have pressed my browsers STOP button. This seems to be a security weakness, since a two year old could launch a DoS attack on my JSP container. Does anybody know the cause of this? or how would you tell the container t

Re: Really need help with LDAP error 65

2001-07-05 Thread Mike Duffy
This could mean you are trying to add an attribute to an object and that attribute is not in the objects schema. --- Frank Mancini <[EMAIL PROTECTED]> wrote: > I looked all over the developer site for iplanet for > this one. Can someone > tell me what this error is: > > Root error: [LDAP: error

Re: problems with a JTree in an applet

2001-07-05 Thread Jann VanOver
Is this a JSP thing? Looks like a Java/Swing/Applet thing. -Original Message- From: Pantarotto, Sio [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 04, 2001 12:12 AM To: [EMAIL PROTECTED] Subject: problems with a JTree in an applet Hi All, I am trying to create a JTree in an applet t

Re: Adding rows of a table dynamicall in client side !

2001-07-05 Thread Jann VanOver
Try a Javascript or DHTML source. I don't think that JSP can help you at all with this. -Original Message- From: Sreenath Venkatramanappa [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 04, 1995 12:28 AM To: [EMAIL PROTECTED] Subject: Adding rows of a table dynamicall in client side !

Re: Apache Tomcat configuration in UNIX

2001-07-05 Thread Jann VanOver
Please check the Tomcat User list Archives. (http://mikal.org/interests/java/tomcat/index.jsp) -Original Message- From: Arnab Nandi [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 04, 2001 6:49 AM To: [EMAIL PROTECTED] Subject: Apache Tomcat configuration in UNIX Hi all, I have the fol

Bigfoot LDAP queries

2001-07-05 Thread Chandra Patni
Hello, Does anyone cann tell me what are the ldap schema queries for bigfoot. Regards, Chandra -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Frank Mancini Sent: Thursday, July 05, 2001 8:46 AM To: [EMAIL

Re: restoring the jsp form values.

2001-07-05 Thread Ashish Shrestha
Why do you want to be able to go back? If it is for processing errors/ invalid values in the submission why don't you check out the article on javaworld on form processing in jsp? Let me explain the basic idea mainForm.jsp -> mainBean (request scope) in mainBean process the stuff and generate

Really need help with LDAP error 65

2001-07-05 Thread Frank Mancini
I looked all over the developer site for iplanet for this one. Can someone tell me what this error is: Root error: [LDAP: error code 65 - Object Class Violation] I'm binding as the cn=Directory Manager Any ideas for you Java heads out there? __

Re: Tomcat not for deployment? (was RE: Opensource app server withServlet/JSP support)

2001-07-05 Thread Dan Johnsson
Well, according to the User Guides that come with Tomcat, it seems like it is intended for real life deployment. If it were only for playign around and learning; why would they then care to put in all that tuning stuff (pooling, multiple JVMs etc)? We run apache/tomcat and it works fine. Mind yo

Re: BLOBS

2001-07-05 Thread Gemma Montero
And, How can I insert a file into a blob field? I have a form in a file: and when it is submitted I call a jsp page who use a Bean to manipulate a table of the data base (Informix) I dont know how to insert this file in a field of this table, the code of the function

win a phone

2001-07-05 Thread Simon Chia
go to http://www.nokia-asia.com/apac/3330_contest answer 3 questions.. all the answer are in there. REMEMBER TO ENTER MY DETAILS AS WELL OR ELS YOU WON'T BE ABLE TO GET THROUGH .. : ) okie? GOOD LUCK : ) My Name: Simon Chia E-Mail: [EMAIL PROTECTED]