IllegalStateException

2000-07-24 Thread Gerard Menezes
Hi All, While submitting a JSP page, I'm getting the foll error: Please Help... Urgent. javax.servlet.ServletException: Submit: Unable to DBConnect java.lang.IllegalStateException: Response has already been committed Submit: Unable to DBConnect java.lang.IllegalStateException: Response has

Re: Model 3 architecture + custom tags

2000-07-24 Thread Marco M
HI Craig, fine, i got it at work...it was a problem in the XSL file... i had a look at your exampleso i did the same, i wrote the ?xml version... ? after the custom tag... isn't it possible, instead, to write straight the JSP in XSL. i mean that ?xml version="1.0"? % jsp code

Re: How to evaluate a Tag at run time?

2000-07-24 Thread Pratik
Thanks for reply Actually In my one custom tag I want to do thing like this. I don't want to do coding in JSP. Any suggestion - Original Message - From: Christian Billen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, July 21, 2000 6:35 PM Subject: Re: How to evaluate a Tag at run

processing the page?

2000-07-24 Thread Lesley Eadie
Has anyone got any idea how to insert a message say like "Your request is being processed" while a JSP page is away doing it's business? All suggestions welcome and thanked for greatly. Cheers L x === To unsubscribe: mailto

Help on JSP

2000-07-24 Thread Suresh kumar K Badiga
Hi All I wanted to run some JSP pages. So i followed these steps so please tell me if i am wrong. In my NT Server4.0 I am having JDK1.3 and JSWDK1.0.1 and MS Sql server. Here i need to set any class path's ?? And one more thing all my HTML and .JSP and .JAVA files where should i pit any

Re: Help on JSP

2000-07-24 Thread Venkata Ratnam Vadlamannati
Hi Suresh I don't think JSWDK1.0.1 supports latest specifications of Servlets and JSP. May I suggest you to download developer version of JRun 3.0 (Free from Allaire) or you may use Tomcat (from Apache). The former also works as a web server and it's administration is pretty cool I've no idea

JRun233 vs JRun3

2000-07-24 Thread Ionel Condor
Hi, Does anyone know what version of Servlet's API does know JRun233 ? Shall I upgrade to version 3 ? Has version 3 significant improvements? Many thanks, Ionel Condor. === To unsubscribe: mailto [EMAIL PROTECTED] with

Re: JRun233 vs JRun3

2000-07-24 Thread Venkata Ratnam Vadlamannati
Hi Ionel JRun 2.33 runs JSP 0.92 and Servlet 2.1 specifications whereas JRun 3.0 runs JSP 1.1 and Servlets 2.2 and easy to instal and administer and significantly improved from its previous version. Developer of version of JRun 3.0 is free and available from Allaire's website Thanx Venkat

FW: FW: HELP URGENT WITH JSP TAGS!!!

2000-07-24 Thread Marco M
HI all, i wrote a tag with an attribute the attribute is called xsl the tag will be marco:mytag xsl="." ... /marco:mytag i added two methods to my java classes, called setXsl(String xsl) and getXsl i also modified the tag library descriptor, by including an attribute however,

Re: new or Beans.instantiate() ?

2000-07-24 Thread Jay Thoden Van Velzen
No, not in the least. This is all true, as far as I know. The main worry I have is that I run out of resources if I created new Objects through "new", rather than "beans.instantiate()" as the latter would be properly pooled by the app server a\nd run within the session context, but I don't think

Re: Comments for C# / VB Gen Next?

2000-07-24 Thread Jay Thoden Van Velzen
Nonsense. For those for whom security is an issue and need scalability and reliability, Java/Unix is the platform. Java survives because of the web, but also its distributed components, its security, reliability and extensibility. Sure, developing in VB/VBScript/ASP is faster, but it is

refresh

2000-07-24 Thread Herbert Pfleger
Hi all, how can I implement a Refresh-Button in a jsp-page. When I only reload the page, i got no new values, cause the jsp-page is already transformed to a servlet and the servlet is already compiled and does not refresh. So how can I make a total refresh (with new java-file and new

Dynamically Generated PDF

2000-07-24 Thread SoftLiban KEYROUZ Charbel
Hi all, I have one major problem with Acrobat Reader Plug-In, this is how it goes, whenever I try to load a PDF file that is created dynamically using JSP Internet Explorer displays for me the PDF code instead, despite the fact that the content Type of the dynamically generated PDF is set to

Web Development Frameworks - Call For Input

2000-07-24 Thread Adam Rossi
I am doing some research on Java web development frameworks for an upcoming article and a Java Users Group (JUG) presentation. The goal of my research is to show how using frameworks for Java web development reduces development time and increases application quality. I have worked on numerous web

Re: refresh

2000-07-24 Thread Geert Van Damme
you shouldn't use a new compilation. That's precisily what makes JSP/servlets so good. What I think your problem is, is that your browser (or a proxy server) caches the resulting page and that you're not doing a new request at all. Check your browser settings, try shift-reload, add refresh

Re: Dynamically Generated PDF

2000-07-24 Thread Nathan Hoover
add a parameter to the end of your jsp that says ?x=.pdf or something like that / stupid IE needs to see .pdf at the end of the URL. N At 11:25 AM 7/24/00, SoftLiban KEYROUZ Charbel wrote: Hi all, I have one major problem with Acrobat Reader Plug-In, this is how it goes, whenever I try to load

Re: How to find JPadPro (was: Re: Editor)

2000-07-24 Thread Richardson, Simon IT
And another sarcastic comment!! Sorry I don't think I know your brother! -Original Message- From: Heiko Gottschling [mailto:[EMAIL PROTECTED]] Sent: 20 July 2000 14:18 To: [EMAIL PROTECTED] Subject: How to find JPadPro (was: Re: Editor) Here is another way to find it, although some on

Re: Dynamically Generated PDF

2000-07-24 Thread Humphrey Sheil
try adding a '?' to the end of your url to force IE to examine the mime type - it's a well known IE problem - it doesn't examine the mime type it parses the file instead to try and figure out what type of content it is. http://xml.apache.org/cocoon/faqs.html#faq-26

Connection pooling in Stateless Session Bean.

2000-07-24 Thread Diwakar Killamsetty
Hi, I am novice to the EJBeans. In a Stateless Session Bean I would like to do Database Connection Pooling, is it possible? If so, please let me know? Thanks in advance. regards, Diwakar. (office) +91-40-3308600 x8547.

Re: Connection pooling in Stateless Session Bean.

2000-07-24 Thread Thomas Preston
This is a question for the EJB-INTEREST group instead of JSP-INTEREST. The answer is yes, you can use a db connection pool with stateless session bean. From: Diwakar Killamsetty [EMAIL PROTECTED] Reply-To: A mailing list about Java Server Pages specification and reference [EMAIL

Re: Is it required to End the Custom Tag?

2000-07-24 Thread Chao Chen
In a message dated 7/24/00 5:43:58 AM Central Daylight Time, [EMAIL PROTECTED] writes: Subj: Is it required to End the Custom Tag? Date:7/24/00 5:43:58 AM Central Daylight Time From:[EMAIL PROTECTED] (Pratik) Sender: [EMAIL PROTECTED] (A mailing list about Java Server Pages

Re: Is it required to End the Custom Tag?

2000-07-24 Thread Robert Nicholson
But didn't he say that in his .jsp file there's no closing tag? or no indication that it's a tag that doesn't require one? ie. his file isn't well formed. -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf

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: Dynamically Generated PDF

2000-07-24 Thread Aaron Prohaska
Charbel, can you tell me what you are using the dynamically create pdf files? I have looked at a couple of different methods for doing this, but don't know which would be best used. thanks, Aaron :::..:::...::: Aaron Prohaska :::..:::...::: VerdeSoft Internet Services

session cleanup

2000-07-24 Thread Gharse, Samir (Exchange)
I have some threads running continuously in a session. I need to stop those threads on session exit. If the user goes through my logout screen, it works fine...but if the browser is closed by the user, though the session is killed the threads still remain active. I have tried to use

Need help in deciding report generation tool !!

2000-07-24 Thread Geeta Kottapalli
Need help in deciding the tool for report generation. I can use either of 'Oracle Reports' or 'Crystal Reports' and I have no clue on how to use Crystal Reports as web pages and I am not sure if I can use Oracle Reports with JWS I did not use any tools in my previous web application and used

Security in Servlet framework.

2000-07-24 Thread Manisha Menon
Hi all, Is there any security framework which is to be used in our web application for authentication and authorization services. Our application has got servlets, JSP and beans but no EJB. The security framework should be object-based and independent of the server. We have a framework which is

Re: Security in Servlet framework.

2000-07-24 Thread Mutahar Qayum
yes, you can use LDAP authentication. check url: http://www.byte.com/column/BYT2105S0004 -Original Message- From: Manisha Menon [mailto:[EMAIL PROTECTED]] Sent: Monday, July 24, 2000 12:24 PM To: [EMAIL PROTECTED] Subject: Security in Servlet framework. Hi all, Is there any

Ldap-like functionality.

2000-07-24 Thread Manisha Menon
Yes Mr.Mutahar ! We would like to kave ldap **like** functionality. We cannot go for ldap for now. Is it possible to duplicate a framework for ldap-like functionality. Please suggest me on this. Thank you, Manisha __ Do You Yahoo!? Get Yahoo!

Re: Need help in deciding report generation tool !!

2000-07-24 Thread Daryani Santosh
I have used Crystal Reports 5 , 6 and 7 , Version 7 has a lot of features that can be used to develop reports as web pages. I did not use it with Java though . Most of the major database drivers are shipped with it , so you can connect to all major databases. I was using it with Oracle though . I

Re: session cleanup

2000-07-24 Thread Lee Collins
Samir, What I have done in the past is to have an additional thread running who's job it was to invalidateSessions and free related resources. You need an object to hold a ref to the Session objet and to the Thread so that when each Session is invalidated, you can destroy the thread. I may be

Re: Need help in deciding report generation tool !!

2000-07-24 Thread Kaushik Barot
Geeta, U can oracle report for this. What u have to do is , create report using Oracle Report. u can pass parameter as u must have done with c/s environment. In your HTML page , u redirect URL with parameter as normal request parameter pointing to the oracle Report server. u ca generate

Re: Need help in deciding report generation tool !!

2000-07-24 Thread Sivakumar Sankarasubramanian
check out www.brio.com specifically - brio reports Siva -Original Message- From: Geeta Kottapalli [mailto:[EMAIL PROTECTED]] Sent: Monday, July 24, 2000 12:30 PM To: [EMAIL PROTECTED] Subject: Need help in deciding report generation tool !! Need help in deciding the tool for report

Re: session cleanup

2000-07-24 Thread Gharse, Samir (Exchange)
Lee, It would be a great help if you could give me more info on this like where would you create this new thread, when do you destroy it, and how exactly did you achieve this. Thanks, Samir. -Original Message- From: Lee Collins [SMTP:[EMAIL PROTECTED]] Sent: Monday, July 24, 2000

AW: JSP Internationalization

2000-07-24 Thread Frank Esch
Here's is the answer: %@ page contentType="text/html; charset=UTF-8" % hope this helps Frank -Ursprüngliche Nachricht- Von: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]Im Auftrag von Scott Evans Gesendet: Mittwoch, 19. Juli 2000

Cache of JSP Pages in Jakarta

2000-07-24 Thread STATERI
Is there any way to tell to jakarta always recompile the JSP's source code ? I'm asking this because every time that I change any package used by a JSP page, I need to delete the java servlet source code (created by jakarta) to view to new results, otherwise jakarta takes my old package

Jsps and Framesets

2000-07-24 Thread Claire Ryan
Hi all, Can anyone tell me how to call a jsp page from into a frameset in html? I'm using Allaires Homesite and it seems to only search for html and asp pages. Thanks in advance, Claire Get Your Private, Free E-mail from MSN

Session persistance under Netscape 4.73

2000-07-24 Thread Donald Vandenbeld
I have a serlet/jsp application running under Resin 1.1.3 and 1.2. When I use Netscape Communicator 4.73 to access my application, the cookie that holds Resin's session information seems to persist even after shutting the browser down. I have shut down the browser and waited almost half and

Re: Session persistance under Netscape 4.73

2000-07-24 Thread Jim Preston
There could be two things going on here at the same time. First, check your server configuration and see what it has set for the session timeout for servlets. The default is usually 30 minutes. So if you waited "almost half an hour", you may not have waited quite long enough for the server to

signoff JSP-INTEREST

2000-07-24 Thread Joshi, Aparna
"signoff JSP-INTEREST" -Original Message- From: Richardson, Simon IT [mailto:[EMAIL PROTECTED]] Sent: Monday, July 24, 2000 9:22 AM To: [EMAIL PROTECTED] Subject: Re: How to find JPadPro (was: Re: Editor) And another sarcastic comment!! Sorry I don't think I know your brother!

Internal Server Error

2000-07-24 Thread Aaron Prohaska
Does anyone know what it means when the error I get back from JRun 3 says "500 Internal Server Error" and lists the name of a imported package that created? Since there is really no message explaining what the problem is I don't know where to go from here. The servlet that causes the error worked

Re: JRUN - any opinions?

2000-07-24 Thread Neal Cabage
Does anyone have any opinions on the best development tools for JSP? I am using JRUN with IIS ... and Notepad for developing my scripts... Would you recommend other tools? Thanks. Neal === To unsubscribe: mailto [EMAIL

Multiple contexts sharing data?

2000-07-24 Thread Kevin Duffey
Sorry this is a bit off topic, but I am not aware of a servlet-interest mailing list (if there is one..please direct me to it). I happen to have a rather odd need to allow separate web apps (Servlet 2.2 specifically) to share one particular object. On our site our users can be in one of 3

Re: JRUN - any opinions?

2000-07-24 Thread Jeff Borton
Check out the JRun Studio. I just downloaded it the other day and love the easy of use and built in debugging. -Jeff -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Neal Cabage Sent: Monday, July 24,

Re: refresh

2000-07-24 Thread jaction
hi,Herb, u can test via the following way: body.onunload="location.reload()" orform...onsubmit="location.reload()" good luck! jaction shanghai city. China - Original Message - From: "Herbert Pfleger" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 24, 2000

property = *

2000-07-24 Thread B R Nair
Hello, Would you please tell me what does * do in the following? jsp:setProperty name = "mybean" property="*" / Thanks and regards BRN. === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some

Re: property = *

2000-07-24 Thread Shiraz Wasim Zaidi
Hello, Would you please tell me what does * do in the following? jsp:setProperty name = "mybean" property="*" / This has been discussed in a previous thread. Go through the archive to find it. -Shiraz === To

(no subject)

2000-07-24 Thread ramadevi
"signoff JSP-INTEREST" === 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/jsp/faq.html

tomcat and windows 2000

2000-07-24 Thread Mark Lintner
Does tomcat 3.1 support windows 2000. Could there be a problem connecting to a servlet from an application running under tomcat on windows 2000?. I wonder if this could be the source of problems in calling a servlet using the standard examples as a guide.

Re: property = *

2000-07-24 Thread Vanisree
When the request comes from the form, the bean's properties are set to the form values specified by the user. Now, if the property names are same as the names of the parameters passed in through the form, then we can also use the special wild card character '*' to set the value of any Bean

can any one inform me????

2000-07-24 Thread G Sreenivasulu Naidu
Hi to all, It is related to Servlet ok. Files: LoginServlet.java,FirstServlet.java,SecondServlet.java. LoginServlet: It evaluates the userid and password.It both are valid then it invokes the FirstServlet ie it is like a mailbox(now mailbox opened).Once i pressed the compose button ie

Re: Multiple contexts sharing data?

2000-07-24 Thread Martin Cooper
There is a servlet-interest mailing list. See the main Sun servlets page: http://java.sun.com/products/servlet/index.html Look for the bottom box on the right-hand sidebar. -- Martin Cooper Tumbleweed Communications - Original Message - From: "Kevin Duffey" [EMAIL PROTECTED] To:

Re: Is it required to End the Custom Tag?

2000-07-24 Thread Pratik
Yes You are right but what about qu:mytag not qu:mytag/ still it executes my code and does not complain that tag should be ended. any suggestion? thanks pratik No, this is not a bug. The tag could be used in either of the following two ways, depending on whether it is defined to be a

Problem with Weblogic

2000-07-24 Thread Diwakar Killamsetty
I am novice to Java Technologies. I am using Weblogic as EJBean container and Sybase as Resource Manager. In weblogic.properties I mentioned the following details to make connection pool: weblogic.jdbc.connectionPool.SybaseDB=\

Re: Help on JSP

2000-07-24 Thread Suriya Narayanan
hi suresh... i will tell u the class path setting... consider ur jdk and jswdk at c:\ set path=.;c:\jdk1.3\bin;%path% set classpath=.; c:\jdk1.3\lib; c:\jswdk-1.0.1\lib; c:\jdk1.3\tool.jar; suresh set the path and go to the jswdk-1.0.1 and run the startserver bat file... now it will