blank mails.

2001-11-30 Thread Carlos Vicente
I´m getting some void mails from this list (from Lorena Carlo and Orlando Perdomo). Something was wrong?

Re: how to set session time out in jsp page?

2001-11-30 Thread Vikramjit Singh
session.setMaxInactiveInterval(time in milliseconds.); Vikramjit singh, eAngel Team, Global Tele-systems Ltd. Ph. 7612929-3140 -Original Message- From: Robin [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 29, 2001 9:29 PM To: [EMAIL PROTECTED] Subject: how to set session time out

Re: blank mails.

2001-11-30 Thread Antoni Reus
They are Outlook express virus. El 2001.11.30 08:55 Carlos Vicente ha escrit: I´m getting some void mails from this list (from Lorena Carlo and Orlando Perdomo). Something was wrong? -- Antoni Reus === To

WEb server

2001-11-30 Thread Eunum Listener
I am choosing the web server for a project on weblogic, can anyone tell me if I will build my app on the web server integrated in weblogic, or just find alternative to seperate the EJB tier with web tier. Is resin is a good choice? This message was posted using eunumTo interact with a

i get mails too.

2001-11-30 Thread Robin
it is virus mail? -- ???: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]?? Antoni Reus : 2001?11?30? 16:05 ???: [EMAIL PROTECTED] ??: Re: blank mails. They are Outlook express virus. El 2001.11.30 08:55 Carlos Vicente ha

please critique (demo site and resume site)

2001-11-30 Thread olizedobar
Hello, in my quest to find an entry level jsp/servlets job, I have an online resume at http://www.oliverbarnes.com/ with a demo jsp site at http://www.pretaluz.com/ which I would like to submit to the list and get people's opinions on them. I will greatly appreciate anybody taking their time

Virus Alert!!!

2001-11-30 Thread Francisco Manuel Martínez Suárez
I've received a virus alert in my Microsoft Outlook in two messages from Lorena Carlo and Orlando Perdomo. Archive : YOU_ARE_.scr Virus name : W32/BadTrans@MM Please check your systems. Thanks to all Fran Martinez

Re: i get mails too.

2001-11-30 Thread yilmaz
unfortunately it is, this morning my PC infected with that email too, but seems that not such a destructive virus. i cleaned up easily :) - Original Message - From: Robin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, November 30, 2001 4:10 PM Subject: i get mails too. it is

executing perl script in jsp

2001-11-30 Thread Soumitra Bhattacharya
Hi! when a jsp page is called ,I want ot execute a perl script and print the output of the perl script on to the browser. How do I do it. Thanks in advance, Soumitra === To unsubscribe: mailto [EMAIL PROTECTED] with body:

JSP and SQL between \

2001-11-30 Thread Peter Palombi
hi all, I have a troble with jsp and a query on access table. i have to made a select for example select count(*) from table where Data between \01/01/2001\ and \30/01/2001\ when i try to insert in the jsp code String queric = \SELECT Count(*) FROM Attivazioni WHERE Attivazioni.DataINS

Re: Should the controller be a JSP or a servlet ?

2001-11-30 Thread sasi
Hi , it can be a servlet or jsp?My openion is better go for servlet.becoz in jsp implicit objects are created due to these objects performence will some how decreased . one more thing being a controller it will consists more of logic than presentation that means we have code it java.its good and

Re: Java number format question....please help

2001-11-30 Thread Dmitry Namiot
Why do not use DecimalFormat? See for example Number custom tag on http://www.servletsuite.com/jsp.htm Hi all, How do I format a integer 20 to 00020 ? Thanks. Regards, KL OOI -- Coldbeans Software - server-side Java (tm) components http://www.servletsuite.com

Re: QUESTION ON APACHE / TOMCAT

2001-11-30 Thread S.Jyotinarayan
If Tomcat 4.0 is running on a system called COMP1 with a project named PROJ1, we would run the project in the following manner right? http://COMP1:8080/PROJ1/index.htm Instead of having the above as the address, could I have something like http://mydomain/PROJ1/index.htm Thanks a lot in

Re: errors starting tomcat 4 on linux

2001-11-30 Thread Glenn Wearen
This looksJVM related, is your JVM certified on your kernel and gcc versions? -Original Message-From: Daliso Zuze [mailto:[EMAIL PROTECTED]]Sent: Thursday, November 29, 2001 10:56 PMTo: [EMAIL PROTECTED]Subject: errors starting tomcat 4 on linux Hi All, Would anyone have

Re: display image from table WOO their Sports fans, here is an answer

2001-11-30 Thread Daniel Jaffa
Yo dude do this. Bye the way if you searched the archives you would of found it, cause that is where i got this code :) % String comment = request.getParameter(comment); InputStream input; DataInputStream dataInput; Connection con = null; String line = ;

Re: Virus Alert!!!

2001-11-30 Thread Troy Campano
I got the same ones. -Original Message- From: Francisco Manuel Martínez Suárez [mailto:[EMAIL PROTECTED]] Sent: Friday, November 30, 2001 4:27 AM To: [EMAIL PROTECTED] Subject: Virus Alert!!! I've received a virus alert in my Microsoft Outlook in two messages from Lorena Carlo and

Re: Virus Alert!!!

2001-11-30 Thread Eric Fleming
I just finished reading all about it. Even if you don't open the attachment, it'll attempt to infect your system. It can do this by having preview window mode on (I always have this turned off on my PCs) and if you double-click the mail to open it up in its own window. It'll not only infect your

Re: executing perl script in jsp

2001-11-30 Thread Ashish
Look at java.lang.Runtime and java.lang.Process use Runtime.exec() and use the process to get the output stream! ashish shrestha === To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST. For digest:

Re: executing perl script in jsp

2001-11-30 Thread Charles Williams
Title: RE: executing perl script in jsp Any people -- Ashish? -- doing this? I'm sure our people are going to be VERY interested. chuck williams -Original Message- From: Ashish [SMTP:[EMAIL PROTECTED]] Sent: Friday, November 30, 2001 11:03 AM To: [EMAIL PROTECTED] Subject: Re:

Re: executing perl script in jsp

2001-11-30 Thread Daniel Jaffa
I have used this method to pull env var out of a sun box. It worked quite well. 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 are not happy, I am not happy

Calling Stored Procedures

2001-11-30 Thread Praveen Potineni
Hi all, Can anyone provide code snippets of how to call a stored procedure which involves multiple selects statements and Joins. Procedure takes 3 inputs and returns 8 columns. Can someone provide me with some examples. Thanks in advance Praveen

Servlet refresh

2001-11-30 Thread Ketharinath Kamalanathan
Hello: I am running TomCat 4.0.1 and I have servlet class file placed in the appropriate position. I made some changes ot my servlet source class and compiled. Compilation went thorugh. I restarted my TomCat server. But still, I do not see the changes. I have changed hte text to be

Re: Servlet refresh

2001-11-30 Thread Chris Tucker
Have you emptied the browser cache/shift-reloaded the page? -Original Message-From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Ketharinath KamalanathanSent: Friday, November 30, 2001 12:54 PMTo: [EMAIL

Re: Servlet refresh

2001-11-30 Thread Margaret Fisk
You may also need to delete the compiled version in the WORK folder under your tomcat installation. That is where Tomcat stores its version of your code. Margaret -Original Message-From: Chris Tucker [mailto:[EMAIL PROTECTED]]Sent: Friday, November 30, 2001 12:54 PMTo: [EMAIL

Re: Servlet refresh

2001-11-30 Thread Ketharinath Kamalanathan
Yes I did. I deleted all the cache from the browser too. Thanks /KK - Original Message - From: Chris Tucker To: [EMAIL PROTECTED] Sent: Friday, November 30, 2001 2:54 PM Subject: Re: Servlet refresh Have you emptied the browser cache/shift-reloaded the

Re: Servlet refresh

2001-11-30 Thread Ketharinath Kamalanathan
I do not see any other version of my class. I did a through search for the specified class name. My class file name is login.class. It is in C:\tomcat4.0\jakarta\webapps\examples\WEB-INF\classes The error from the log file "localhost_examples_log.2001-11-30.txt" is: 2001-11-30 14:05:23

Re: Servlet refresh

2001-11-30 Thread Chris Tucker
If at first something like that doesn't work for me, I tend to stop Tomcat, erase the offending servlet, copy the new version in again, and restart. However, it sounds like you've probably already done this. The next thing I would try is to just make absolutely sure the browser isn't serving you

Re: Servlet refresh

2001-11-30 Thread Ketharinath Kamalanathan
1. I am not able to telnet to my server. I havethe machine on the Net with IP 65.71.103.122 and port 8080 for my web app. Can you tell me if I have any thing wrong in what I have set up by seeing the page yourself?? Thanks /KK - Original Message - From: Chris Tucker [EMAIL PROTECTED]

Re: Servlet refresh

2001-11-30 Thread Chris Pratt
Seems to be working fine. I just went to http://65.71.103.122:8080/index.html and the TomCat start page came right up. (*Chris*) - Original Message - From: Ketharinath Kamalanathan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, November 30, 2001 1:39 PM Subject: Re:

Re: Servlet refresh

2001-11-30 Thread Madhusudhan, Ramanujan
Title: RE: Servlet refresh Hi chris, I am trying to use the telnet as per your advice. When you say servername. I am using the localhost On the command prompt I type telnet localhost : 80 when I do this, I get a blank screen. I then have to enter twice before I see some HTML data. Am I

Re: Servlet refresh

2001-11-30 Thread Ketharinath Kamalanathan
but the fun is when you submit something on that page. The TOmCat server is up and running fine. I get he TomCat Index page. But hte servlet I am talkng baout is my servlet for my app. http://65.71.103.122:8080/examples/jsp/middleware/index.html If you visit there, you will get a login

Re: Servlet refresh

2001-11-30 Thread Chris Tucker
To telnet to it you should issue the command: telnet 65.71.103.122 8080 When it's connected, type in: GET /path/to/your/servlet HTTP/1.1 Host: localhost You didn't say where your servlet was located, so I don't know what path to use: when you test it, simply replace the /path/to/your/servlet

Re: Servlet refresh

2001-11-30 Thread Ketharinath Kamalanathan
As Madhu says, I get a blank TelNet Screen. I have the servlet file in localhost\tomcat\webapps\examples\web-inf\classes any suggestions?? Thanks /KK - Original Message - From: Chris Tucker [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, November 30, 2001 3:54 PM Subject: Re:

Re: Servlet refresh

2001-11-30 Thread Madhusudhan, Ramanujan
Title: RE: Servlet refresh I tried accessing your URL. after typing hte username and Password, I am getting an error page. Looks like it is uanble to find the page. Madu Ramanujan Business Analyst Pacificorp -Original Message- From:

Re: Servlet refresh

2001-11-30 Thread Chris Tucker
At the moment your form submission is going to localhost:8080, not 65.71.103.122:8080 -- I assume these two IP's are the same machine for you? If you want it to be testable by people on the list, you'll need to fix up your form submission to go to the 'net IP, not localhost. Chris -Original

Re: Servlet refresh

2001-11-30 Thread Chris Tucker
Title: RE: Servlet refresh Yeah, the HTTP server won't write anything to the display until the headers are sent for the client. When you're telnetting in, you're effectively opening a raw-text socket to the server. You can then explicitly type in the HTTP headers that you want sent, and

Re: Servlet refresh

2001-11-30 Thread Ketharinath Kamalanathan
I got it fixed. The problem was with the browser itself. I was cleaning the catch with the TomCat server Running. It did not work. This time, I stopped the server and then cleaned the cache and restarted the server. It went thru. By the way, is there any work around so that one does not need

Re: Servlet refresh

2001-11-30 Thread Michael Reilly
Title: RE: Servlet refresh You have 'localhost' in your web page rather than a relative directory. or at least that's my thinking. My client looks for file on my localhost... -Original Message- From: Ketharinath Kamalanathan [mailto:[EMAIL PROTECTED]] Sent: Friday, November 30,

localhost vs ip address

2001-11-30 Thread Michael Reilly
Title: localhost vs ip address Chris is correct...change the 'localhost' to your ip address in your html file and you should be working.

FW: localhost vs ip address

2001-11-30 Thread Madhusudhan, Ramanujan
Title: localhost vs ip address http://65.71.103.122:8080/tomcat/webapps/examples/web-inf/classes I tried the above url and I was able to see something on the page. Just find out whether is this right. Madu Ramanujan Business Analyst Pacificorp

Re: FW: localhost vs ip address

2001-11-30 Thread Ketharinath Kamalanathan
Title: localhost vs ip address Actually Tomcat is the installation directory. Youneed to user relative path. http://65.71.103.122:8080/examples/jsp/middleware/index.html will put you in index page. Anyway, I got it fixed. Thanks /KK - Original Message - From: Madhusudhan,

Include non-existing page result in different behavior with tomcat and resin

2001-11-30 Thread Ron van Pol
Hi there! I was just wondering what is considered to be correct behavior. Im including a jsp from a servlet (see codesnip below). Now, sometimes the included jsp does not exist. I was under the impression that a ServletException was to be thrown in these cases. This seems to be correct