urgent problem

2001-06-15 Thread xin_kang
Hi, all i want to install tomcat with apache in BSDi 4.2. now i can install tomcat standalone to run jsp and servlet, and the BSDi 4.2 has a contrib version of apache. BUT when i modify httpd.conf to include mod_jserv.o or mod_jk.o file use LoadModule, the apache return error message "File n

extra urgent problem

2001-05-23 Thread sandarbh
Dear all, I want to send a xml file in sftp to a ftp server. what port i have to use, We are using NSFTP as FTP server. sandarbh === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: ma

Re: urgent problem

2001-06-15 Thread horwat
Make sure you have mod_jk.so built and present in the libexec directory. http://jakarta.apache.org/tomcat/tomcat-3.2-doc/mod_jk-howto.html Here is a sample addition to an httpd.conf file: LoadModulejk_module libexec/mod_jk.so AddModule mod_jk.c JkWorkersFile /us

Re: urgent problem

2001-06-16 Thread Kang xin
report an error "File not found", so I guess here must be file(s) needed for mod_jerv.so or mod_jk.so is not in the system. Do you know about it? - Original Message - From: "horwat" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, June 16, 2

Re: extra urgent problem

2001-05-23 Thread Joseph Ottinger
ages specification and > reference <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: extra urgent problem >Date: Wed, 23 May 2001 14:05:41 +0100 > >Dear all, > >I want to send a xml file in sftp to a ftp server. what port i have to

Re: extra urgent problem

2001-05-23 Thread Richie Bab A. Boyboy
D]> > >Reply-To: A mailing list about Java Server Pages specification and > > reference <[EMAIL PROTECTED]> > >To: [EMAIL PROTECTED] > >Subject: extra urgent problem > >Date: Wed, 23 May 2001 14:05:41 +0100 > > > >Dear all, > > > >

Re: extra urgent problem

2001-05-23 Thread Joseph Ottinger
st that I do so. ... at least, that's the way it is in MY objective world. >From: "Richie Bab A. Boyboy" <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and > reference <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >S

Re: extra urgent problem

2001-05-23 Thread sandarbh
01 4:27 PM Subject: Re: extra urgent problem > Hmm, seems to me that you're being rude to *me*. > > Let's examine what I told him: > > > > What does this have to do with JSP? The FTP *port* is, as always, 21 (if > > Line 1: "What does it have to do with JSP?&q

Re: extra urgent problem

2001-05-23 Thread T.A. Flores
is, please don't chase me away. Craig McClanahan - Original Message - From: "Richie Bab A. Boyboy" <[EMAIL PROTECTED]> Date: Wednesday, May 23, 2001 8:13 am Subject: Re: extra urgent problem > You know what Joseph, you do not need to be rude to this guy. He > just wants t

Re: extra urgent problem

2001-05-23 Thread Celeste Haseltine
s specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of T.A. Flores Sent: Wednesday, May 23, 2001 11:36 AM To: [EMAIL PROTECTED] Subject: Re: extra urgent problem No that's where your wrong this is a discussion list about Java Server Pages nothing more and nothing less. And for t

Re: extra urgent problem

2001-05-23 Thread Shawn Zhu
ilto:[EMAIL PROTECTED]] > Sent: Wednesday, May 23, 2001 9:34 AM > To: [EMAIL PROTECTED] > Subject: Re: extra urgent problem > > > I would have done the same as u joseph, read on my own, but > i was in a > hurry and wanted quick answers. > > neway thanx for you

Re: extra urgent problem

2001-05-23 Thread King Maurice
I agree~ Revenge of the Nerds "Nerds @ War" - Original Message - From: "Shawn Zhu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 23, 2001 3:12 PM Subject: Re: extra urgent problem > lol, this interest list is the most fun. >

Urgent : Problem with session bean

1999-12-28 Thread Moonim Masaoud
Hi all, I have a web application which consists of 4 JSP's and a session bean. Description : - The session bean holds data which is to be displayed/modified in the JSP's. The Sequence of JSP's is defined as follows : Page 1 is a list of friend names: The user clicks one of these na

Re: Urgent : Problem with session bean

1999-12-28 Thread Jason Lee
If it's as simple as opening up a completely separate window when each friend is clicked on, then I would just use the same tag to open the window. I.e.: This should always keep the same window targeted and thus be in sync with your bean. Jason Moonim Masaoud wrote: > Hi all, > > I have a we

sftp [was Re: extra urgent problem]

2001-05-23 Thread Joseph Ottinger
>> > >From: sandarbh <[EMAIL PROTECTED]> >> > >Reply-To: A mailing list about Java Server Pages specification and >> > > reference <[EMAIL PROTECTED]> >> > >To: [EMAIL PROTECTED] >> > >Subject: extra urgent p

JSP, Tomcat and Taglib : Urgent Problem

2000-12-01 Thread Jenkins, Christopher
Hi I get the following error when trying to run the foo.jsp taglib example all the other examples of JSP's work. Any other comments welcome. Error: 500 Location: /r2data/jsp/simpletag/foo.jsp org.w3c.dom.NodeList com.sun.xml.tree.ParentNode.getElementsByTagName(java.lang.String) Chris J. xt39096

Re: sftp [was Re: extra urgent problem]

2001-05-23 Thread sandarbh
Subject: sftp [was Re: extra urgent problem] > >> > >From: sandarbh <[EMAIL PROTECTED]> > >> > >Reply-To: A mailing list about Java Server Pages specification and > >> > > reference <[EMAIL PROTECTED]> > >> > >To: [EMAIL

urgent : problem in silverstream installation on solaris

2000-05-08 Thread Nagaprakash C S
hi here's a problem with solaris installation when we are tryin to install Silver Stream Application Server V 3.0 on Solaris 7.0 with oracle 8i on Sun Sparc E250 machine we are having a problem as described "error 64264 QuoteIdentifiers has not been set" any suggestions to resolve this issue wi

Urgent : Problem using a JDBC Bean in a JSP

1999-11-21 Thread Masaoud
Hi, I am new to JSP's and Beans. I have written a Java class which acceses a MySQL database on a remote machine usingd JDBC. This class when run using the java interpreter works fine and displays proper results. Now, I converted the above class file into a bean, by creating a ".jar" file and upd

Re: Urgent : Problem using a JDBC Bean in a JSP

1999-11-21 Thread Hans Bergsten
Masaoud wrote: > > Hi, > > I am new to JSP's and Beans. I have written a Java class which acceses a > MySQL database on a remote machine usingd JDBC. This class when run > using the java interpreter works fine and displays proper results. > > Now, I converted the above class file into a bean, by c