Re: Hi

2004-03-20 Thread Harpreet 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



Re: hi

2002-12-01 Thread Milt Epstein
On Sun, 1 Dec 2002, raju punith wrote:

> Thanks Milt for ur reply. We solved it (but waiting for any
> compalints) by attaching the time stamp to the URL so that the ISP
> proxy does not cache it b'cos the URL is diff for each request.

That seems like a pretty kludgey solution, frankly.  Did you not check
the archives for the code to set the headers such that caching is
disabled?  I think that's the more conventional and cleaner way to
deal with this.


> --- Milt Epstein <[EMAIL PROTECTED]> wrote:
> > On Fri, 29 Nov 2002, Prichard-Levy Austin wrote:
> >
> > > Problems of this type can occur when an instance
> > variable is
> > > declared in error as static. What happens then,
> > typically, is that
> > > the last user (modifier) of such a variable sets
> > it (via their
> > > instance) for everyone rather than just for
> > themselves, giving rise
> > > to very strange and unpredictable behaviour. I
> > came across an
> > > example of this recently in a servlet I had to
> > debug. I would
> > > suggest you carefully re-examine the declarations
> > and code of the
> > > servlet concerned. Hope this helps. Austin
> >
> > That is, a concurrency issue.  I was thinking along
> > those lines at
> > first as well, but then I noticed he said the right
> > output was shown
> > when the page was reloaded/refreshed.  I think that
> > makes caching the
> > more likely problem here, as others have mentioned.
> >
> > One can check the list archives for how to disable
> > caching for a page,
> > there are some headers you can set to do it.
> >
> >
> > > >  from:raju punith <[EMAIL PROTECTED]>
> > > >  date:Thu, 28 Nov 2002 23:57:17
> > > >  to:  [EMAIL PROTECTED]
> > > >  subject: Re: hi
> > > >
> > > > Hi,
> > > > we have a web application (student enquiry)
> > using mvc
> > > > architecture (jsp, servlet & java beans).
> > > >
> > > > the problem.
> > > >
> > > > student "A" accessed his details using his
> > personal
> > > > computer from home & got his personal details
> > > > displayed properly but student "B" logged in
> > from his
> > > > home to access personal details  but got the
> > details
> > > > of student "A" but not of student "B" but when
> > student
> > > > "B" refreshed his screen or reload the page he
> > got his
> > > > details, both student's use the same ISP.
> > (student "B"
> > > > logged in after 3 hrs from student "A") student
> > "A"
> > > > never used student "B"'s pc before they are two
> > > > different pc's.
> > > >
> > > >
> > > > what may be causing this error ?
> > > >
> > > > system details.
> > > > web server: Apache 2.0
> > > > servlet container : Tomcat 4.0.4
> > > > Browser   : depends on student's pc.
> > > >
> > > > any help would be appreciated
> > > >
> > > > Regards
> > > > Raju

Milt Epstein
Research Programmer
Integration and Software Engineering (ISE)
Campus Information Technologies and Educational Services (CITES)
University of Illinois at Urbana-Champaign (UIUC)
[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: hi

2002-12-01 Thread raju punith
Thanks Milt for ur reply. We solved it (but waiting
for any compalints) by attaching the time stamp to the
URL so that the ISP proxy does not cache it b'cos the
URL is diff for each request.


--- Milt Epstein <[EMAIL PROTECTED]> wrote:
> On Fri, 29 Nov 2002, Prichard-Levy Austin wrote:
>
> > Problems of this type can occur when an instance
> variable is
> > declared in error as static. What happens then,
> typically, is that
> > the last user (modifier) of such a variable sets
> it (via their
> > instance) for everyone rather than just for
> themselves, giving rise
> > to very strange and unpredictable behaviour. I
> came across an
> > example of this recently in a servlet I had to
> debug. I would
> > suggest you carefully re-examine the declarations
> and code of the
> > servlet concerned. Hope this helps. Austin
>
> That is, a concurrency issue.  I was thinking along
> those lines at
> first as well, but then I noticed he said the right
> output was shown
> when the page was reloaded/refreshed.  I think that
> makes caching the
> more likely problem here, as others have mentioned.
>
> One can check the list archives for how to disable
> caching for a page,
> there are some headers you can set to do it.
>
>
> > >  from:raju punith <[EMAIL PROTECTED]>
> > >  date:Thu, 28 Nov 2002 23:57:17
> > >  to:  [EMAIL PROTECTED]
> > >  subject: Re: hi
> > >
> > > Hi,
> > > we have a web application (student enquiry)
> using mvc
> > > architecture (jsp, servlet & java beans).
> > >
> > > the problem.
> > >
> > > student "A" accessed his details using his
> personal
> > > computer from home & got his personal details
> > > displayed properly but student "B" logged in
> from his
> > > home to access personal details  but got the
> details
> > > of student "A" but not of student "B" but when
> student
> > > "B" refreshed his screen or reload the page he
> got his
> > > details, both student's use the same ISP.
> (student "B"
> > > logged in after 3 hrs from student "A") student
> "A"
> > > never used student "B"'s pc before they are two
> > > different pc's.
> > >
> > >
> > > what may be causing this error ?
> > >
> > > system details.
> > > web server: Apache 2.0
> > > servlet container : Tomcat 4.0.4
> > > Browser   : depends on student's pc.
> > >
> > > any help would be appreciated
> > >
> > > Regards
> > > Raju
>
> Milt Epstein
> Research Programmer
> Integration and Software Engineering (ISE)
> Campus Information Technologies and Educational
> Services (CITES)
> University of Illinois at Urbana-Champaign (UIUC)
> [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
>


__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

___
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: hi

2002-11-29 Thread Milt Epstein
On Fri, 29 Nov 2002, Prichard-Levy Austin wrote:

> Problems of this type can occur when an instance variable is
> declared in error as static. What happens then, typically, is that
> the last user (modifier) of such a variable sets it (via their
> instance) for everyone rather than just for themselves, giving rise
> to very strange and unpredictable behaviour. I came across an
> example of this recently in a servlet I had to debug. I would
> suggest you carefully re-examine the declarations and code of the
> servlet concerned. Hope this helps. Austin

That is, a concurrency issue.  I was thinking along those lines at
first as well, but then I noticed he said the right output was shown
when the page was reloaded/refreshed.  I think that makes caching the
more likely problem here, as others have mentioned.

One can check the list archives for how to disable caching for a page,
there are some headers you can set to do it.


> >  from:raju punith <[EMAIL PROTECTED]>
> >  date:Thu, 28 Nov 2002 23:57:17
> >  to:  [EMAIL PROTECTED]
> >  subject: Re: hi
> >
> > Hi,
> > we have a web application (student enquiry) using mvc
> > architecture (jsp, servlet & java beans).
> >
> > the problem.
> >
> > student "A" accessed his details using his personal
> > computer from home & got his personal details
> > displayed properly but student "B" logged in from his
> > home to access personal details  but got the details
> > of student "A" but not of student "B" but when student
> > "B" refreshed his screen or reload the page he got his
> > details, both student's use the same ISP. (student "B"
> > logged in after 3 hrs from student "A") student "A"
> > never used student "B"'s pc before they are two
> > different pc's.
> >
> >
> > what may be causing this error ?
> >
> > system details.
> > web server: Apache 2.0
> > servlet container : Tomcat 4.0.4
> > Browser   : depends on student's pc.
> >
> > any help would be appreciated
> >
> > Regards
> > Raju

Milt Epstein
Research Programmer
Integration and Software Engineering (ISE)
Campus Information Technologies and Educational Services (CITES)
University of Illinois at Urbana-Champaign (UIUC)
[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: hi

2002-11-29 Thread Prichard-Levy Austin
Problems of this type can occur when an instance variable is declared in error as 
static. What happens then, typically, is that the last user (modifier) of such a 
variable sets it (via their instance) for everyone rather than just for themselves, 
giving rise to very strange and unpredictable behaviour. I came across an example of 
this recently in a servlet I had to debug. I would suggest you carefully re-examine 
the declarations and code of the servlet concerned. Hope this helps. Austin

>  from:raju punith <[EMAIL PROTECTED]>
>  date:Thu, 28 Nov 2002 23:57:17
>  to:  [EMAIL PROTECTED]
>  subject: Re: hi
>
> Hi,
> we have a web application (student enquiry) using mvc
> architecture (jsp, servlet & java beans).
>
> the problem.
>
> student "A" accessed his details using his personal
> computer from home & got his personal details
> displayed properly but student "B" logged in from his
> home to access personal details  but got the details
> of student "A" but not of student "B" but when student
> "B" refreshed his screen or reload the page he got his
> details, both student's use the same ISP. (student "B"
> logged in after 3 hrs from student "A") student "A"
> never used student "B"'s pc before they are two
> different pc's.
>
>
> what may be causing this error ?
>
> system details.
> web server: Apache 2.0
> servlet container : Tomcat 4.0.4
> Browser   : depends on student's pc.
>
>
>
> any help would be appreciated
>
> Regards
> Raju
>
>
> __
> Do you Yahoo!?
> Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
> http://mailplus.yahoo.com
>
> ___
> 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
>

___
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: hi

2002-11-28 Thread Sourabh Kulkarni
Yeah seems like a proxy caching problem. Have you set the response headers
for not caching?
-Sourabh Kulkarni
[EMAIL PROTECTED]


This e-mail communication and any attachments are privileged and
confidential and intended only for the use of the recipients named above.
If you are not the intended recipient, please do not review, disclose,
disseminate, distribute or copy this e-mail and attachments. If you have
received this communication in error, please notify the sender immediately
by email or telephone.


- Original Message -
From: "Frans Verhoef" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 29, 2002 9:28 AM
Subject: Re: hi


> Sounds like a funny proxy-server problem, especially since both use the
same ISP.
> It seems your ISP is caching the page in their proxy server, even though
they should
> not.
>
> But I would need more details to give you better advise...
>
> Frans
>
> On 28 Nov 2002 at 15:57, raju punith wrote:
>
> > Hi,
> > we have a web application (student enquiry) using mvc
> > architecture (jsp, servlet & java beans).
> >
> > the problem.
> >
> > student "A" accessed his details using his personal
> > computer from home & got his personal details
> > displayed properly but student "B" logged in from his
> > home to access personal details  but got the details
> > of student "A" but not of student "B" but when student
> > "B" refreshed his screen or reload the page he got his
> > details, both student's use the same ISP. (student "B"
> > logged in after 3 hrs from student "A") student "A"
> > never used student "B"'s pc before they are two
> > different pc's.
> >
> >
> > what may be causing this error ?
> >
> > system details.
> > web server: Apache 2.0
> > servlet container : Tomcat 4.0.4
> > Browser   : depends on student's pc.
> >
> >
> >
> > any help would be appreciated
> >
> > Regards
> > Raju
> >
> >
> > __
> > Do you Yahoo!?
> > Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
> > http://mailplus.yahoo.com
> >
> >
___
> > 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
> >
>
>
___
> 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

___
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: hi

2002-11-28 Thread Frans Verhoef
Sounds like a funny proxy-server problem, especially since both use the same ISP.
It seems your ISP is caching the page in their proxy server, even though they should
not.

But I would need more details to give you better advise...

Frans

On 28 Nov 2002 at 15:57, raju punith wrote:

> Hi,
> we have a web application (student enquiry) using mvc
> architecture (jsp, servlet & java beans).
>
> the problem.
>
> student "A" accessed his details using his personal
> computer from home & got his personal details
> displayed properly but student "B" logged in from his
> home to access personal details  but got the details
> of student "A" but not of student "B" but when student
> "B" refreshed his screen or reload the page he got his
> details, both student's use the same ISP. (student "B"
> logged in after 3 hrs from student "A") student "A"
> never used student "B"'s pc before they are two
> different pc's.
>
>
> what may be causing this error ?
>
> system details.
> web server: Apache 2.0
> servlet container : Tomcat 4.0.4
> Browser   : depends on student's pc.
>
>
>
> any help would be appreciated
>
> Regards
> Raju
>
>
> __
> Do you Yahoo!?
> Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
> http://mailplus.yahoo.com
>
> ___
> 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
>

___
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




hi

2002-11-28 Thread raju punith
Hi,
we have a web application (student enquiry) using mvc
architecture (jsp, servlet & java beans).

the problem.

student "A" accessed his details using his personal
computer from home & got his personal details
displayed properly but student "B" logged in from his
home to access personal details  but got the details
of student "A" but not of student "B" but when student
"B" refreshed his screen or reload the page he got his
details, both student's use the same ISP. (student "B"
logged in after 3 hrs from student "A") student "A"
never used student "B"'s pc before they are two
different pc's.


what may be causing this error ?

system details.
web server: Apache 2.0
servlet container : Tomcat 4.0.4
Browser   : depends on student's pc.



any help would be appreciated

Regards
Raju


__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

___
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: Hi,listserv,let's be friends

2002-10-30 Thread L-Soft list server at Sun Microsystems Inc. (1.8d)
> This message has been scanned by MDaemon AntiVirus and was found to
Unknown command - "THIS". Try HELP.

> contain infected attachment(s).  Please review the list below.
Unknown command - "CONTAIN". Try HELP.

> AttachmentVirus name   Action taken
Unknown command - "ATTACHMENT". Try HELP.

> --
Unknown command -
"--".
Try HELP.

> cf14626955.attExploit.IFrame.FileDownloadRemoved
Unknown command - "CF14626955.ATT". Try HELP.

> href.bat  I-Worm.Klez.hRemoved
Unknown command - "HREF.BAT". Try HELP.

Summary of resource utilization
---
 CPU time:0.000 sec
 Overhead CPU:0.000 sec
 CPU model:   sun4u
 Job origin:  [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: Hi Mark...

2002-08-13 Thread Galbreath, Mark

Sorry, guys...I thought I posted a message explaining me signing off the
list for awhile.

I had to recover from my trip to Amsterdam so I just spent the last 10 days
in St. Martin, St. Maartin, St. Thomas, St. John, and the Bahamas SCUBA
diving, snorkeling, para-sailing, and otherwise keeping a fresh umbrella
drink in my hand.  I did make a feeble attempt at jacking into the Net in an
Internet cafe at St. Thomas but gave up as soon as my rum punch ran out.

Oye, oye, oye...I don't want to be in this office!!!

Mark

-Original Message-
From: Balaji M (CTC) [mailto:[EMAIL PROTECTED]]
Sent: Saturday, August 10, 2002 2:10 AM

Why no replies from you in servlet Interest
people need your help maan


Balaji M
AIG - Claims
Litigatation Strategic Initiative
Ambattur. Chennai (India)
Ph: (044) 6256437 Ext: 308

___
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: Hi,honey

2002-07-05 Thread L-Soft list server at Sun Microsystems Inc. (1.8d)

> Content-Type: application/octet-stream;
Unknown command - "CONTENT-TYPE:". Try HELP.

> name=1101910872[1].htm
Unknown command - "NAME=1101910872[1].HTM". Try HELP.

> Content-Transfer-Encoding: base64
Unknown command - "CONTENT-TRANSFER-ENCODING:". Try HELP.

> Content-ID: 
Unknown command - "CONTENT-ID:". Try HELP.

> PGh0bWw+CjxoZWFkPjxNRVRBIEhUVFAtRVFVSVY9ImNvbnRlbnQtdHlwZSIgQ09OVEVOVD0i
Unknown  command  -
"PGH0BWW+CJXOZWFKPJXNRVRBIEHUVFATRVFVSVY9IMNVBNRLBNQTDHLWZSIGQ09OVEVOVD0I".
Try HELP.

> dGV4dC9odG1sOyBjaGFyc2V0PWJpZzUiPgo8VElUTEU+WWFob28hqV+8r6nnveY8L1RJVExF
Unknown  command  -
"DGV4DC9ODG1SOYBJAGFYC2V0PWJPZZUIPGO8VELUTEU+WWFOB28HQV+8R6NNVEY8L1RJVEXF".
Try HELP.

> Pgo8bGluayByZWw9c3R5bGVzaGVldCB0eXBlPSJ0ZXh0L2NzcyIgaHJlZj0iaHR0cDovL3R3
Unknown  command  -
"PGO8BGLUAYBYZWW9C3R5BGVZAGVLDCB0EXBLPSJ0ZXH0L2NZCYIGAHJLZJ0IAHR0CDOVL3R3".
Try HELP.

> LnlpbWcuY29tL2kvdHcvYXVjdGlvbi9iNS5jc3MiPgo8bWV0YSBodHRwLWVxdWl2PSJjb250
Unknown  command  -
"LNLPBWCUY29TL2KVDHCVYXVJDGLVBI9INS5JC3MIPGO8BWV0YSBODHRWLWVXDWL2PSJJB250".
Try HELP.

> ZW50LXR5cGUiIGNvbnRlbnQ9InRleHQvaHRtbDsgY2hhcnNldD1iaWc1Ij4KPC9IRUFEPgo8
Unknown  command  -
"ZW50LXR5CGUIIGNVBNRLBNQ9INRLEHQVAHRTBDSGY2HHCNNLDD1IAWC1IJ4KPC9IRUFEPGO8".
Try HELP.

> Ym9keSBiZ2NvbG9yPSNmZmZmZmYgdGV4dD0jMDAwMDAwIGxpbms9IzAwMDBiYiB2bGluaz0j
Unknown  command  -
"YM9KESBIZ2NVBG9YPSNMZMZMZMYGDGV4DD0JMDAWMDAWIGXPBMS9IZAWMDBIYIB2BGLUAZ0J".
Try HELP.

All subsequent commands have been flushed.



___
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



Hi guys tomcat - Apace SSL config problems..

2002-03-27 Thread Vijay Naidu

Hi Guys,
I am got Tomcat-Apache 4.02 installed and running SSL connection on port 8443. One thing I noticed is that when there is a period of inactivity the port goes down. There is no connection at that port. If I try to connect to that port I get an error. I also checked out the server using the netstat -ad command on UNIX and it showed that there is no connection on that port. Do I need to make changes to the original config file from Tomcat-Apache to make sure that the server is never shut down? if so what parameter do I need to change. Any help on this matter is appreciated




Vijay Naidu System Analyst
-Smile Is A Curve That Makes Everything Straight. Keep Smiling


-Chat with friends online, try MSN Messenger: Click Here

___
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: Hi Introduction and a problem

2002-02-17 Thread Harish Kumar Kottarathil



Hi,
Please check whether u have entered the 
"context" in server.xml of Tomcat4.0
Something similar to this..
 
   
reloadable="true" crossContext="true">
 

 
Also u need to add the servelet 
mapping in web.xml for ur servlet. ( check for syntax in 
tomecat_home\conf\web.xml)
 
Tomcat 4 does not use your classpath. 
Instead, youneed to put your jars/classes into special directorieswhere 
Tomcat can find them.  http://jakarta.apache.org/tomcat/tomcat-4.0-doc/class-loader-howto.html
Harish


Re: Hi Introduction and a problem

2002-02-15 Thread JP Saxe

Hello Ishank,

I am kinda new to this stuff so I don't know...but I've had the same
problem, and if you have an .xml file included in your build directory
you have to include the full path instead of for example .../docs/ to

Hope it may help.

JP

-Original Message-
From: A mailing list for discussion about Sun Microsystem's Java Servlet
API Technology. [mailto:[EMAIL PROTECTED]] On Behalf Of
Ishank Jain
Sent: Friday, February 15, 2002 4:08 PM
To: [EMAIL PROTECTED]
Subject: Hi Introduction and a problem

Hi List

My name is Ishank. I have just joined the list. I am doing my Masters in
Computer Engineering from the Univeristy of Minnesota and am currently
involved in an servlet based website development for a univeristy
project.

I am facing a problem running the servlets. I am developing the servlets
on
the Forte IDE. Now when I develop a servlet it works fine with the
integrated Tomcat 3.2 server of the Forte. I have also installed the
latest
Tomcat 4.0 on the system. Now when i try running the same servlet the
browser displays the following error:

Apache Tomcat/4.0.2 - HTTP Status 404 - /SimpleServlet/SimpleServletTest




type Status report

message /SimpleServlet/SimpleServletTest

description The requested resource (/SimpleServlet/SimpleServletTest) is
not
available.





Can anyone please tell me when does this error comes and what is the
likely
mistake that I am making.

Thanks

Ishank
Graduate Student
Computer Engineering
University of Minnesota

_
Get your FREE download of MSN Explorer at
http://explorer.msn.com/intl.asp.


___
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

___
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




Hi Introduction and a problem

2002-02-15 Thread Ishank Jain

Hi List

My name is Ishank. I have just joined the list. I am doing my Masters in
Computer Engineering from the Univeristy of Minnesota and am currently
involved in an servlet based website development for a univeristy project.

I am facing a problem running the servlets. I am developing the servlets on
the Forte IDE. Now when I develop a servlet it works fine with the
integrated Tomcat 3.2 server of the Forte. I have also installed the latest
Tomcat 4.0 on the system. Now when i try running the same servlet the
browser displays the following error:

Apache Tomcat/4.0.2 - HTTP Status 404 - /SimpleServlet/SimpleServletTest



type Status report

message /SimpleServlet/SimpleServletTest

description The requested resource (/SimpleServlet/SimpleServletTest) is not
available.




Can anyone please tell me when does this error comes and what is the likely
mistake that I am making.

Thanks

Ishank
Graduate Student
Computer Engineering
University of Minnesota

_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.

___
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: hi

2001-11-29 Thread Mark Galbreath



Try a google search on "JSP Source."
 
Cheers!
Mark


  - Original Message - 
  From: 
  sumanth 
  To: [EMAIL PROTECTED] 
  
  Sent: Thursday, November 29, 2001 1:21 
  AM
  Subject: hi
  
  Could any tell a good site where JSP Source 
  Available...
   
  Thanx in 
Advance...sumanht//


hi

2001-11-28 Thread sumanth



Could any tell a good site where JSP Source 
Available...
 
Thanx in Advance...sumanht//


Re: hi all

2001-10-10 Thread Pier Fumagalli

On Thursday, October 11, 2001, at 12:59  am, Jason Hunter wrote:

> Hi, Pier.  Since you fixed his typo, I'll fix yours...  :-)
>
> http://www.servletS.com

Fever roaming too high? Maybe :) :) :)

Pier

___
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: hi all

2001-10-10 Thread Jason Hunter

Pier Fumagalli wrote:
>
> On Thursday, September 27, 2001, at 02:52  pm, Milind wrote:
>
> > Buy a good book.Ex. Jason Huntor's book or Marty Hall's book on JSP and
> > Servlets.
> >
>
> Jason HUNTER :) I recommend that, it's really worth buying...
> Check out http://www.servlet.com/
>
> Pier

Hi, Pier.  Since you fixed his typo, I'll fix yours...  :-)

http://www.servletS.com

-jh-

___
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: hi all

2001-10-10 Thread Pier Fumagalli

On Thursday, September 27, 2001, at 02:52  pm, Milind wrote:

> Buy a good book.Ex. Jason Huntor's book or Marty Hall's book on JSP and
> Servlets.
>

Jason HUNTER :) I recommend that, it's really worth buying...
Check out http://www.servlet.com/


Pier

___
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: hi

2001-10-04 Thread Gardner Monte

Could that be the beginning of a new branch of philosophy??
Some kind of Christian/OOP hybrid :)

--Monte Glenn Gardner


On Thu, 4 Oct 2001, ELCIN HAKTANIR wrote:

> how does the streaming server get requests?
>
> try to make your .java behave like a request for the streaimg server so
> that your streaming server can respond to that request in its way.
> ...Tyler says the things you own, end up owning you. It's only after you've
> lost everything that you're free to do anything.
>
> ___
> 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
>
>

___
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: hi

2001-10-04 Thread ELCIN HAKTANIR

how does the streaming server get requests?

try to make your .java behave like a request for the streaimg server so
that your streaming server can respond to that request in its way.
...Tyler says the things you own, end up owning you. It's only after you've
lost everything that you're free to do anything.

___
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




hi

2001-10-03 Thread Nag.Ganta

hi

i have a problem. i have two servers 1 is messaging server other is a
streaming server which is used to play some audio clips. 1 st server
contains all user information and messages(audio files). when a user logs
into first server . he send requst for a msg(au file). first server invokes
a servlets and fetches the msg address(au file path) and copies that file to

stream server(2nd server). and it need to play that file. but my problem is
client req starts in one server thru servlet and once i copied that fileto
stream server i have new path of the file. now how to execute that file in
the same servlet

now the way we are implementing is  after frist copies that file to the
screaming server . we are displaying a link to play that file. so user need
to click twice. original solution is every thing needs to be complted in on
click. so if any one had sol pl send it to me.

thanks


MR. NageswaraRao Ganta
Software Engineer
i labs, NO.97,Road No 3
Banjara Hills
Hyderabad
Phone : 91-040-3352900/2 Ext.2006
Fax:91-040-3351522
Email: [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: hi all

2001-09-27 Thread Graham, Billy

Would anyone posting e-mails please put something meaningful in the title
line so we know what it contains rather than having to open the e-mail to
discover this.

Many thanks.



-Original Message-
From: karthik raman [mailto:[EMAIL PROTECTED]]
Sent: 27 September 2001 14:32
To: [EMAIL PROTECTED]
Subject: hi all


hi all,
   i am very much confused with INTER-SERVLET
COMMUNICATION . how do i approach this.


regards,
karthik


__
Do You Yahoo!?
Listen to your Yahoo! Mail messages from any phone.
http://phone.yahoo.com

___
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


*

This email has been Virus Scanned.

Privileged/Confidential Information and/or Copyright Material may
be contained in this e-mail. The information and Material is
intended for the use of the intended addressee. If you are not
the intended addressee, or the person responsible for delivering
it to the intended addressee, you may not copy or deliver it to
anyone else or use it in any unauthorised manner. To do so is
prohibited and may be unlawful. If you receive this e-mail by
mistake, advise the sender immediately by using the reply
facility in your e-mail software.


Thank you.
Information Technology Department
Belfast City Hospital Trust

*



Re: hi all

2001-09-27 Thread Milind

Buy a good book.Ex. Jason Huntor's book or Marty Hall's book on JSP and
Servlets.

- Original Message -
From: karthik raman <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, September 27, 2001 7:02 PM
Subject: hi all


> hi all,
>i am very much confused with INTER-SERVLET
> COMMUNICATION . how do i approach this.
>
>
> regards,
> karthik
>
>
> __
> Do You Yahoo!?
> Listen to your Yahoo! Mail messages from any phone.
> http://phone.yahoo.com
>
>
___
> 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

___
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




hi all

2001-09-27 Thread karthik raman

hi all,
   i am very much confused with INTER-SERVLET
COMMUNICATION . how do i approach this.


regards,
karthik


__
Do You Yahoo!?
Listen to your Yahoo! Mail messages from any phone.
http://phone.yahoo.com

___
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: say hi!

2001-08-24 Thread Gogonelis, George (Contractor)

What is your specific question?
-Geo

-Original Message-
From: Lynn Sappin [mailto:[EMAIL PROTECTED]]
Sent: Friday, August 24, 2001 11:11 AM
To: [EMAIL PROTECTED]
Subject: say hi!


Hi Everybody,

This is Marie. I'm a new Java learner. Please help me with your expertise
and all. I will either.

enjoy your day!

:-)

Marie

_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

___
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

___
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




say hi!

2001-08-24 Thread Lynn Sappin

Hi Everybody,

This is Marie. I'm a new Java learner. Please help me with your expertise
and all. I will either.

enjoy your day!

:-)

Marie

_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

___
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




hi all

2001-08-03 Thread shivaraj



hi all,
it may be of little offtopic. But still on basic 
java. Is there anything like "java frame work"?If it is there what it is? can 
anybody elaborate on it?
 
thanx in advance,


Re: Hi

2001-07-28 Thread Ramu, Ganesh (MED)

thank, i just found this, Ganesh R

-Original Message-
From: Michael Weller [mailto:[EMAIL PROTECTED]]
Sent: Saturday, July 28, 2001 6:28 PM
To: [EMAIL PROTECTED]
Subject: Re: Hi


hi,
check out the java tutorial available at java.sun.com, the method
Toolkit.getSystemClipboard() and java.awt.datatransfer.Clipboard!
(never tried this in an applet, however it should work...)

hope this helps!

-mw


- Original Message -
From: "Ramu, Ganesh (MED)" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, July 28, 2001 1:09 PM
Subject: Hi


> Can somebody tell how to cut copy paste from an applet to local system
> clipboard, Ganesh R
>
>
___
> 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
>

___
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

___
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: Hi

2001-07-28 Thread Michael Weller

hi,
check out the java tutorial available at java.sun.com, the method
Toolkit.getSystemClipboard() and java.awt.datatransfer.Clipboard!
(never tried this in an applet, however it should work...)

hope this helps!

-mw


- Original Message -
From: "Ramu, Ganesh (MED)" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, July 28, 2001 1:09 PM
Subject: Hi


> Can somebody tell how to cut copy paste from an applet to local system
> clipboard, Ganesh R
>
>
___
> 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
>

___
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




Hi

2001-07-28 Thread Ramu, Ganesh (MED)

Can somebody tell how to cut copy paste from an applet to local system
clipboard, Ganesh R

___
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: Hi

2001-07-26 Thread Mark Galbreath

You can do the tutorial at java.sun.com/products/jdbc.

(sheesh!)
Mark

- Original Message -
From: "Siddiqui A. Ammar" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 26, 2001 8:10 AM
Subject: Re: Hi


> Can you provide some examples in this regard
>
>
>
> Sam Newman
>  .COM>cc:
> Sent by: "A mailing  Subject: Re: Hi
> list for discussion
> about Sun
> Microsystem's Java
> Servlet API
> Technology."
>  A.SUN.COM>
>
>
> 07/26/2001 04:59 PM
> Please respond to "A
> mailing list for
> discussion about Sun
> Microsystem's Java
> Servlet API
> Technology."
>
>
>
>
>
>
> Right, you cannot use ODBC directly anyway - you'll need to use JDBC -
more
> precisely you'll need a JDBC driver for access (I seem to recall there are
> plenty about). Once you have tat working in a normal java program, there
> are
> tags around to use JDBC in JSP pages. Of course, you could also use
the
> JDBC-ODBC bridge which sun provide,
>
> sam
> - Original Message -
> From: "Siddiqui A. Ammar" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, July 26, 2001 12:36 PM
> Subject: Hi
>
>
> > Hi All,
> > I am a new member of this group. My previous experience is
> > that of Microsoft's platform. Can any one of you please send me
> > an example of database access using MS-Access from JSP/
> > Servlert. I want to do this without using ODBC. In Microsoft OLD-BD
> > is used for this purpose. Please send me the source files also.
> > Thank You
> >
>
>
___
> 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
>
>
___
> 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
>

___
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: Hi

2001-07-26 Thread Siddiqui A. Ammar

Can you provide some examples in this regard



Sam Newman
cc:
Sent by: "A mailing  Subject: Re: Hi
list for discussion
about Sun
Microsystem's Java
Servlet API
Technology."



07/26/2001 04:59 PM
Please respond to "A
mailing list for
discussion about Sun
Microsystem's Java
Servlet API
Technology."






Right, you cannot use ODBC directly anyway - you'll need to use JDBC - more
precisely you'll need a JDBC driver for access (I seem to recall there are
plenty about). Once you have tat working in a normal java program, there
are
tags around to use JDBC in JSP pages. Of course, you could also use the
JDBC-ODBC bridge which sun provide,

sam
- Original Message -
From: "Siddiqui A. Ammar" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 26, 2001 12:36 PM
Subject: Hi


> Hi All,
> I am a new member of this group. My previous experience is
> that of Microsoft's platform. Can any one of you please send me
> an example of database access using MS-Access from JSP/
> Servlert. I want to do this without using ODBC. In Microsoft OLD-BD
> is used for this purpose. Please send me the source files also.
> Thank You
>

___
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

___
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: Hi - JDBC

2001-07-26 Thread Thompson, Willard (GTICCC)

Just a suggestion for starters, use a bean to talk to your db and interface
it with jsp.

+ -Original Message-
+ From: Sam Newman [mailto:[EMAIL PROTECTED]]
+ Sent: Thursday, July 26, 2001 8:00 AM
+ To: [EMAIL PROTECTED]
+ Subject: Re: Hi
+
+
+ Right, you cannot use ODBC directly anyway - you'll need to
+ use JDBC - more
+ precisely you'll need a JDBC driver for access (I seem to
+ recall there are
+ plenty about). Once you have tat working in a normal java
+ program, there are
+ tags around to use JDBC in JSP pages. Of course, you
+ could also use the
+ JDBC-ODBC bridge which sun provide,
+
+ sam
+ - Original Message -
+ From: "Siddiqui A. Ammar" <[EMAIL PROTECTED]>
+ To: <[EMAIL PROTECTED]>
+ Sent: Thursday, July 26, 2001 12:36 PM
+ Subject: Hi
+
+
+ > Hi All,
+ > I am a new member of this group. My previous experience is
+ > that of Microsoft's platform. Can any one of you please send me
+ > an example of database access using MS-Access from JSP/
+ > Servlert. I want to do this without using ODBC. In Microsoft OLD-BD
+ > is used for this purpose. Please send me the source files also.
+ > Thank You
+ >
+
+ __
+ _
+ 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
+

___
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: Hi

2001-07-26 Thread Sam Newman

Right, you cannot use ODBC directly anyway - you'll need to use JDBC - more
precisely you'll need a JDBC driver for access (I seem to recall there are
plenty about). Once you have tat working in a normal java program, there are
tags around to use JDBC in JSP pages. Of course, you could also use the
JDBC-ODBC bridge which sun provide,

sam
- Original Message -
From: "Siddiqui A. Ammar" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 26, 2001 12:36 PM
Subject: Hi


> Hi All,
> I am a new member of this group. My previous experience is
> that of Microsoft's platform. Can any one of you please send me
> an example of database access using MS-Access from JSP/
> Servlert. I want to do this without using ODBC. In Microsoft OLD-BD
> is used for this purpose. Please send me the source files also.
> Thank You
>

___
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




Hi

2001-07-26 Thread Siddiqui A. Ammar

Hi All,
I am a new member of this group. My previous experience is
that of Microsoft's platform. Can any one of you please send me
an example of database access using MS-Access from JSP/
Servlert. I want to do this without using ODBC. In Microsoft OLD-BD
is used for this purpose. Please send me the source files also.
Thank You

___
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: Hi

2001-05-30 Thread Mark Galbreath

I have Tomcat 3.2.1 integrated with IIS 5.0 as an out-of-process
container, and it was relatively painless to implement.

Cheers!
Mark

- Original Message -
From: "Rajeshwar Rao.V" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 29, 2001 9:07 AM
Subject: Hi


> Hi All,
>
> Could anybody suggest me which servlet
engine(ServletExec/JRun/Some other)
> is best suit for IIS?
>
> Regards,
> -raj-
>
>
_
__
> 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
>

___
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: Hi

2001-05-30 Thread Vinay Talwar

We have used ServletExec and its working fine with IIS
Have a nice day
Vinay Talwar
[EMAIL PROTECTED]
[EMAIL PROTECTED]



"Rajeshwar Rao.V"
   cc:
Sent by: "A mailing  Subject: Hi
list for discussion
about Sun
Microsystem's Java
Servlet API
Technology."



05/29/01 09:07 PM
Please respond to "A
mailing list for
discussion about Sun
Microsystem's Java
Servlet API
        Technology."





Hi All,

Could anybody suggest me which servlet engine(ServletExec/JRun/Some other)
is best suit for IIS?

Regards,
-raj-

___
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

___
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: Hi

2001-05-30 Thread Niraj Soni

tomcat
- Original Message -
From: "Rajeshwar Rao.V" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 29, 2001 6:37 PM
Subject: Hi


> Hi All,
>
> Could anybody suggest me which servlet engine(ServletExec/JRun/Some other)
> is best suit for IIS?
>
> Regards,
> -raj-
>
>
___
> 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
>

___
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



Hi

2001-05-29 Thread Rajeshwar Rao.V

Hi All,

Could anybody suggest me which servlet engine(ServletExec/JRun/Some other)
is best suit for IIS?

Regards,
-raj-

___
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: hi Out of Topic...Still need suggestions!!!!!!!!!!

2001-03-26 Thread T.A. Flores

This relates to servlets how?  Are you aware that there is an interest
list for XML?

Besides you haven't said what you are using to create the file? Are you
using a tool of some sort or what? ? ? ?


- Original Message -
From: kumar jaya <[EMAIL PROTECTED]>
Date: Sunday, March 25, 2001 9:59 pm
Subject: hi Out of Topic...Still need suggestions!!!!!!

> Hi guys
>
>i am creating one xml file in a jsp file.
> after creation when i try to open the file it is
> showing error. the error is it is writing to the file
> in such a manner..
>
> for eg. if i write jayakumar
>
> the program writes into the file as j a y a k u m a r
>
> it is adding spaces inbetween characters. because of
> that when i write 
>
> it is adding as < ? x m l v e r s i o n = " 1 . 0 " ?
> >
>
> so the browser is unable to recognize it as xml
> file...
>
> any suggestions are welocme
>
> Thanks in Advance
>
> Jayakumar
>
>
>
>
>
>
> __
> Do You Yahoo!?
> Get email at your own domain with Yahoo! Mail.
> http://personal.mail.yahoo.com/
>
>

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

___
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: hi Out of Topic...Still need suggestions!!!!!!!!!!

2001-03-26 Thread Michael Weller

That's a problem of the file encoding... try saving your files with utf8. if
you haven't an editor that allows setting the file encoding try jEdit at
sourceforge.net.

Hope this helps.

Michael


- Original Message -
From: "kumar jaya" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 26, 2001 7:59 AM
Subject: hi Out of Topic...Still need suggestions!!


> Hi guys
>
> i am creating one xml file in a jsp file.
> after creation when i try to open the file it is
> showing error. the error is it is writing to the file
> in such a manner..
>
> for eg. if i write jayakumar
>
> the program writes into the file as j a y a k u m a r
>
> it is adding spaces inbetween characters. because of
> that when i write 
>
> it is adding as < ? x m l v e r s i o n = " 1 . 0 " ?
> >
>
> so the browser is unable to recognize it as xml
> file...
>
> any suggestions are welocme
>
> Thanks in Advance
>
> Jayakumar
>
>
>
>
>
>
> __
> Do You Yahoo!?
> Get email at your own domain with Yahoo! Mail.
> http://personal.mail.yahoo.com/
>
>
___
> 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

___
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



hi Out of Topic...Still need suggestions!!!!!!!!!!

2001-03-25 Thread kumar jaya

Hi guys

i am creating one xml file in a jsp file.
after creation when i try to open the file it is
showing error. the error is it is writing to the file
in such a manner..

for eg. if i write jayakumar

the program writes into the file as j a y a k u m a r

it is adding spaces inbetween characters. because of
that when i write 

it is adding as < ? x m l v e r s i o n = " 1 . 0 " ?
>

so the browser is unable to recognize it as xml
file...

any suggestions are welocme

Thanks in Advance

Jayakumar






__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail.
http://personal.mail.yahoo.com/

___
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: Hi friends !!!!!!!!

2001-02-24 Thread Gene Campbell

I shouldn't waste list-band-width with this reply, but I will, and keep it
short.  I'm not much of an Applet developer.  But, I do recall that
Applet's don't get much local machine access.  This may extend to RMI too.
If so, it may not be possible, or it may require some configuration changes
to something in the mix.  Sorry for the pathetic analysis.  Good luck.

- gene


> helooo gene campbell
>nice to hear a reply form u though u dont have a
>banana.
>
>anyway.my problem is i have written a rmi program
>in applet.
>
>i want that applet to be runned in browser...
>the browser is throwing
>AppletSecurityException
>
>what  should i do.
>
>if i do in appletviewer it is working...
>
>and i downloaded html converterbut i didnt try it
>i have to...
>anyway thanks for this offtopic reply
>Jayakumar
>
>
>--- Gene Campbell <[EMAIL PROTECTED]> wrote:
>> What a trip.  I wrote the orginal HTML Converter to
>> convert pages to work
>> in the  Java Plug-in system while on contract with
>> Sun.  What it did was
>> converted an Applet to Object tags to use ActiveX to
>> run the Applet classes
>> through Sun's VM, thereby subverting the MS VM.
>>
>> I don't recall that product ever converting an
>> Applet to HTML.  I don't
>> honestly get the point of doing such a thing.  Nor
>> do I see a way to do it.
>> Seems like saying, I have an apple and I want a
>> banana, what do I do?
>>
>>
>> - gene
>>
>> >Hai,
>> >We are using the following converter search this in
>> java.sun.com
>> >
>> >Java(tm) Plug-in HTML Converter  Version:  1.3
>> >
>> >
>> >Vinay Talwar
>> >[EMAIL PROTECTED]
>> >[EMAIL PROTECTED]
>> >
>> >
>> >
>> >kumar jaya
>> ><[EMAIL PROTECTED]
>> To:
>> >[EMAIL PROTECTED]
>> >M>
>> cc:
>> >Sent by: "A mailing
>> Subject: Hi friends
>> >
>> >list for discussion
>> >about Sun
>> >Microsystem's Java
>> >Servlet API
>> >Technology."
>> >> >a.sun.com>
>> >
>> >
>> >02/23/01 06:20 PM
>> >Please respond to "A
>> >mailing list for
>> >discussion about Sun
>> >Microsystem's Java
>> >Servlet API
>> >Technology."
>> >
>> >
>> >
>> >
>> >
>> >Hey friends...
>> >  this is some what out of this group...but pls
>> have
>> >some time to help me..
>> >
>> >  Actually i am in search of Html converter to
>> convert
>> >the applet program to html..so that i can run it
>> >anywhere..
>> >
>> >  is anybody can help me
>> >Thanks in advance
>> >Jay
>> >
>> >
>> >
>> >__
>> >Do You Yahoo!?
>> >Yahoo! Auctions - Buy the things you want at great
>> prices!
>> >http://auctions.yahoo.com/
>> >
>>
>>___
>> >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
>> >
>>
>>___
>> >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: Hi friends !!!!!!!!

2001-02-24 Thread kumar jaya

 helooo gene campbell
nice to hear a reply form u though u dont have a
banana.

anyway.my problem is i have written a rmi program
in applet.

i want that applet to be runned in browser...
the browser is throwing
AppletSecurityException

what  should i do.

if i do in appletviewer it is working...

and i downloaded html converterbut i didnt try it
i have to...
anyway thanks for this offtopic reply
Jayakumar


--- Gene Campbell <[EMAIL PROTECTED]> wrote:
> What a trip.  I wrote the orginal HTML Converter to
> convert pages to work
> in the  Java Plug-in system while on contract with
> Sun.  What it did was
> converted an Applet to Object tags to use ActiveX to
> run the Applet classes
> through Sun's VM, thereby subverting the MS VM.
>
> I don't recall that product ever converting an
> Applet to HTML.  I don't
> honestly get the point of doing such a thing.  Nor
> do I see a way to do it.
> Seems like saying, I have an apple and I want a
> banana, what do I do?
>
>
> - gene
>
> >Hai,
> >We are using the following converter search this in
> java.sun.com
> >
> >Java(tm) Plug-in HTML Converter  Version:  1.3
> >
> >
> >Vinay Talwar
> >[EMAIL PROTECTED]
> >[EMAIL PROTECTED]
> >
> >
> >
> >kumar jaya
> ><[EMAIL PROTECTED]
> To:
> >[EMAIL PROTECTED]
> >M>
> cc:
> >Sent by: "A mailing
> Subject: Hi friends
> >
> >list for discussion
> >about Sun
> >Microsystem's Java
> >Servlet API
> >Technology."
> > >a.sun.com>
> >
> >
> >02/23/01 06:20 PM
> >Please respond to "A
> >mailing list for
> >discussion about Sun
> >Microsystem's Java
> >Servlet API
> >Technology."
> >
> >
> >
> >
> >
> >Hey friends...
> >  this is some what out of this group...but pls
> have
> >some time to help me..
> >
> >  Actually i am in search of Html converter to
> convert
> >the applet program to html..so that i can run it
> >anywhere..
> >
> >  is anybody can help me
> >Thanks in advance
> >Jay
> >
> >
> >
> >__
> >Do You Yahoo!?
> >Yahoo! Auctions - Buy the things you want at great
> prices!
> >http://auctions.yahoo.com/
> >
>
>___
> >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
> >
>
>___
> >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
>
>
___
> 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


__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail.
http://personal.mail.yahoo.com/

___
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: Hi friends !!!!!!!!

2001-02-23 Thread Gene Campbell

What a trip.  I wrote the orginal HTML Converter to convert pages to work
in the  Java Plug-in system while on contract with Sun.  What it did was
converted an Applet to Object tags to use ActiveX to run the Applet classes
through Sun's VM, thereby subverting the MS VM.

I don't recall that product ever converting an Applet to HTML.  I don't
honestly get the point of doing such a thing.  Nor do I see a way to do it.
Seems like saying, I have an apple and I want a banana, what do I do?


- gene

>Hai,
>We are using the following converter search this in java.sun.com
>
>Java(tm) Plug-in HTML Converter  Version:  1.3
>
>
>Vinay Talwar
>[EMAIL PROTECTED]
>[EMAIL PROTECTED]
>
>
>
>kumar jaya
><[EMAIL PROTECTED]To:
>[EMAIL PROTECTED]
>M>   cc:
>Sent by: "A mailing  Subject: Hi friends
>
>list for discussion
>about Sun
>Microsystem's Java
>Servlet API
>Technology."
>a.sun.com>
>
>
>02/23/01 06:20 PM
>Please respond to "A
>mailing list for
>discussion about Sun
>Microsystem's Java
>Servlet API
>Technology."
>
>
>
>
>
>Hey friends...
>  this is some what out of this group...but pls have
>some time to help me..
>
>  Actually i am in search of Html converter to convert
>the applet program to html..so that i can run it
>anywhere..
>
>  is anybody can help me
>Thanks in advance
>Jay
>
>
>
>__
>Do You Yahoo!?
>Yahoo! Auctions - Buy the things you want at great prices!
>http://auctions.yahoo.com/
>
>___
>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
>
>___
>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

___
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: Hi friends !!!!!!!!

2001-02-23 Thread Vinay Talwar

Hai,
We are using the following converter search this in java.sun.com

Java(tm) Plug-in HTML Converter  Version:  1.3


Vinay Talwar
[EMAIL PROTECTED]
[EMAIL PROTECTED]



kumar jaya
<[EMAIL PROTECTED]To: [EMAIL PROTECTED]
M>   cc:
Sent by: "A mailing  Subject: Hi friends 
list for discussion
about Sun
Microsystem's Java
Servlet API
Technology."



02/23/01 06:20 PM
Please respond to "A
mailing list for
discussion about Sun
Microsystem's Java
Servlet API
Technology."





Hey friends...
  this is some what out of this group...but pls have
some time to help me..

  Actually i am in search of Html converter to convert
the applet program to html..so that i can run it
anywhere..

  is anybody can help me
Thanks in advance
Jay



__
Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices!
http://auctions.yahoo.com/

___
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

___
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: Hi friends !!!!!!!!

2001-02-23 Thread Michael Weller

>Actually i am in search of Html converter to convert the applet program to
html

I'm not really sure if I understood what you want to do: But that won't
work, for sure !


- Original Message -
From: "kumar jaya" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, February 23, 2001 11:20 AM
Subject: Hi friends 


> Hey friends...
>   this is some what out of this group...but pls have
> some time to help me..
>
>   Actually i am in search of Html converter to convert
> the applet program to html..so that i can run it
> anywhere..
>
>   is anybody can help me
> Thanks in advance
> Jay
>
>
>
> __
> Do You Yahoo!?
> Yahoo! Auctions - Buy the things you want at great prices!
http://auctions.yahoo.com/
>
>
___
> 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

___
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: Hi friends!!!!

2001-02-23 Thread G S Sundar

Hi Jay,
Why don't search this in net(use google) or atleast search in java.sun.com. Try 
something
if it's out of your hands then post, otherwise please don't.

have a look at the links.
http://www.hcc.cc.fl.us/services/faculty/wayne_pollock/AJava/HTMLConv.htm
http://java.sun.com/products/plugin/converter.html

-G S Sundaram


kumar jaya wrote:

> Hey friends...
>   this is some what out of this group...but pls have
> some time to help me..
>
>   Actually i am in search of Html converter to convert
> the applet program to html..so that i can run it
> anywhere..
>
>   is anybody can help me
> Thanks in advance
> Jay
>
> __
> Do You Yahoo!?
> Yahoo! Auctions - Buy the things you want at great prices! http://auctions.yahoo.com/
>
> ___
> 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

___
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



Hi friends !!!!!!!!

2001-02-23 Thread kumar jaya

Hey friends...
  this is some what out of this group...but pls have
some time to help me..

  Actually i am in search of Html converter to convert
the applet program to html..so that i can run it
anywhere..

  is anybody can help me
Thanks in advance
Jay



__
Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices! http://auctions.yahoo.com/

___
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



Hi from Venkat

2001-02-19 Thread Venkat Krishnan

Hi Badri,

Well i was also looking for something of that sort itself and incase i get any
assistance, i will forward the code to u and incase u get it before, pls
forward the code to me too. I know that u can do that same doing javamail API,
but the server settings was not working for me.

Cheers

Venkat

___
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



Hi,

2000-11-02 Thread tk . nagarajan

Hi all,

Could you help me in this.   I have servlet page which construct table ( contain 200 
rows).
And sometimes i may get the correct answer and sometime i may get the following error.
I am using apache - jserv and oracle database 8.0.5.

Error message from log file:

SIGSEGV received at d346402c in /usr/jdk_base/lib/aix/native_threads/libjitc.a.
Processing terminated
java full version "JDK 1.1.8 IBM build a118ga-19990806 (JIT enabled: jitc V3.1-J
DK1.1-)"
args: /usr/jdk_base/bin/aix/native_threads/java org/apache/jserv/JServ /prod2/id
ms_sp/home/ksr/apache/./conf/jserv.properties

Operating Environment
-
Host: dspe29.apcc.ap:10.171.23.129
OS Level: AIX 4.3.2.0
Processors -
Architecture: POWER_PC (impl: POWER_604, ver: unknown)
How Many: 8
Enabled : 8

User Limits (in bytes except for NOFILE and NPROC) -
RLIMIT_FSIZE: 2147482624
RLIMIT_DATA : 134217728
RLIMIT_STACK: 33554432
RLIMIT_CORE : 1073741312
RLIMIT_NOFILE   : 2000
NPROC(max)  : 512

Page Space (in blocks) -
/dev/hd6: size=128000, free=127226
/dev/paging00: size=249856, free=249333
/dev/paging01: size=163840, free=163332

Loaded Libraries (sizes in bytes)
-
/usr/jdk_base/lib/aix/native_threads/libmath.a
filesize: 59215
text start  : d349a000
text size   : e74f
data start  : 206f3a30
date size   : 6e8
/usr/jdk_base/lib/aix/native_threads/libnet.a
filesize: 33403
text start  : d3491000
text size   : 827b
data start  : 20531b60
date size   : 61c
/usr/jdk_base/lib/aix/native_threads/libzip.a
filesize: 62471
text start  : d3481000
text size   : f407
data start  : 201be240
date size   : 2a5c
/usr/jdk_base/lib/aix/native_threads/libjitc.a
filesize: 1311187
text start  : d334
text size   : 1401d3
data start  : 200117b8

and etc.,

Object Monitor Status
-
org.apache.java.util.SimpleQueue@300350a8: unowned
"Thread-2" (0x30099fa0) waiting
java.lang.StringBuffer@3008f998: owner: "Thread-8"
java.net.PlainSocketImpl@30098c78: owner: "main"
org.apache.java.util.SimpleQueue@300350a8: unowned
"Thread-2" (0x30099fa0) waiting
java.lang.StringBuffer@3008f998: owner: "Thread-8"
java.net.PlainSocketImpl@30098c78: owner: "main"
OK

Please help me


Thanks & Regards
T K Nagarajan
GTS/APHOIT-Application/CA$H/IDMS
(65)423-7451(W)
(65)899-8342(R)
E-mail:- [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: Hi

2000-10-16 Thread Ted Kahn

rtf files are (like html) ascii files with embedded format info. The difference
is that formatting info in rtf files is indicated by a backslash followed by
the command. And of course, the commands are different. I would suggest you
search for any Java code that already exists for assitaince in this area. But,
if you don't find anything suitable, it probably won't be too hard to roll your
own. You will need to know what the commands are. This is available at various
microsoft technical sites. Then simply read (or create) your text and apply the
codes accordingly and write the resulting text to a file. Use standard Java
file i/o. Nothing special about it. cheers, -ted

Vikas Paliwal wrote:

> Hello friends,
>
> I need to generate RTF format file with Servlets.
> If anybody has ever worked on the same or have any idea about the same,
> please help...
>
> Thanks in Advance,
> Vikas
>
> ___
> 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

___
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



Hi

2000-10-16 Thread Vikas Paliwal

Hello friends,

I need to generate RTF format file with Servlets.
If anybody has ever worked on the same or have any idea about the same,
please help...

Thanks in Advance,
Vikas

___
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: hi, [Scanned by Yellow Pages PostMaster]

2000-09-13 Thread Mukka, Srikanth

Hi All,

Do any of you follow the coding standards for JSP and servlets, if so please
can you tell us where to find one?

Bye
Srikanth

-Original Message-
From: Charles Chen [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 13, 2000 9:22 AM
To: [EMAIL PROTECTED]
Subject: Re: hi, [Scanned by Yellow Pages PostMaster]


Contact:   Tel: 2726  -  New Media Systems, 1st Floor South, Queens Walk


 I would like to point out that JWS also works with JDK 1.2.  You need to
start
the JWS with the option -nojre so that it does not use the jre installed
with
the JWS. This will allow you to use external JDK wherever you install it.
The
install instruction has more details on this.


Charles






Robert Ziel <[EMAIL PROTECTED]> on 09/13/2000 02:48:14 PM

To:[EMAIL PROTECTED]
cc: (bcc: Charles Chen/YellowPages)
From:  Robert Ziel <[EMAIL PROTECTED]>, 13 September 2000, 2:48 p.m.

Re: hi,  [Scanned by Yellow Pages PostMaster]


i changed to server Tomcat many problems are solved now
thanks for the person who advised me to use Tomcat...

regards,
Robert

>>> [EMAIL PROTECTED] 09/13/00 01:25pm >>>
Hi! all the problem is that jws uses jdk1.1.6 or 1.1.7.. If you  have jdk1.2
or
higher installed on your machine.. u can use that jre by the following
command

jserv -javahome Javahome..

where javahome is the directory for the jdk installed in your m/c

Hope it hepls

Robert Ziel wrote:

> i downloaded the jws 2.0
> version but a still have the problem
>
> classnotfoundException: unable to find class java.util.ArrayList
>
> >>> [EMAIL PROTECTED] 09/12/00 03:13pm >>>
> Even I am facing the same problem.
>
> I am using the JDK version 1.2.1
>
> I am using Java Web Server to test my servlets.
> Is it a problem with the JVM used by the JWS.
>
> Thanks.
>
> Sateeshkumar_Karnam <[EMAIL PROTECTED]> on 09/12/2000
06:30:54
> PM
>
> Please respond to "A mailing list for discussion about Sun Microsystem's
Java
>   Servlet API Technology." <[EMAIL PROTECTED]>
>
> To:   [EMAIL PROTECTED]
> cc:(bcc: Vikas Paliwal/TMs/TCSSEEPZ/TCS)
>
> Subject:  Re: hi,
>
> Just check out the JDK version. It's available only after JDK 1.2
>
> > --
> > From: Robert Ziel[SMTP:[EMAIL PROTECTED]]
> > Reply To: A mailing list for discussion about Sun Microsystem's Java
> > Servlet API Technology.
> > Sent: Tuesday, September 12, 2000 6:22 PM
> > To:   [EMAIL PROTECTED]
> > Subject:  hi,
> >
> > hi,
> >
> > does someone know why the util class cannot be imported.. from a
> > servlet..?
> >
> > import java.util.*;
> >
> > Error
> >
> > classnotfound exception: java.util.ArrayList
> >
> >
> > regards,
> >
> > Robert
> >
> >
__
> > _
> > 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
> >
>
>
___
> 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
>
>
___
> 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
>
>
___
> 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

--
Vikram Kumar

Software Services International.
Electronic City
Gurgaon (Haryana)

Phone : 91-6397534, 6346338, 6397533, 6397324
Extension : 232

***

Re: hi, [Scanned by Yellow Pages PostMaster]

2000-09-13 Thread Charles Chen

Contact:   Tel: 2726  -  New Media Systems, 1st Floor South, Queens Walk


 I would like to point out that JWS also works with JDK 1.2.  You need to start
the JWS with the option -nojre so that it does not use the jre installed with
the JWS. This will allow you to use external JDK wherever you install it. The
install instruction has more details on this.


Charles






Robert Ziel <[EMAIL PROTECTED]> on 09/13/2000 02:48:14 PM

To:[EMAIL PROTECTED]
cc: (bcc: Charles Chen/YellowPages)
From:  Robert Ziel <[EMAIL PROTECTED]>, 13 September 2000, 2:48 p.m.

Re: hi,  [Scanned by Yellow Pages PostMaster]


i changed to server Tomcat many problems are solved now
thanks for the person who advised me to use Tomcat...

regards,
Robert

>>> [EMAIL PROTECTED] 09/13/00 01:25pm >>>
Hi! all the problem is that jws uses jdk1.1.6 or 1.1.7.. If you  have jdk1.2 or
higher installed on your machine.. u can use that jre by the following command

jserv -javahome Javahome..

where javahome is the directory for the jdk installed in your m/c

Hope it hepls

Robert Ziel wrote:

> i downloaded the jws 2.0
> version but a still have the problem
>
> classnotfoundException: unable to find class java.util.ArrayList
>
> >>> [EMAIL PROTECTED] 09/12/00 03:13pm >>>
> Even I am facing the same problem.
>
> I am using the JDK version 1.2.1
>
> I am using Java Web Server to test my servlets.
> Is it a problem with the JVM used by the JWS.
>
> Thanks.
>
> Sateeshkumar_Karnam <[EMAIL PROTECTED]> on 09/12/2000
06:30:54
> PM
>
> Please respond to "A mailing list for discussion about Sun Microsystem's Java
>   Servlet API Technology." <[EMAIL PROTECTED]>
>
> To:   [EMAIL PROTECTED]
> cc:(bcc: Vikas Paliwal/TMs/TCSSEEPZ/TCS)
>
> Subject:  Re: hi,
>
> Just check out the JDK version. It's available only after JDK 1.2
>
> > --
> > From: Robert Ziel[SMTP:[EMAIL PROTECTED]]
> > Reply To: A mailing list for discussion about Sun Microsystem's Java
> > Servlet API Technology.
> > Sent: Tuesday, September 12, 2000 6:22 PM
> > To:   [EMAIL PROTECTED]
> > Subject:  hi,
> >
> > hi,
> >
> > does someone know why the util class cannot be imported.. from a
> > servlet..?
> >
> > import java.util.*;
> >
> > Error
> >
> > classnotfound exception: java.util.ArrayList
> >
> >
> > regards,
> >
> > Robert
> >
> > __
> > _
> > 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
> >
>
> ___
> 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
>
> ___
> 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
>
> ___
> 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

--
Vikram Kumar

Software Services International.
Electronic City
Gurgaon (Haryana)

Phone : 91-6397534, 6346338, 6397533, 6397324
Extension : 232


No God-No Peace. Know God-Know Peace


___
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/a

Re: hi,

2000-09-13 Thread Robert Ziel

i changed to server Tomcat many problems are solved now
thanks for the person who advised me to use Tomcat...

regards,
Robert

>>> [EMAIL PROTECTED] 09/13/00 01:25pm >>>
Hi! all the problem is that jws uses jdk1.1.6 or 1.1.7.. If you  have jdk1.2 or
higher installed on your machine.. u can use that jre by the following command

jserv -javahome Javahome..

where javahome is the directory for the jdk installed in your m/c

Hope it hepls

Robert Ziel wrote:

> i downloaded the jws 2.0
> version but a still have the problem
>
> classnotfoundException: unable to find class java.util.ArrayList
>
> >>> [EMAIL PROTECTED] 09/12/00 03:13pm >>>
> Even I am facing the same problem.
>
> I am using the JDK version 1.2.1
>
> I am using Java Web Server to test my servlets.
> Is it a problem with the JVM used by the JWS.
>
> Thanks.
>
> Sateeshkumar_Karnam <[EMAIL PROTECTED]> on 09/12/2000 06:30:54
> PM
>
> Please respond to "A mailing list for discussion about Sun Microsystem's Java
>   Servlet API Technology." <[EMAIL PROTECTED]>
>
> To:   [EMAIL PROTECTED]
> cc:(bcc: Vikas Paliwal/TMs/TCSSEEPZ/TCS)
>
> Subject:  Re: hi,
>
> Just check out the JDK version. It's available only after JDK 1.2
>
> > --
> > From: Robert Ziel[SMTP:[EMAIL PROTECTED]]
> > Reply To: A mailing list for discussion about Sun Microsystem's Java
> > Servlet API Technology.
> > Sent: Tuesday, September 12, 2000 6:22 PM
> > To:   [EMAIL PROTECTED]
> > Subject:  hi,
> >
> > hi,
> >
> > does someone know why the util class cannot be imported.. from a
> > servlet..?
> >
> > import java.util.*;
> >
> > Error
> >
> > classnotfound exception: java.util.ArrayList
> >
> >
> > regards,
> >
> > Robert
> >
> > __
> > _
> > 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
> >
>
> ___
> 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
>
> ___
> 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
>
> ___
> 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

--
Vikram Kumar

Software Services International.
Electronic City
Gurgaon (Haryana)

Phone : 91-6397534, 6346338, 6397533, 6397324
Extension : 232


No God-No Peace. Know God-Know Peace


___
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

___
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: hi,

2000-09-13 Thread Vikram Kumar

Hi! all the problem is that jws uses jdk1.1.6 or 1.1.7.. If you  have jdk1.2 or
higher installed on your machine.. u can use that jre by the following command

jserv -javahome Javahome..

where javahome is the directory for the jdk installed in your m/c

Hope it hepls

Robert Ziel wrote:

> i downloaded the jws 2.0
> version but a still have the problem
>
> classnotfoundException: unable to find class java.util.ArrayList
>
> >>> [EMAIL PROTECTED] 09/12/00 03:13pm >>>
> Even I am facing the same problem.
>
> I am using the JDK version 1.2.1
>
> I am using Java Web Server to test my servlets.
> Is it a problem with the JVM used by the JWS.
>
> Thanks.
>
> Sateeshkumar_Karnam <[EMAIL PROTECTED]> on 09/12/2000 06:30:54
> PM
>
> Please respond to "A mailing list for discussion about Sun Microsystem's Java
>   Servlet API Technology." <[EMAIL PROTECTED]>
>
> To:   [EMAIL PROTECTED]
> cc:(bcc: Vikas Paliwal/TMs/TCSSEEPZ/TCS)
>
> Subject:  Re: hi,
>
> Just check out the JDK version. It's available only after JDK 1.2
>
> > --
> > From: Robert Ziel[SMTP:[EMAIL PROTECTED]]
> > Reply To: A mailing list for discussion about Sun Microsystem's Java
> > Servlet API Technology.
> > Sent: Tuesday, September 12, 2000 6:22 PM
> > To:   [EMAIL PROTECTED]
> > Subject:  hi,
> >
> > hi,
> >
> > does someone know why the util class cannot be imported.. from a
> > servlet..?
> >
> > import java.util.*;
> >
> > Error
> >
> > classnotfound exception: java.util.ArrayList
> >
> >
> > regards,
> >
> > Robert
> >
> > __
> > _
> > 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
> >
>
> ___
> 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
>
> ___
> 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
>
> ___
> 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

--
Vikram Kumar

Software Services International.
Electronic City
Gurgaon (Haryana)

Phone : 91-6397534, 6346338, 6397533, 6397324
Extension : 232


No God-No Peace. Know God-Know Peace


___
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: hi,

2000-09-12 Thread George I Matkovits

Please, please, please use Tomcat.
Regards - George

Vikas Paliwal wrote:

> Even I am facing the same problem.
>
> I am using the JDK version 1.2.1
>
> I am using Java Web Server to test my servlets.
> Is it a problem with the JVM used by the JWS.
>
> Thanks.
>
> Sateeshkumar_Karnam <[EMAIL PROTECTED]> on 09/12/2000 06:30:54
> PM
>
> Please respond to "A mailing list for discussion about Sun Microsystem's Java
>   Servlet API Technology." <[EMAIL PROTECTED]>
>
> To:   [EMAIL PROTECTED]
> cc:(bcc: Vikas Paliwal/TMs/TCSSEEPZ/TCS)
>
> Subject:  Re: hi,
>
> Just check out the JDK version. It's available only after JDK 1.2
>
> > --
> > From: Robert Ziel[SMTP:[EMAIL PROTECTED]]
> > Reply To: A mailing list for discussion about Sun Microsystem's Java
> > Servlet API Technology.
> > Sent: Tuesday, September 12, 2000 6:22 PM
> > To:   [EMAIL PROTECTED]
> > Subject:  hi,
> >
> > hi,
> >
> > does someone know why the util class cannot be imported.. from a
> > servlet..?
> >
> > import java.util.*;
> >
> > Error
> >
> > classnotfound exception: java.util.ArrayList
> >
> >
> > regards,
> >
> > Robert
> >
> > __
> > _
> > 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
> >
>
> ___
> 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
>
> ___
> 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

___
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: hi,

2000-09-12 Thread Robert Ziel

i downloaded the jws 2.0
version but a still have the problem

classnotfoundException: unable to find class java.util.ArrayList

>>> [EMAIL PROTECTED] 09/12/00 03:13pm >>>
Even I am facing the same problem.

I am using the JDK version 1.2.1

I am using Java Web Server to test my servlets.
Is it a problem with the JVM used by the JWS.

Thanks.






Sateeshkumar_Karnam <[EMAIL PROTECTED]> on 09/12/2000 06:30:54
PM

Please respond to "A mailing list for discussion about Sun Microsystem's Java
  Servlet API Technology." <[EMAIL PROTECTED]>

To:   [EMAIL PROTECTED]
cc:(bcc: Vikas Paliwal/TMs/TCSSEEPZ/TCS)

Subject:  Re: hi,




Just check out the JDK version. It's available only after JDK 1.2

> --
> From: Robert Ziel[SMTP:[EMAIL PROTECTED]]
> Reply To: A mailing list for discussion about Sun Microsystem's Java
> Servlet API Technology.
> Sent: Tuesday, September 12, 2000 6:22 PM
> To:   [EMAIL PROTECTED]
> Subject:  hi,
>
> hi,
>
> does someone know why the util class cannot be imported.. from a
> servlet..?
>
> import java.util.*;
>
> Error
>
> classnotfound exception: java.util.ArrayList
>
>
> regards,
>
> Robert
>
> __
> _
> 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
>

___
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

___
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

___
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: hi,

2000-09-12 Thread Robert Ziel

my server uses a jdk version 1.2.2
but my java webserver is 1.1.3

can this cause the problem..
if so.. how can i solve this..??

>>> [EMAIL PROTECTED] 09/12/00 03:00pm >>>
Just check out the JDK version. It's available only after JDK 1.2

> --
> From: Robert Ziel[SMTP:[EMAIL PROTECTED]]
> Reply To: A mailing list for discussion about Sun Microsystem's Java
> Servlet API Technology.
> Sent: Tuesday, September 12, 2000 6:22 PM
> To:   [EMAIL PROTECTED]
> Subject:  hi,
>
> hi,
>
> does someone know why the util class cannot be imported.. from a
> servlet..?
>
> import java.util.*;
>
> Error
>
> classnotfound exception: java.util.ArrayList
>
>
> regards,
>
> Robert
>
> __
> _
> 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
>

___
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

___
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: hi,

2000-09-12 Thread Vikas Paliwal

Even I am facing the same problem.

I am using the JDK version 1.2.1

I am using Java Web Server to test my servlets.
Is it a problem with the JVM used by the JWS.

Thanks.






Sateeshkumar_Karnam <[EMAIL PROTECTED]> on 09/12/2000 06:30:54
PM

Please respond to "A mailing list for discussion about Sun Microsystem's Java
  Servlet API Technology." <[EMAIL PROTECTED]>

To:   [EMAIL PROTECTED]
cc:(bcc: Vikas Paliwal/TMs/TCSSEEPZ/TCS)

Subject:  Re: hi,




Just check out the JDK version. It's available only after JDK 1.2

> --
> From: Robert Ziel[SMTP:[EMAIL PROTECTED]]
> Reply To: A mailing list for discussion about Sun Microsystem's Java
> Servlet API Technology.
> Sent: Tuesday, September 12, 2000 6:22 PM
> To:   [EMAIL PROTECTED]
> Subject:  hi,
>
> hi,
>
> does someone know why the util class cannot be imported.. from a
> servlet..?
>
> import java.util.*;
>
> Error
>
> classnotfound exception: java.util.ArrayList
>
>
> regards,
>
> Robert
>
> __
> _
> 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
>

___
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

___
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: hi,

2000-09-12 Thread Sateeshkumar_Karnam

Just check out the JDK version. It's available only after JDK 1.2

> --
> From: Robert Ziel[SMTP:[EMAIL PROTECTED]]
> Reply To: A mailing list for discussion about Sun Microsystem's Java
> Servlet API Technology.
> Sent: Tuesday, September 12, 2000 6:22 PM
> To:   [EMAIL PROTECTED]
> Subject:  hi,
>
> hi,
>
> does someone know why the util class cannot be imported.. from a
> servlet..?
>
> import java.util.*;
>
> Error
>
> classnotfound exception: java.util.ArrayList
>
>
> regards,
>
> Robert
>
> __
> _
> 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
>

___
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



hi,

2000-09-12 Thread Robert Ziel

hi,

does someone know why the util class cannot be imported.. from a servlet..?

import java.util.*;

Error

classnotfound exception: java.util.ArrayList


regards,

Robert

___
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: Hi, .. .. Partha

2000-09-05 Thread Sandip Debnath

I was just running your program using doGet. It is working fine
even if I changed the name of the file as test.xml. It is  working
fine. Go to http://euler.mcs.utulsa.edu:8001/servlet/content
and check it yourself. It is giving the line. I did not understand
what actually you wanted to do. Sometimes browsers have extra
setting for .xml files. I worked with .xml files and sometimes they
show them with the markups in the browser window, sometimes they
show nothing but if you see the source you can see the file is
there. I do not know the answer.
If you want somebody to download a file. You can create a link
with the full servlet execute path as I have given above. And
if they shift+click it should go to download option. I never did
this but it is my intuition that it will work that way.
Sorry I do not knwo any better answer. Wait for somebody else's
response.
(I have to close the 8001 posrt quickly for other work, if you want
you can see now)
Thanks
Sandip


On Tue, 5 Sep 2000, Partha Bhattacharjee wrote:

> Date: Tue, 5 Sep 2000 12:06:12 +0530
> From: Partha Bhattacharjee <[EMAIL PROTECTED]>
> To: 'Sandip Debnath' <[EMAIL PROTECTED]>
> Subject: RE: Hi, .. .. Partha
>
>
> This is a mail i had posted in the list. Would appreciate if you could do
> anything about it.
>
>  message for the list =
>
> Hi,
>
> I have a servlet that connects to a database, reads it and then creates a
> well formed xml file out of it. Now I have to give users the option of being
> able to download the stuff if they want.
>
> The following code works fine for most of the cases but xml files
>
> import javax.servlet.http.*;
> import javax.servlet.*;
> import java.io.*;
>
> public class content extends HttpServlet
> {
> public void doPost ( HttpServletRequest request, HttpServletResponse
> response )
> throws IOException
> {
>
> response.setHeader ( "content-disposition",
> "attachment;filename=test.txt" ) ;
> PrintWriter out = response.getWriter () ;
> out.println ("" ) ;
> out.close();
> }
> }
>
> This works fine till the name of the file is test.txt but the moment I make
> it test.xml it gets into some kind of loop and does not download. However
> one can still view it.
>
> As you can see it is a valid xml file and the same code works for all kinds
> of files but xml.
>
> Could anybody out there help? I need it .
>
> brgds
> partha
>

___
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



hi j

2000-08-31 Thread Vijay Naidu

Hi guys,

am facing a peculiar problem in Servlets. How do you pass parameters from a
servlet residing one server to an asp page which is residing on another
server and get the response message back from them. I know we can use the
doPost() to send the parameter. what about the receiving of the message..
this is the following piece of code I wrote.

URL broadband = new URL("https://abc/ProcessService.asp"+encodedString);
URLConnection con = broadband.openConnection();
con.setUseCaches(false);
InputStream in = con.getInputStream();

encoded string is string variable here. comprising of around 10 different
parameters. the program works fine till con.setUseCaches(false) but after
that it fails to get the Input stream. help out if u can. I am trying to
solve the problem myself but some advise would help. I know I am passing the
parameters right but it would be gr8 if one of you would type out how the
parameters should be sent. like
"url?abc=123" etc. just specified one parameter u guys have to specify 3 or
more parameters. so go ahead. lets see u guys help me out soon..

Vijay
_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at
http://profiles.msn.com.

___
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: HI

2000-08-08 Thread Jake Brain

OReilly's java servlet programming by Jason Hunter is the best all around
servlet book

___
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: HI (Needed softwares to work servlets)

2000-08-08 Thread Gilles Broche

Hi Prasanna,
I'm learning Servlet Technology for a month on Windows NT 4.0 too, so I can
share my little experience
with you.
You need Servlets API classes for compilation and a Servlet engine for
deployment.
To get Servlets API, you have 2 choice :
- install the JSDK, free at http://java.sun.com/products/servlet/
- install a complete servlet engine which contains servlets API.

Most are listed in the book "Java Servlet Programming" (Jason Hunter, O'Reilly
& Associates, 1998), which I think it's a very good book!

Prasanna wrote:

>  I'm planning to learn Servlet Technology. I would like to know what all
> software that I need to put it on my machine in order to make it work.
> Please also suggest me a book that I can follow. I'm very comfortable with
> Java programming language but know nothing about the web development. I've
> Windows NT 4.0 OS on my machine. Please Help!!!
> __
> 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

--
Gilles Broche
06 84 28 33 48

___
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



HI

2000-08-07 Thread Prasanna

Hi All,

  I'm planning to learn Servlet Technology. I would like to know what all
software that I need to put it on my machine in order to make it work.
Please also suggest me a book that I can follow. I'm very comfortable with
Java programming language but know nothing about the web development. I've
Windows NT 4.0 OS on my machine. Please Help!!!


Thanks,
Prasanna

___
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



hi

2000-06-14 Thread nyj

hello every body

___
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: hi

2000-05-22 Thread Liwen Chen

Sorry, this question is our of my ability. Ask Nic Ferrier instead, he/she
is expert of that.

liwen

- Original Message -
From: "Neeraj Singh" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, May 22, 2000 9:42 PM
Subject: Re: hi




hi liwen

 is there any security reasons specific to servlets as rmi client vis-a-vis
java client ? My java client invokes allright but the servlet is unable to
call the same rmi server . I am using Tomcat3.1.




 (Embedded
 image moved   "A mailing list for discussion about Sun
 to file:  Microsystem's Java Servlet API Technology."
 pic04955.pcx) <[EMAIL PROTECTED]>
   05/22/2000 02:38 PM




Please respond to "A mailing list for discussion about Sun Microsystem's
  Java Servlet API Technology." <[EMAIL PROTECTED]>

To:   [EMAIL PROTECTED]
cc:
Subject:  Re: hi



depends on how do u want to use them together. as i  did, i use a servlet
as a rmi client to call method
of a rmi server. u can also use a servlet as a rmi  server and some other
programs such as servlets,
applets, and so on as rmi client.

liwen

- Original Message -
From:  chandra shekar
To: [EMAIL PROTECTED]
Sent: Monday, May 22, 2000 4:57 PM
Subject: hi

hi there,
i have a doubt , how do u use servlets with  rmi..
thanks in  advance

___
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: hi

2000-05-22 Thread Neeraj Singh



hi liwen

 is there any security reasons specific to servlets as rmi client vis-a-vis
java client ? My java client invokes allright but the servlet is unable to
call the same rmi server . I am using Tomcat3.1.



  
 (Embedded
 image moved   "A mailing list for discussion about Sun   
 to file:  Microsystem's Java Servlet API Technology."
 pic04955.pcx) <[EMAIL PROTECTED]>
   05/22/2000 02:38 PM
  



Please respond to "A mailing list for discussion about Sun Microsystem's
  Java Servlet API Technology." <[EMAIL PROTECTED]>

To:   [EMAIL PROTECTED]
cc:
Subject:  Re: hi



depends on how do u want to use them together. as i  did, i use a servlet
as a rmi client to call method
of a rmi server. u can also use a servlet as a rmi  server and some other
programs such as servlets,
applets, and so on as rmi client.

liwen

- Original Message -
From:  chandra shekar
To: [EMAIL PROTECTED]
Sent: Monday, May 22, 2000 4:57 PM
Subject: hi

hi there,
i have a doubt , how do u use servlets with  rmi..
thanks in  advance


 Paintbrush


Re: hi

2000-05-22 Thread Liwen Chen



depends on how do u want to use them together. as i 
did, i use a servlet as a rmi client to call method
of a rmi server. u can also use a servlet as a rmi 
server and some other programs such as servlets, 
applets, and so on as rmi client. 
 
liwen
 

  - Original Message - 
  From: 
  chandra shekar 
  To: [EMAIL PROTECTED] 
  
  Sent: Monday, May 22, 2000 4:57 PM
  Subject: hi
  
  hi there,
  i have a doubt , how do u use servlets with 
  rmi..
  thanks in 
advance


hi

2000-05-22 Thread chandra shekar



hi there,
i have a doubt , how do u use servlets with 
rmi..
thanks in advance


Hi SUBHAPRATHA (Re: Does JavaWebServer2.0 support ...??)

2000-05-21 Thread Rajesh Kumar Singh

Hi Sridharan

(i think u need to see the reply to my this question by Anup Kumar MA...)
actually that is default version for JWS2.0 but u can extend it to
support ur jdk1.2 for that simply u need to set java_home to the  jdk1.2
..at the dos prompt u give this:
c:\>set java_home=c:\jdk1.2
then run httpdnojre and NOT httpd
.u just try...IT WORKS...
Rajesh
- Original Message -
From: SUBHAPRATHA SRIDHARAN <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, May 19, 2000 11:56 PM
Subject: Re: Does JavaWebServer2.0 support all java2.0 features??


> Hi,
>
> The Readme.txt file for JavaWenServer2.0 says that it supports only
jdk1.1.7
>
> Go through the FAQs at Sun's website:
>
> http://www.sun.com/software/jwebserver/faq/
>
> Regards.
>
>
> >From: Rajesh Kumar Singh <[EMAIL PROTECTED]>
> >Reply-To: "A mailing list for discussion about Sun Microsystem's Java
> >Servlet API Technology." <[EMAIL PROTECTED]>
> >To: [EMAIL PROTECTED]
> >Subject: Does JavaWebServer2.0 support all java2.0 features??
> >Date: Thu, 18 May 2000 11:38:44 +0530
> >
> >Dear friends
> >...I'm using JavaWebServer2.0 (downloaded )...in my Servlet programme
> >when i used HashSet it didn't give any problem while
> >compiling(obviously
> >as i'm using jdk1.2 ) but it gave  runtime error with the message::
> >
> >""reported this exception: java/util/HashSet. Please report this to
the
> >administrator of the web server.
> >

___
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: Hi Anup!!!(Contd.:: Does JavaWebServer2.0 supports Java2.0..)

2000-05-19 Thread Anup Kumar M A



you set it wrong
the command is set java_home=c:\jdk1.2
and not
set java_home=c:\jdk1.2\bin

  - Original Message - 
  From: 
  Rajesh Kumar Singh 
  To: [EMAIL PROTECTED] 
  Sent: Friday, May 19, 2000 4:18 PM
  Subject: Hi Anup!!!(Contd.:: Does 
  JavaWebServer2.0 supports Java2.0..)
  
  Hi
  I was wrong while setting the 
  java_home::
  now i tried this way
  c:\> Set JAVA_HOME=c:\jdk1.2\bin
  it is oknow no Syntax error..
  BUT WHEN I RUN   on command 
  prompt
  httpdnojre..it says "can't find \bin in java 
  runtime home: c:\jdk1.2\bin"
   
  WHAT TO DO??...
  Rajesh
  
- Original Message - 
From: 
Anup Kumar 
M A 
To: [EMAIL PROTECTED] 
Sent: Thursday, May 18, 2000 1:03 
PM
Subject: Re: Does JavaWebServer2.0 
support all java2.0 features??

Javawebserver comes with its own version of Jre 
(v 1.1.7) 
Try running JavaWebserver  with your own 
jdk
for this do the following
set the "java_home" environment variable to the 
directory containing the bin directory of your jdk.
then start JWS with the commandline 
httpdnojre
 

  - Original Message - 
  From: 
  Rajesh Kumar Singh 
  To: [EMAIL PROTECTED] 
  
  Sent: Thursday, May 18, 2000 11:38 
  AM
  Subject: Does JavaWebServer2.0 
  support all java2.0 features??
  
  Dear friends
  ...I'm using JavaWebServer2.0 (downloaded 
  )...in my Servlet programme
     when i used HashSet it didn't 
  give any problem while compiling(obviously
     as i'm using jdk1.2 ) but it 
  gave  runtime error with the message::
   
     ""reported this exception: 
  java/util/HashSet. Please report this to the administrator of the web 
  server. 
  
  
java.lang.NoClassDefFoundError: java/util/HashSet at 
PTRProblemEntryScreen.doGet(Compiled Code). ""
 
...PTRProblemEntryScreen.java is my programme name.
...does JWS2.0 support this OR can anyone there please suggest what 
to 
do..i mean , can i change some options of JWS2.0 to correct 
it
PLEASE GET BACK SOON IF U HAVE SOME SUGGESTIONS ..
 
thanx
Rajesh ([EMAIL PROTECTED])
 


Re: Hi Anup !! ( EVERYBODY there , also)

2000-05-19 Thread Anup Kumar M A



set java_home=c:\jdk1.2

  - Original Message - 
  From: 
  Rajesh Kumar Singh 
  To: [EMAIL PROTECTED] 
  Sent: Friday, May 19, 2000 3:49 PM
  Subject: Hi Anup !! ( EVERYBODY there , 
  also)
  
  Dear 
  it seems u couldn't see my last 
  mail...
  dear i'm unable to set the path for java_home( 
  for extending JavaWebServer2.0 feature to support
  java2.0as when i use java.util.HashSet..it 
  gives ClassNot found errorbut if i try 
  java.util.Vector..it's working)
  it gives Syntax problem..i tried this 
  way..
  c:\>set java_home c:\jdk1.2\bin
  HOW TO SET ..
  without setting it if i try
  c:\>httpdnojre
  it gives error saying
  Requires -javahome argument or JAVA_HOME set if 
  -nojre  is used...
   
  I will appreciate if anybody there will suggest 
  on it..
  Rajesh([EMAIL PROTECTED])
  
- Original Message - 
From: 
Anup Kumar 
M A 
To: [EMAIL PROTECTED] 
Sent: Thursday, May 18, 2000 1:03 
PM
Subject: Re: Does JavaWebServer2.0 
support all java2.0 features??

Javawebserver comes with its own version of Jre 
(v 1.1.7) 
Try running JavaWebserver  with your own 
jdk
for this do the following
set the "java_home" environment variable to the 
directory containing the bin directory of your jdk.
then start JWS with the commandline 
httpdnojre
 

  - Original Message - 
  From: 
  Rajesh Kumar Singh 
  To: [EMAIL PROTECTED] 
  
  Sent: Thursday, May 18, 2000 11:38 
  AM
  Subject: Does JavaWebServer2.0 
  support all java2.0 features??
  
  Dear friends
  ...I'm using JavaWebServer2.0 (downloaded 
  )...in my Servlet programme
     when i used HashSet it didn't 
  give any problem while compiling(obviously
     as i'm using jdk1.2 ) but it 
  gave  runtime error with the message::
   
     ""reported this exception: 
  java/util/HashSet. Please report this to the administrator of the web 
  server. 
  
  
java.lang.NoClassDefFoundError: java/util/HashSet at 
PTRProblemEntryScreen.doGet(Compiled Code). ""
 
...PTRProblemEntryScreen.java is my programme name.
...does JWS2.0 support this OR can anyone there please suggest what 
to 
do..i mean , can i change some options of JWS2.0 to correct 
it
PLEASE GET BACK SOON IF U HAVE SOME SUGGESTIONS ..
 
thanx
Rajesh ([EMAIL PROTECTED])
 


Hi Anup!!!(Contd.:: Does JavaWebServer2.0 supports Java2.0..)

2000-05-19 Thread Rajesh Kumar Singh



Hi
I was wrong while setting the 
java_home::
now i tried this way
c:\> Set JAVA_HOME=c:\jdk1.2\bin
it is oknow no Syntax error..
BUT WHEN I RUN   on command 
prompt
httpdnojre..it says "can't find \bin in java 
runtime home: c:\jdk1.2\bin"
 
WHAT TO DO??...
Rajesh

  - Original Message - 
  From: 
  Anup Kumar M 
  A 
  To: [EMAIL PROTECTED] 
  Sent: Thursday, May 18, 2000 1:03 
PM
  Subject: Re: Does JavaWebServer2.0 
  support all java2.0 features??
  
  Javawebserver comes with its own version of Jre 
  (v 1.1.7) 
  Try running JavaWebserver  with your own 
  jdk
  for this do the following
  set the "java_home" environment variable to the 
  directory containing the bin directory of your jdk.
  then start JWS with the commandline 
  httpdnojre
   
  
- Original Message - 
From: 
Rajesh Kumar Singh 
To: [EMAIL PROTECTED] 
Sent: Thursday, May 18, 2000 11:38 
AM
Subject: Does JavaWebServer2.0 support 
all java2.0 features??

Dear friends
...I'm using JavaWebServer2.0 (downloaded 
)...in my Servlet programme
   when i used HashSet it didn't give 
any problem while compiling(obviously
   as i'm using jdk1.2 ) but it 
gave  runtime error with the message::
 
   ""reported this exception: 
java/util/HashSet. Please report this to the administrator of the web 
server. 


  java.lang.NoClassDefFoundError: java/util/HashSet at 
  PTRProblemEntryScreen.doGet(Compiled Code). ""
   
  ...PTRProblemEntryScreen.java is my programme name.
  ...does JWS2.0 support this OR can anyone there please suggest what 
  to 
  do..i mean , can i change some options of JWS2.0 to correct 
  it
  PLEASE GET BACK SOON IF U HAVE SOME SUGGESTIONS ..
   
  thanx
  Rajesh ([EMAIL PROTECTED])
   


Hi Anup !! ( EVERYBODY there , also)

2000-05-19 Thread Rajesh Kumar Singh



Dear 
it seems u couldn't see my last 
mail...
dear i'm unable to set the path for java_home( for 
extending JavaWebServer2.0 feature to support
java2.0as when i use java.util.HashSet..it 
gives ClassNot found errorbut if i try 
java.util.Vector..it's working)
it gives Syntax problem..i tried this 
way..
c:\>set java_home c:\jdk1.2\bin
HOW TO SET ..
without setting it if i try
c:\>httpdnojre
it gives error saying
Requires -javahome argument or JAVA_HOME set if 
-nojre  is used...
 
I will appreciate if anybody there will suggest on 
it..
Rajesh([EMAIL PROTECTED])

  - Original Message - 
  From: 
  Anup Kumar M 
  A 
  To: [EMAIL PROTECTED] 
  Sent: Thursday, May 18, 2000 1:03 
PM
  Subject: Re: Does JavaWebServer2.0 
  support all java2.0 features??
  
  Javawebserver comes with its own version of Jre 
  (v 1.1.7) 
  Try running JavaWebserver  with your own 
  jdk
  for this do the following
  set the "java_home" environment variable to the 
  directory containing the bin directory of your jdk.
  then start JWS with the commandline 
  httpdnojre
   
  
- Original Message - 
From: 
Rajesh Kumar Singh 
To: [EMAIL PROTECTED] 
Sent: Thursday, May 18, 2000 11:38 
AM
Subject: Does JavaWebServer2.0 support 
all java2.0 features??

Dear friends
...I'm using JavaWebServer2.0 (downloaded 
)...in my Servlet programme
   when i used HashSet it didn't give 
any problem while compiling(obviously
   as i'm using jdk1.2 ) but it 
gave  runtime error with the message::
 
   ""reported this exception: 
java/util/HashSet. Please report this to the administrator of the web 
server. 


  java.lang.NoClassDefFoundError: java/util/HashSet at 
  PTRProblemEntryScreen.doGet(Compiled Code). ""
   
  ...PTRProblemEntryScreen.java is my programme name.
  ...does JWS2.0 support this OR can anyone there please suggest what 
  to 
  do..i mean , can i change some options of JWS2.0 to correct 
  it
  PLEASE GET BACK SOON IF U HAVE SOME SUGGESTIONS ..
   
  thanx
  Rajesh ([EMAIL PROTECTED])
   


Hi,Where I can get sql package.

2000-05-09 Thread mark peng

Hi,I compile my programm with this statement.

import java.sql.*;
The compiler can not find the sql package.
error J0051: Undefined package 'sql'

Where I can find the sql package.


Thanks&Regards

___
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: Hi

2000-04-28 Thread Vikas Gupta



What's
your problem??

  -Original Message-From: Amit Kaushik
  [mailto:[EMAIL PROTECTED]]Sent: Saturday, February 27, 1999
  7:18 PMTo: [EMAIL PROTECTED]Subject:
  Hi
  Hi
everybody.


Re: Hi

2000-04-27 Thread HH Khan



And the problem is ??
Amit Kaushik wrote:

Hi
everybody.





Hi

2000-04-27 Thread Amit Kaushik



Hi everybody.


hi guys

2000-04-05 Thread P

Hi
my servlet engine is getting filled with data objects.
how to clear servlet cache.
can any body send the codelet.

thanks

___
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



hi guys

2000-04-05 Thread P

my servlet engine is getting filled with data objects.
how to clear servlet cache.
can any body send the codelet.

thanks

___
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: hi

2000-04-01 Thread Vijay Nair



irc??? look, what you need's a good starters book for servlet programming.
try Developing Java Servlets by James Goodwill and the book by Jason
Hunter.. you should find both these books helpful.
ciao
vijay
lena wrote:
 What
IRC?Can you
tell me the web site?
-­ì©l¶l¥ó-
±H¥óªÌ:
Julien Moussier <[EMAIL PROTECTED]>
¦¬¥óªÌ:
[EMAIL PROTECTED]
<[EMAIL PROTECTED]>
¤é´Á:
2000¦~3¤ë28¤é PM 10:40
¥D¦®: Re: hi
 May
be you have relationship problems and you need someone to takecare
of you, to talk with and to give you some affection...There
are many chat sites on the Web, or you can simply go on IRC...;-)

-Original
Message-
From: lena [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 28, 2000
2:43 PM
To: [EMAIL PROTECTED]
Subject: Re: hi
 
I load servlet on JavaWebServer2.0, but it occurs the error:  
Cannot update Servlet ...I don't know if i haven't set anything. Do
you use JWS as server?     
Lena
>hi,
>    include  -->   package sunexamples;
>    at first of your servlet java file, compiled it,
and copy it in
>sunexamples directory of your JWS servlet directory
>
>







hi i am newcomer

2000-03-31 Thread Paras Sharma

hi
i am  new  comer to this   just few days back i started  servlets.
i currently  i am  doing   few simple programs  in  it
now i have to take  a  seminar on  java servlets
if  possible give me few sites for   advance topic  on serlvets  like  COBRA
&RMI in  servlets  i tried  main   sites for   servlets
tahnk   u
   paras


Get free email and a permanent address at http://www.netaddress.com/?N=1

___
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: Hi

2000-03-31 Thread Jimmy Chen

Use JDBC with JDBC-ODBC driver provided by Sun or use other vendor's type3/4
drivers.
I am currently use Bea Weblogic JDBC type 4 driver. http://www.beasys.com/

Jimmy Chen

P wrote:

> Hi
>Champions
>
> I want to know about what sort of drivers r used to connect
> Microsoft's SQL Server from Java.Can some body provide relevant link.
>
> Thanks a lot
> P.
>
> ___
> 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

___
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: Hi

2000-03-31 Thread Rajendra Mishra

Another time, another life, another name.
Try again later.

- Original Message -
From: P <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, March 31, 2000 11:23 PM
Subject: Hi


> Hi
>Champions
>
> I want to know about what sort of drivers r used to connect
> Microsoft's SQL Server from Java.Can some body provide relevant link.
>
>
> Thanks a lot
> P.
>
>
___
> 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
>

___
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



Hi

2000-03-31 Thread P

Hi
   Champions

I want to know about what sort of drivers r used to connect
Microsoft's SQL Server from Java.Can some body provide relevant link.


Thanks a lot
P.

___
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



HI

2000-03-30 Thread P

HI everybody
i am using SUN XML API's for java.
I am using UNICODE characters.
i have writeen
encoding=''windows1252"
its working for all characters only not for
& , <, >
char.

how to solve this.

thanks
P.

___
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



Hi Friends

2000-03-30 Thread Lands' End CRM Project [Chennai]

Hi all of u,
I'm Sriram From India.I've jus' enrolled myself into servlet-interest
list.You an send me any info,queries etc., any time.
First time u reply me keep ur subject as "To Sriram".That's it.
Catch u later
Sriram Narasimhan

---
'RECEIVE ONCE..SEND EVERYWHERE'
N.Sriram
Lands'End,CRM..CompleteBusinessSolutionsIndia,Chennai
Tel No: 91-44-2383880 :Extn : 6372,6361
E-Mail : [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



HI FRIENDS

2000-03-30 Thread Lands' End CRM Project [Chennai]

I'M SRIRAM NARASIMHAN.FROM INDIA.I'VE JOINED SERVLET-INTERST LIST TODAY.
I'LL BE VERY PLEASED IF I CAN GET A LOT OF QUERIES AND INFO REGARDING
SERVLETS FROM U.
Catch U Later
Narasimhan Sriram

---
'RECEIVE ONCE..SEND EVERYWHERE'
N.Sriram
Lands'End,CRM..CompleteBusinessSolutionsIndia,Chennai
Tel No: 91-44-2383880 :Extn : 6372,6361
E-Mail : [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: hi

2000-03-28 Thread Beas Dev Ralhan

hey what is happening from where came this
IRC nad all this
ralhan

___
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: hi

2000-03-28 Thread Ajai Peddapanga




Keep 
your servlet class in the  JavaWebServer\servlets directory 
and    well  then go to  The 
Administrator tool 
-->Manage>Servlets>Add    then add your servelt 
by typing its name ...probably u didnt keep  your Servlet class in 
the  servlets directory ...if you did and u still have a problem  
..please let me know with specific details ...Probably u got to change the 
permissions on  the class file ...
 
Thanx 


-Original Message-From: A mailing list for 
discussion about Sun Microsystem's Java Servlet API Technology. 
[mailto:[EMAIL PROTECTED]]On Behalf Of 
lenaSent: Monday, March 27, 2000 3:03 AMTo: [EMAIL PROTECTED]Subject: 
hi
I compiled my servlet with JDK1.2.2. I want to run it 
on JavaWebServer2.0. But i can't load the class.It said can't update the 
servlet. Why?
   
Thanks
   
lena


Re: hi

2000-03-28 Thread Laszlo Nadai



Its' time to invoke the garbge-collector to this thread.
:-)
laszlo
Julien Moussier wrote:
 www.getfriends.com

-Original
Message-
From: lena [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 28, 2000
4:55 PM
To: [EMAIL PROTECTED]
Subject: Re: hi
 
What IRC?Can
you tell me the web site?
-­ì©l¶l¥ó-
±H¥óªÌ:
Julien Moussier <[EMAIL PROTECTED]>
¦¬¥óªÌ:
[EMAIL PROTECTED]
<[EMAIL PROTECTED]>
¤é´Á:
2000¦~3¤ë28¤é PM 10:40
¥D¦®: Re: hi
 May
be you have relationship problems and you need someone to takecare
of you, to talk with and to give you some affection...There
are many chat sites on the Web, or you can simply go on IRC...;-)

-Original
Message-
From: lena [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 28, 2000
2:43 PM
To: [EMAIL PROTECTED]
Subject: Re: hi
 
I load servlet on JavaWebServer2.0, but it occurs the error:  
Cannot update Servlet ...I don't know if i haven't set anything. Do
you use JWS as server?     
Lena
>hi,
>    include  -->   package sunexamples;
>    at first of your servlet java file, compiled it,
and copy it in
>sunexamples directory of your JWS servlet directory
>
>








FW: hi

2000-03-28 Thread Julien Moussier

Sorry Lena, I'm not a gentleman.
I wish you good luck with servlet programming.
To all, sorry for my spaming.

Bye.

___
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: hi

2000-03-28 Thread Julien Moussier



www.getfriends.com

  -Original Message-From: lena 
  [mailto:[EMAIL PROTECTED]]Sent: Tuesday, March 28, 2000 4:55 
  PMTo: [EMAIL PROTECTED]Subject: Re: 
  hi
  What IRC?
  Can you tell me the web site?
  
-­ì©l¶l¥ó-±H¥óªÌ: 
Julien Moussier <[EMAIL PROTECTED]>¦¬¥óªÌ: 
[EMAIL PROTECTED] 
<[EMAIL PROTECTED]>¤é´Á: 
2000¦~3¤ë28¤é PM 10:40¥D¦®: Re: hi
May be you have relationship problems and you need 
someone to take
care of you, to talk with and to give you 
some affection...
There are many chat sites on the Web, or you can 
simply go on IRC...
;-)

  -Original Message-From: lena 
  [mailto:[EMAIL PROTECTED]]Sent: Tuesday, March 28, 2000 2:43 
  PMTo: [EMAIL PROTECTED]Subject: Re: 
  hi
  I load servlet on JavaWebServer2.0, but it occurs the error:
     Cannot update Servlet 
  ...
  I don't know if i haven't set anything. Do you use JWS as 
  server?
        
  Lena >hi,>    include  
  -->   package sunexamples;>    at first 
  of your servlet java file, compiled it, and copy it in>sunexamples 
  directory of your JWS servlet 
directory>>


Re: hi

2000-03-28 Thread lena




What IRC?
Can you tell me the web site?

-­ì©l¶l¥ó-±H¥óªÌ: 
Julien Moussier <[EMAIL PROTECTED]>¦¬¥óªÌ: 
[EMAIL PROTECTED] 
<[EMAIL PROTECTED]>¤é´Á: 
2000¦~3¤ë28¤é PM 
10:40¥D¦®: Re: hi
May be you have relationship problems and you need 
someone to take
care of you, to talk with and to give you 
some affection...
There are many chat sites on the Web, or you can 
simply go on IRC...
;-)

-Original Message-From: lena 
[mailto:[EMAIL PROTECTED]]Sent: Tuesday, March 28, 2000 2:43 
PMTo: [EMAIL PROTECTED]Subject: Re: 
hi
I load servlet on JavaWebServer2.0, but it occurs the error:
   Cannot update Servlet 
...
I don't know if i haven't set anything. Do you use JWS as 
server?
      
Lena >hi,>    include  
-->   package sunexamples;>    at 
first of your servlet java file, compiled it, and copy it 
in>sunexamples directory of your JWS servlet 
directory>>


  1   2   >