Re: uPortal

2001-06-05 Thread Johnathan Smith
Can someone please get me off this list --- Will Thien <[EMAIL PROTECTED]> wrote: > If you are a Texas school using or plan to use > Uportal, please email me out > of channel at > [EMAIL PROTECTED] > > Thank You > > Will Thien > 1-800-252-9743 ext. 4554 > = If your into Body For Life, c

Re: Fw: binary file upload fail

2001-06-05 Thread Johnathan Smith
PLEASE GET ME OFF THIS LIST --- Hemant Singh <[EMAIL PROTECTED]> wrote: > HI Folha: > This seems some stream related problem or ... > Which Env you are getting the problem? > Also Send the file to which your form is submitted > from the browser side. > Cheers > --- João_Folha <[EMAIL PROTECTED]>

Re: Java servlet that sends form data to email

2001-06-05 Thread Johnathan Smith
PLEASE TAKE ME OFF THIS LIST!!! --- Pae Choi <[EMAIL PROTECTED]> wrote: > See topics related to Servlet, JavaMail, and SOAP4J. > That will give you a good starting point. > > > Pae > > > > >HI all! > > > >Sorry for the newbie question. Can anyone give me > any > >hints on how to make a java

Re: Tomcat 3.2.1 : Session timeout bug ??

2001-06-05 Thread Johnathan Smith
PLEASE TAKE ME OFF THIS LIST!!! --- Wolle <[EMAIL PROTECTED]> wrote: > Hello, > try to set the > MySession.setMaxInteracticeInterval(sec), for me it > works so. > > Greetings, > Wolle > > Hervé Guidetti wrote: > > > Hi all, > > > > I'm using tomcat 3.2.1. In the tomcat/conf/web.xml > file, I

Re: Socket closed in https session

2001-06-05 Thread Johnathan Smith
PLEASE TAKE ME OFF THIS LIST!!! --- Phillip Gibb <[EMAIL PROTECTED]> wrote: > Hi, > > I have generated a keystore and a certificate, I > have added a connector in > server.xml to handle ssl connections. > > Starting tomcat correctly establishes the correct > connction handlers for > normal ht

Re: URL Help

2001-06-05 Thread Johnathan Smith
PLEASE TAKE ME OFF THIS LIST!!! --- Jerry Villamizar <[EMAIL PROTECTED]> wrote: > Can someone please get me off this list > > - Original Message - > From: <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, June 04, 2001 5:48 PM > Subject: URL Help > > > > I need my URL to

Re: Cache problem with IE

2001-03-13 Thread Johnathan Smith
Did you get it to work? --- Zsolt Koppany <[EMAIL PROTECTED]> wrote: > How can I specify HTTP/1.1? > > > Christopher Kirk wrote: > > > > To verify Duncans point: > > Cache-Control on the request is for proxies. > > Cache-Control on the response is for > proxies+browser. > > (as stated by 'Core

Database Pooling

2001-03-15 Thread Johnathan Smith
I am doing some servlet programming and I would like to setup a Database pool. Can someone please email me back any help [EMAIL PROTECTED] Thanks = If your into Body For Life, check out http://clubs.yahoo.com/clubs/bodyforlifestatenislandny __

RE: to many tomcat processes!! AAH!!

2001-04-23 Thread Johnathan Smith
Please get me off this list --- Saurabh Shukla <[EMAIL PROTECTED]> wrote: > > ok, open your java file, it is a shell script. (it > should be in your > JAVA_HOME/bin/ ) > > look for this line > DEFAULT_THREADS_FLAG=native > > change native to green . > > ie now the DEFAULT_THREADS_FLAG=green >

Re: installing tomcat 3.2 on windows 98

2001-05-04 Thread Johnathan Smith
can someone please get me off this list. I been trying for months --- Dick Poon <[EMAIL PROTECTED]> wrote: > Hi Peter, > > I ran tomcat3.2.1 on Win98 and it ran pretty good. > Always start tomcat with > the "startup" command. > Actually,you need to set the classpath to point to > the tomcat/lib

Tomcat 3.2 Questions (I am new to tomcat)

2001-02-01 Thread Johnathan Smith
I have to questions I am reading a book Core JavaServers Pagers and it tell me to change the isWorkDirPersistent in the server.xml but I dont see any line with isWorkDirPersistent?? Question 2: I see /Admin setup in the server.xml but whats the user name a password?? please email me back at [EMA

RE: Tomcat 3.2 admin app

2001-02-01 Thread Johnathan Smith
But whats the login?? --- Stefan Langer <[EMAIL PROTECTED]> wrote: > What is your enviroment??? > > Try going to port 8080 where Tomcat is actually > listening.. > something like this > > http://localhost:8080/admin > > The admin index page should come up!! > > Stefan > > = If your

ISP with tomcat

2001-02-07 Thread Johnathan Smith
Does any one know a ISP with tomcat on it?? = If your into Body For Life, check out http://clubs.yahoo.com/clubs/bodyforlifestatenislandny __ Do You Yahoo!? Yahoo! Auctions - Buy the things you want at great prices. http://auctions.yahoo.com/

Servlet source code??

2001-02-07 Thread Johnathan Smith
I am using tomcat 3.2.1 and someone told me that I could see the source code that my JSP makes?? can someone please tell me how to see the servlet source code that my JSP pages make = If your into Body For Life, check out http://clubs.yahoo.com/clubs/bodyforlifestatenislandny __

Re: ISP with tomcat

2001-02-07 Thread Johnathan Smith
just to please around with --- AC <[EMAIL PROTECTED]> wrote: > If you need I can host you in my server ... Which > kind of applications do > you want to run? > > andrea > > > At 06.56 07/02/2001 -0800, you wrote: > >Does any one know a ISP with tomcat on it?? > > > > > > > >= > >If your i

JSP to bean??

2001-02-08 Thread Johnathan Smith
I am having a issues with using tomcat 3.2.1 and a bean. I made a been called StringBean.class and I install it to C:\tomcat\webapps\ROOT\WEB-INF\classes\StringBean.class. Next I have a JSP page call StringBean (in C:\tomcat\webapps\ROOT\StringBean.jsp) Everything works great, But if I move t