Please help me find Tomcat, JBOSS web hosting with good customer support

2005-10-28 Thread ED KIDEYS
application that works and I would be able to handle from there. They couldn't even do this!! I found out that the knowledgable people there specialize in Pearl and PHP. To get to the crux of the matter, I need help in finding a more suitable web hosting company that offers private Tomcat and

Re: [Help] How to solve this problem(Urgent)

2005-07-01 Thread Richard Yee
lla this Word "A" not exist to how can i solve the problem i need your help guys. This is my partial Code : String Buffer sbHasil = new StringBuffer("").append(NewLine.CodeBreak()); Proses_Menampilkan_Data(puDispl

Re: [Help] How to solve this problem(Urgent)

2005-06-30 Thread Duc Vo
Do you homework on local variable pal ... -Original Message- From: A mailing list for discussion about Sun Microsystem's Java Servlet API Technology. [mailto:[EMAIL PROTECTED] On Behalf Of Andy Susanto Sent: Friday, 1 July 2005 1:22 PM To: SERVLET-INTEREST@JAVA.SUN.COM Subject:

[Help] How to solve this problem(Urgent)

2005-06-30 Thread Andy Susanto
And i get a Result but when i test my suspicion in point 2, and i get a data, but not a perfect. Because Char "A" never been exist in the output, after that when i "view Source" from an IE or Mozilla this Word "A" not exist to how can i solve the problem i need

Re: Need help with servlet thread safety...

2005-04-12 Thread Brett Zamora
ava.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Re: Need help with servlet thread safety...

2005-04-12 Thread Nic Ferrier
off SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Re: Need help with servlet thread safety...

2005-04-12 Thread Emmanuel Eze
that does what I > outlined on the simple demo page. I've also provided the source code, so > that anybody that might be willing to help me, could see how I am attempting > to synchronize my code to avoid the condition I am seeing. > > In a nutshell, I create a bean for the use

Re: Need help with servlet thread safety...

2005-04-12 Thread Mark Beaty
ff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Re: Need help with servlet thread safety...

2005-04-12 Thread Mark Beaty
ava.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Re: Need help with servlet thread safety...

2005-04-11 Thread Narendra Krishna
just that I can't > seem to recreate it. > > I have set up a sample of the problem at http://www.zware.net/simpleDemo > > It is a very basic, very small sample amount of code that does what I > outlined on the simple demo page. I've also provided the source code, so >

Need help with servlet thread safety...

2005-04-11 Thread Brett Zamora
. I've also provided the source code, so that anybody that might be willing to help me, could see how I am attempting to synchronize my code to avoid the condition I am seeing. In a nutshell, I create a bean for the user record. I then synchronize the bean and call a method to retrieve the data

Re: Help with JDBC query

2005-01-23 Thread Richard Yee
lues.add(request.getParameter("userName")); int subscriber = 0; param = request.getParameter("subscriber"); if(param != null && param.equals("on")){ subscriber = 1; } values.add("" + subscriber); int s

Re: Help with JDBC query

2005-01-23 Thread Bob Withers
Hard to tell but is there a space between ) and VALUES? Bob Sent from my Dell Axim X30 -Original Message- >From: "Jack Lauman"<[EMAIL PROTECTED]> >Sent: 1/23/05 9:32:45 PM >To: "SERVLET-INTEREST@JAVA.SUN.COM" >Subject: Help with JDBC query > >

Re: Help with JDBC query

2005-01-23 Thread Richard Yee
er = 0; param = request.getParameter("subscriber"); if(param != null && param.equals("on")){ subscriber = 1; } values.add("" + subscriber); int subscriptionExpired = 0; param = request.getParameter("subscriptionExpired"); if(param != null && p

Help with JDBC query

2005-01-23 Thread Jack Lauman
.getParameter("userName")); int subscriber = 0; param = request.getParameter("subscriber"); if(param != null && param.equals("on")){ subscriber = 1; } values.add("" + subscriber); int subscriptionExpired = 0; param = request.getParameter("subscriptionExpired"); if(param != null && param.equals("on")){ subscriptionExpired = 1; } values.add("" + subscriptionExpired); } values = new ArrayList(); <-- I tried sql.setValues(values) here result = sql.executeUpdate(); but it also didn't work... // Get the id of the new from MySQL LAST_INSERT_ID // then redirect to: changeWebsites.jsp if(result != 0 && pathInfo.equals("/restaurantNew")){ sql.setSqlValue("SELECT LAST_INSERT_ID()"); sql.setValues(values); Result res = sql.executeQuery(); if (res != null && res.getRowCount() > 0){ Long id = (Long)res.getRows()[0].get("LAST_INSERT_ID"); pathInfo = request.getContextPath(); response.sendRedirect(response.encodeRedirectURL(pathInfo + "/secure/" + request.getParameter("redirect") + "?restaurant=" + id)); return; } } } ___ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Help Required

2004-08-25 Thread Sajjad Awan
message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Help Required

2004-07-29 Thread Sajjad Awan
es/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Re: Need help to send email with servlet

2004-01-12 Thread Sireesha Beeram
ED]> To: [EMAIL PROTECTED] Subject: Re: Need help to send email with servlet Date: Sat, 10 Jan 2004 10:33:39 +0700 Jose, actually i've add that portion to server.xml also. But still i got the same exception. :( l a m b o k s i a n t u r i - i t s t a f f - pt. multi garmenjaya

Re: Need help to send email with servlet

2004-01-09 Thread Lambok Sianturi
AIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 08, 2004 2:00 PM Subject: Re: Need help to send email with servlet > Lambok: > > You also have to add an entry under you tag in server.xml. The one I use for my project is: > > > > >

Re: Need help to send email with servlet

2004-01-07 Thread Jose Alfonso Martinez
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body > of the message "signoff SERVLET-INTEREST". > > Archives: http://archives.java.sun.com/archives/servlet-interest.html > Resources: http

Need help to send email with servlet

2004-01-05 Thread Lambok Sianturi
Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Re: help regarding oracle

2003-10-03 Thread Lambert Behnke
ot;some value"); David -Original Message- From: shashi kanth goud [mailto:[EMAIL PROTECTED] Sent: Friday, October 03, 2003 4:39 AM To: [EMAIL PROTECTED] Subject: Re: help regarding oracle hi everybody, iam working on oracle 7 . i want to use auto counter field in oracle can anyone tel

Re: help regarding oracle

2003-10-03 Thread Hyne, David
Title: RE: help regarding oracle Please use SEQUENCE.  You need to have DBA privilege to create this. Syntax is: CREATE SEQUENCE seq_name     START WITH 1     INCREMENT BY 1     NOMINVALUE     MAXVALUE 1.000E+27     NOCYCLE     NOCACHE     ORDER / In your query, you can get next value

Re: help regarding oracle

2003-10-03 Thread Narayanan Ravi Chandran
EMAIL PROTECTED]Subject: Re: help regarding oracle hi everybody,  iam working on oracle 7 . i want to use auto counter field in oracle can anyone tell me how to do itthanx in advance RegardsShashi ___ To unsubs

Re: help regarding oracle

2003-10-03 Thread shashi kanth goud
the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Re: Please help regarding passing special characters

2003-10-01 Thread K R Viju
bout Sun Microsystem's Java Servlet API Technology. [mailto:[EMAIL PROTECTED]On Behalf Of vtrSent: Wednesday, October 01, 2003 2:37 PMTo: [EMAIL PROTECTED]Subject: Please help regarding passing special characters Hi   in one of my forms i am sending '&'

Re: Please help regarding passing special characters

2003-10-01 Thread vikramjit singh
esday, October 01, 2003 2:37 PMTo: [EMAIL PROTECTED]Subject: Please help regarding passing special characters Hi   in one of my forms i am sending '&' something as in ' joe & Sam'   but when i do the getParameter for the above i get only till joe the

Re: Please help regarding passing special characters

2003-10-01 Thread Erik Beijnoff
>Hi >in one of my forms i am sending '&' something as in ' joe & Sam' >but when i do the getParameter for the above i get only till joe >the rest gets truncated. >I will be thankful Any to help in this direction See response in jsp-interest. Pleas

Re: Please help regarding passing special characters

2003-10-01 Thread Shekhar Suman
ives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Please help regarding passing special characters

2003-10-01 Thread vtr
Hi   in one of my forms i am sending '&' something as in ' joe & Sam'   but when i do the getParameter for the above i get only till joe the rest gets truncated. I will be thankful Any to help in this direction       V.T.R.Ravi Kumar, Engg.(CC

Re: help

2003-09-29 Thread vikramjit singh
lf Of Shekhar SumanSent: Tuesday, September 30, 2003 11:31 AMTo: [EMAIL PROTECTED]Subject: help Hi frnds,   I never use Java printing API and Now i need to use it in servlet. How can do this.   In my servlet I need to print files by using default printer.   I find out few exa

help

2003-09-29 Thread Shekhar Suman
m/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Re: help deploying war file

2003-09-25 Thread Shivanjali Bhutkar
To: [EMAIL PROTECTED] Subject: help deploying war file I know this process should be very straight forward, but I am having a little trouble. I created a war file at the top level of my web application $TOMCAT_HOME/webapps/j by using jar cvf xsite.war . I moved this file (xsite.war) to $TOMECAT_HOME/weba

Re: help deploying war file

2003-09-22 Thread Burke, Timothy R
9 E47A A82D F4C2 D990 (1024) (303)977-0691 (work) / (303)977-4965 (work fax) -Original Message- From: Carter, Scott [mailto:[EMAIL PROTECTED] Sent: Monday, September 22, 2003 1:49 PM To: [EMAIL PROTECTED] Subject: help deploying war file I know this process should be very straight forwar

help deploying war file

2003-09-22 Thread Carter, Scott
follows: when I went to hit the site http://localhost:8080/x it gave me the screen for a directory listing just showing xsite.xml even though the web.xml file in the war file has a welcome file. The site works fine unpackaged under the /j/ path. please help

Re: Well to help all your bored servlet developers...

2003-09-16 Thread Eric Noriega
nkin wrote: J I need some help.  I have a servlet that generates about 150 items and creates an HTML table. It takes about 45 - 60 seconds to run. First, I would like to create pages with 20 - 30 items per page. I through of a way to do this with _javascript_ and DIV tags b

Re: Well to help all your bored servlet developers...

2003-09-16 Thread Peter Vertes
__ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Re: Well to help all your bored servlet developers...

2003-09-16 Thread Zerbe John W
2:10 PMTo: [EMAIL PROTECTED]Subject: Re: Well to help all your bored servlet developers... how about break one big table to several small tables with the same amount of collums?  You can hide the outer border so the user will think that is one table. - Original Message -

Re: Well to help all your bored servlet developers...

2003-09-16 Thread Gang Zhang
PM Subject: Re: Well to help all your bored servlet developers... On Tue, 2003-09-16 at 12:35, Ross Rankin wrote: JI need some help.  I have a servlet that generates about 150 items and creates an HTML table. It takes about 45 - 60 seconds to run. First, I would like to

Re: Well to help all your bored servlet developers...

2003-09-16 Thread Peter Vertes
On Tue, 2003-09-16 at 12:35, Ross Rankin wrote: J I need some help.  I have a servlet that generates about 150 items and creates an HTML table. It takes about 45 - 60 seconds to run. First, I would like to create pages with 20 - 30 items per page. I through of a way to

Well to help all your bored servlet developers...

2003-09-16 Thread Ross Rankin
J I need some help.  I have a servlet that generates about 150 items and creates an HTML table. It takes about 45 - 60 seconds to run. First, I would like to create pages with 20 - 30 items per page. I through of a way to do this with _javascript_ and DIV tags but we know why that isn&#

Anybody willing to help out?

2003-07-09 Thread [EMAIL PROTECTED]
___ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Re: Login date encryption/decryption help

2003-06-18 Thread srinivas patnaik
e > problem. Snippet or suggestions > are helpful. > > -- > V Madhu, > > ___ > To unsubscribe, send email to [EMAIL PROTECTED] > and include in the body > of the message "signoff SERVLE

Re: Login date encryption/decryption help

2003-06-17 Thread Adrian Janssen
date encryption/decryption help > > HI, > > As i am using JSP for my web application. Here to authenticate a user i am > using Oracle as backend. But in the form submission i am using POST > method, > eventhough it hides the header but not the contents such as password. So i > w

Login date encryption/decryption help

2003-06-17 Thread Madhu Vadlapudi
of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Need help in connecting to JDBC, using a user role.

2003-06-15 Thread Madhu Vadlapudi
ves: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Re: Multithreading help

2003-06-04 Thread srinivas
Hi, As per my knowledge threads do not work simultaneoulsy though they look so. -Original Message-From: A mailing list for discussion about Sun Microsystem's Java Servlet API Technology. [mailto:[EMAIL PROTECTED]On Behalf Of Riyaz PraslaSent: Wednesday, June 04, 2003 12:08

Re: Multithreading help

2003-06-04 Thread Kai Ojansuu
"signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Multithreading help

2003-06-04 Thread Riyaz Prasla
Hi ,   Quick question about multithreading: On a single CPU machine do threads work simultaneously or are they scheduled one after another?   I am having a servlet which has multiple threads created but looks like the total amount of time they take is same as the servlet without any threads. Tha

web server crashes . Please help !!!

2003-05-29 Thread V.T.R.Ravi Kumar
I get the following error message and the web server crashes this problem has been arising suddenly with out any changes made by me...     JAVA caused an invalid page fault inmodule KERNEL32.DLL at 017f:bff87ede.Registers:EAX=c00309c4 CS=017f EIP=bff87ede EFLGS=00010216EBX=0b64ff88 SS=0187

Re: Need help with storing result set

2003-04-01 Thread Darian Shimy
Title: RE: Need help with storing result set When you say "so they can retrieve the data later", define later.  If later is a few page requests, then the session object would be fine.  If later is a different browser session, sessions are not really a viable option.  You could use

Re: Need help with storing result set

2003-03-27 Thread Gokul Singh
> -Original Message- > From: A mailing list for discussion about Sun Microsystem's > Java Servlet API Technology. > [mailto:[EMAIL PROTECTED] On Behalf Of Tom K > Sent: Thursday, March 27, 2003 3:46 PM > To: [EMAIL PROTECTED] > Subject: Need help with storing

Need help with storing result set

2003-03-27 Thread Tom K
ot;. Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

[ANN] Java web app development help through the ICanHelp service

2003-03-23 Thread Hans Bergsten
es: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Help

2003-03-13 Thread suresh babu
p;sign&&jmart ___ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-res

Re: Newbie needs help with sub-classes outside my main servlet

2003-03-08 Thread Richard Yee
Any ideas what I'm doing wrong...I know it's something simple that I'm missing/not understanding. Thank you very much, Kenny - Original Message - From: "Minos Chadgidakis" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 06, 2003 9:50 AM

Re: Newbie needs help with sub-classes outside my main servlet

2003-03-07 Thread Milt Epstein
al Message - > From: "Minos Chadgidakis" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, March 06, 2003 9:50 AM > Subject: Re: Newbie needs help with sub-classes outside my main > servlet > > > > You can put the new classes inside W

Re: Newbie needs help with sub-classes outside my main servlet

2003-03-07 Thread Becky Phaneuf
rom: "Minos Chadgidakis" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 06, 2003 9:50 AM Subject: Re: Newbie needs help with sub-classes outside my main servlet > You can put the new classes inside WEB-INF/classes.You won't even have > to import

Re: Newbie needs help with sub-classes outside my main servlet

2003-03-07 Thread Ranjith Chakravarthi
: [EMAIL PROTECTED] Subject: Re: Newbie needs help with sub-classes outside my main servlet Set your classpath to current directory. Vj - Original Message - From: "Kenny G. Dubuisson, Jr." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday,March 06,2003 11:57

Re: Newbie needs help with sub-classes outside my main servlet

2003-03-06 Thread viju
Set your classpath to current directory. Vj - Original Message - From: "Kenny G. Dubuisson, Jr." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday,March 06,2003 11:57 PM Subject: Re: Newbie needs help with sub-classes outside my main servlet > I hat

Re: Newbie needs help with sub-classes outside my main servlet

2003-03-06 Thread minos
(Have you tried restarting your server?) Check your server documentation, and homepage. Maybe ask this question there. - Original Message - From: Kenny G. Dubuisson, Jr. <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 06, 2003 8:27 PM Subject: Re: Newbie nee

Re: Newbie needs help with sub-classes outside my main servlet

2003-03-06 Thread Kenny G. Dubuisson, Jr.
nding. Thank you very much, Kenny - Original Message - From: "Minos Chadgidakis" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 06, 2003 9:50 AM Subject: Re: Newbie needs help with sub-classes outside my main servlet > You can put the n

Re: Newbie needs help with sub-classes outside my main servlet

2003-03-06 Thread Minos Chadgidakis
ow my current >servlet goes in my app's "WEB-INF/classes" directory. But if I make a class >that my servlet calls, where would I put it? Do I need to make the external >classes part of a package? If so, where do I make my package's directory >structure? > >An

Newbie needs help with sub-classes outside my main servlet

2003-03-06 Thread Kenny G. Dubuisson, Jr.
ry. But if I make a class that my servlet calls, where would I put it? Do I need to make the external classes part of a package? If so, where do I make my package's directory structure? Any help would be very appreciated. I've checked in my java books but don't see a clear answe

Re: PLEASE, HELP

2003-01-17 Thread Mark Galbreath
body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Re: PLEASE, HELP

2003-01-17 Thread Eric Noriega
noff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html __

Re: PLEASE, HELP

2003-01-17 Thread Zerbe John W
if you use URL-rewriting, you can store the image id in the http session. -Original Message- From: william [mailto:[EMAIL PROTECTED]] Sent: Friday, January 17, 2003 1:41 PM To: [EMAIL PROTECTED] Subject: Re: PLEASE, HELP Sorry, I don't se how to use URL-rewriting here .. - Ori

Re: PLEASE, HELP

2003-01-17 Thread william
Sorry, I don't se how to use URL-rewriting here .. - Original Message - From: "KL OOI" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 16, 2003 11:23 PM Subject: Re: PLEASE, HELP > use URL-rewriting > > - Original Message ---

Re: PLEASE, HELP

2003-01-17 Thread william
Hi, I don't want to get an specific image. The image generated from serveimage is a random image. - Original Message - From: "Frans Verhoef" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 16, 2003 10:56 PM Subject: Re: PLEASE, HELP >

Re: PLEASE, HELP

2003-01-16 Thread KL OOI
use URL-rewriting - Original Message - From: "william reynoso" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 17, 2003 1:56 AM Subject: PLEASE, HELP Hello, I have a servlet that serve image from a data base and manage clicks over this images, ge

Re: PLEASE, HELP

2003-01-16 Thread Frans Verhoef
hives/servlet-interest.html > Resources: http://java.sun.com/products/servlet/external-resources.html > LISTSERV Help: http://www.lsoft.com/manuals/user/user.html > == Tel: +65 6

PLEASE, HELP

2003-01-16 Thread william reynoso
_ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://

Re: help

2002-12-31 Thread Kaykay
<[EMAIL PROTECTED]> wrote: what do you mean by "JavaBean's full functionality"?   -Tim -Original Message-From: Kaykay [mailto:[EMAIL PROTECTED]]Sent: Monday, December 30, 2002 7:16 AMTo: [EMAIL PROTECTED]Subject: help hi, How can i use the JavaBean's full fu

Re: help

2002-12-30 Thread Chen, Gin
what do you mean by "JavaBean's full functionality"?   -Tim -Original Message-From: Kaykay [mailto:[EMAIL PROTECTED]]Sent: Monday, December 30, 2002 7:16 AMTo: [EMAIL PROTECTED]Subject: help hi, How can i use the JavaBean's full functionality in Se

help

2002-12-30 Thread Kaykay
hi, How can i use the JavaBean's full functionality in Servlets ( like in JSP) ? Is there any special provisions? Thanks in Advance   bye karikalan.rDo you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now

Re: help

2002-12-29 Thread Sandeep Gain
wot help do u want?? -Original Message-From: Senthoor [mailto:[EMAIL PROTECTED]]Sent: Monday, December 30, 2002 9:13 AMTo: [EMAIL PROTECTED]Subject: help  

help

2002-12-29 Thread Senthoor
 

Help : Tomcat freeze ramdomly

2002-12-09 Thread Patricio Vera S.
-s) I checked my code and i don't found any error, so I get your help about this : 1. Is there any problem with Tomcat 3.2.1, servlets with SingleThreadModelInterface and many concurrent sessions? 2. How I can configure the tomcat for start more instances of one servlet who

Re: Need help w/ java on linux

2002-11-15 Thread Frans Verhoef
-- > From: A mailing list for discussion about Sun Microsystem's Java Servlet > API Technology. [mailto:SERVLET-INTEREST@;JAVA.SUN.COM]On Behalf Of > Darryl L. Pierce > Sent: Thursday, November 14, 2002 2:58 PM > To: [EMAIL PROTECTED] > Subject: Re: Need help w/ java on linux

Re: Need help w/ java on linux

2002-11-14 Thread Tom Kochanowicz
API Technology. [mailto:SERVLET-INTEREST@;JAVA.SUN.COM]On Behalf Of Darryl L. Pierce Sent: Thursday, November 14, 2002 2:58 PM To: [EMAIL PROTECTED] Subject: Re: Need help w/ java on linux On 2002.11.14 15:52 Tom Kochanowicz wrote: > I am trying to download the jdk for linux from Sun

Re: Need help w/ java on linux

2002-11-14 Thread Darryl L. Pierce
n.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Need help w/ java on linux

2002-11-14 Thread Tom Kochanowicz
e "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Re: Help running servlet!

2002-11-08 Thread Fawaz Ahmad
Padhu, Thank you for your help. My errors were cause due to the invoker servlet not being turned on. In the version of Tomcat that I use, it was not turned off by default, so I was not aware of that change. Since the invoker servlet is turned off by default, is there a security concern

Re: Help running servlet!

2002-11-07 Thread Richard Yee
d in server.xml: > > > > > > > > > > >reloadable="true" /> > > > > > > > >Does anyone know why I can not get the servlet to run? > > > > > > > >Thanks, > > > > > > > >Fawaz > >

Re: Help running servlet!

2002-11-07 Thread Padhu Vinirs
esources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html ___ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the messa

Re: Help running servlet!

2002-11-07 Thread Fawaz Ahmad
;directory defined in server.xml: > > > > > > > > > > >reloadable="true" /> > > > > > > > >Does anyone know why I can not get the servlet to run? > > > > > > > >Thanks, > > > > > >

Re: Help running servlet!

2002-11-07 Thread Milt Epstein
ot get the servlet to run? > > > > > >Thanks, > > > > > >Fawaz > > > > > >___ > > >To unsubscribe, send email to [EMAIL PRO

Re: Help running servlet!

2002-11-07 Thread Fawaz Ahmad
_ > >To unsubscribe, send email to [EMAIL PROTECTED] and include in the body > >of the message "signoff SERVLET-INTEREST". > > > >Archives: http://archives.java.sun.com/archives/servlet-interest.html > >Resources: http://java.sun.com/products/

Re: Help running servlet!

2002-11-07 Thread Padhu Vinirs
m/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html ___ To unsubscribe, send email to [EMAIL PROTECTED] and incl

Re: Help running servlet!

2002-11-07 Thread Reece Whittaker
ology. [mailto:SERVLET-INTEREST@;JAVA.SUN.COM]On Behalf Of Fawaz Ahmad Sent: 07 November 2002 23:58 To: [EMAIL PROTECTED] Subject: Help running servlet! Hello, I am having major problems running servlets, and can not seem to solve! I am running Tomcat on Win2K. I have Tomcat installed and all the exa

Help running servlet!

2002-11-07 Thread Fawaz Ahmad
] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Help in Estimating process time and make a progress bar

2002-11-02 Thread Manoj, Mathew
email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

tomcat and cloudscape: Help, please

2002-10-28 Thread Xu, John
x27;xx' not found" I guess it is Tomcat configuration issue and tried to modify server.xml under %CATALINA_HOME%\config but it does not change anything. Would someone offer some clue to help me? Thanks in advance! John __

Re: help required regarding serialisation of a bean

2002-10-11 Thread Chris Pratt
- Original Message - From: "Avinash Pedgaonker , SA, NIC" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 11, 2002 4:03 AM Subject: [SERVLET-INTEREST] help required regarding serialisation of a bean > i am writing a bean for counter. I want to s

help required regarding serialisation of a bean

2002-10-11 Thread Avinash Pedgaonker , SA, NIC
ts/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

SSL.. need help on installing SSL on iPlanet.

2002-09-24 Thread Anoop Kumar V
Title: SSL.. need help on installing SSL on iPlanet. Hi All, I have a query about SSL.. please help me with this. We use iPlanet4.1 as the web server. And so far i hv been adept at installing the verisign Trial SSL certificates. We have 3 secure instances in the web server and i hv

Re: Cookie help...

2002-09-18 Thread Mike Cronin
er 17, 2002 6:05 PM To: [EMAIL PROTECTED] Subject: Cookie help... Hi all, I am having a problem with cookies that has me a bit stumped. Processing appears to die as soon as I reference the array of cookies. In the following example, System.out.println (1) through (3) display fine,

Re: Cookie help...

2002-09-17 Thread Chris Pratt
For safety sake you should also check cookies.length > 0 before you reference cookies[0]. (*Chris*) - Original Message - From: "Siddharth" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 17, 2002 9:49 PM Subject: Re: [SERVLET-INTEREST

Re: Cookie help...

2002-09-17 Thread Siddharth
Mike, Check if var. "cookies" is null... and if is null then It must be throwing NullPointerException... so check your log. siddharth - Original Message - From: Mike Cronin <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 18, 2002 6:34 A

Re: Cookie help...

2002-09-17 Thread Vikramjit Singh
___ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

  1   2   3   4   5   6   7   8   9   10   >