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
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
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:
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
ava.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
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
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
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
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
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
>
. 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
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
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
>
>
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
.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
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
es/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
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
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:
>
>
>
>
>
> 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
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
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
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
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
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
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 '&'
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
>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
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
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
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
m/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
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
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
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
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
__
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
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 -
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
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
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
___
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
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
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
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
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
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
"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
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
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
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
> -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
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
es: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
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
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
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
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
: [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
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
(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
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
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
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
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
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
__
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
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 ---
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
>
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
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
_
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://
<[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
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
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
wot
help do u want??
-Original Message-From: Senthoor
[mailto:[EMAIL PROTECTED]]Sent: Monday, December 30, 2002 9:13
AMTo: [EMAIL PROTECTED]Subject:
help
-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
--
> 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
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
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
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
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
d in server.xml:
> > > >
> > > > > > >reloadable="true" />
> > > >
> > > >Does anyone know why I can not get the servlet to run?
> > > >
> > > >Thanks,
> > > >
> > > >Fawaz
> >
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
;directory defined in server.xml:
> > > >
> > > > > > >reloadable="true" />
> > > >
> > > >Does anyone know why I can not get the servlet to run?
> > > >
> > > >Thanks,
> > > >
> >
ot get the servlet to run?
> > >
> > >Thanks,
> > >
> > >Fawaz
> > >
> > >___
> > >To unsubscribe, send email to [EMAIL PRO
_
> >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/
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
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
] 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
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
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
__
- 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
ts/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
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
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,
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
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
___
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 - 100 of 1954 matches
Mail list logo