SESSION PROBLEM IN UNIX

2002-05-12 Thread Kapil
- Original Message - From: Kapil To: [EMAIL PROTECTED] Sent: Sunday, May 12, 2002 6:27 PM Subject: PROBLEM REGARDING SESSION IN UNIX OPERATING SYSTEM I have a problem in unix operating system. My code is working fine in windows operating system but it is giving me problem in

Re: can't use out.println in function

2002-05-12 Thread subbu
Hai,I have tried the code u have given.It is working fine. System.out.println(0 will print on your tomcat. out.println will print on your web page.(it is printing too) What is your actual problem ? s.subramanian IonIdea Enterprise Solutions Bangalore. India. - Original Message -

Issue Of Session Behaviour In Oracle9IAS on Unix Operating System

2002-05-12 Thread Kapil
I have an application in jsp that is working fine on Oracle9Ias on windowsNt,but giving problem on Oracle9Ias on unix.The problem exactly is with the session variable.Value of the some of the session variables is available to me on Nt and same variables i am unable to get on unix. I have a

comparing JSP/PHP

2002-05-12 Thread Daniel Lynn
OK, so I got a bit of an odd question here. I've been programming internet applications for a few years now and I started with JSP because of a previous background with Java applications. However, I've found that in my area, getting shared hosting with Java support is the next closest thing to

Re: can't use out.println in function

2002-05-12 Thread Bhushan_Bhangale
I tried your code on IPlanet 6.0 webserver and there System.out worked fine after setting the out stream System.setOut(new PrintStream(new FileOutputStream(D:/TreasureHunt/Code/logs/error.log))); The out.println will not work in the declared method as the out is declared and initialized in

Re: can't use out.println in function

2002-05-12 Thread [Vaishali S. Pandya]
No SS out.println is printing only on server not on webpage here 120 will be printed on my page but all i will not, which i try to print in function. Hai,I have tried the code u have given.It is working fine. System.out.println(0 will print on your tomcat. out.println will print on your web

how to use global variable?

2002-05-12 Thread [Vaishali S. Pandya]
hello all good morning as my prev que, i tried to use function and not able to use out.println in function so now i want to use a global array and want to add all values in array and will print that array in main code but i don't know how to make an array global. see the code HTML HEAD TITLE

Re: how to use global variable?

2002-05-12 Thread Bhushan_Bhangale
By defining the variable like this %! //declare global variable here % -Original Message- From: [Vaishali S. Pandya] [mailto:[EMAIL PROTECTED]] Sent: Monday, May 13, 2002 10:12 AM To: [EMAIL PROTECTED] Subject: how to use global variable? hello all good morning as my prev que, i tried

Re: how to use global variable?

2002-05-12 Thread Kesav, Ramesh
just declare these varibales within the tag % % say after your head tag. Regards Ramesh Kesavanarayanan [EMAIL PROTECTED] -Original Message- From: [Vaishali S. Pandya] [SMTP:[EMAIL PROTECTED]] Sent: Monday, May 13, 2002 10:12 AM To: [EMAIL PROTECTED] Subject: how to use

Re: how to use global variable?

2002-05-12 Thread [Vaishali S. Pandya]
Can't make a static reference to nonstatic variable myval this is the error i get in this code HTML HEAD TITLE Factorial /TITLE /HEAD BODY %! int myval[]= new int[100]; int v=0; % % int a=0; out.println(v); for (a=0;av;a++){ out.println(myval[a]); }

Re: how to use global variable?

2002-05-12 Thread [Vaishali S. Pandya]
No, in % % will not be global it will give undefined variable error while using them u have to use %! % tag to declare global var Vaishali RIL Ahmedabad just declare these varibales within the tag % % say after your head tag. Regards Ramesh Kesavanarayanan [EMAIL PROTECTED]

Re: how to use global variable?

2002-05-12 Thread Bhushan_Bhangale
You have declared the method as static and the variable is a nonstatic one. Either declare the variable as static or make the method nonstatic. -Original Message- From: [Vaishali S. Pandya] [mailto:[EMAIL PROTECTED]] Sent: Monday, May 13, 2002 10:40 AM To: [EMAIL PROTECTED] Subject: Re:

Re: how to use global variable?

2002-05-12 Thread subbu
inside static method u cannot call a non-static variable. make the variable static... s.subramanian IonIdea Enterprise Solutions Bangalore - Original Message - From: [Vaishali S. Pandya] [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, May 13, 2002 10:40 AM Subject: Re: how to use

how and where to set a context in tomcat 4.0.3

2002-05-12 Thread Vikramjit Singh
hi all, i am working on tomcat 3.2.1 and now our project is going live on tomcat 4.0.3. but i am facing problems in installing my context in the new tomcat. i have gone through the docs and installed tomcat accordingly. for setting up the context i am not able to do so.in the docs also its not

crystal reports in the browser from jsp???

2002-05-12 Thread Elango Palani
Hai All, How will i call a crystal reports in the browser from jsp? Regards Elango Palani === To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST. For digest: mailto [EMAIL PROTECTED] with body: set