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
 
 this should do the job. let me know if it
 does't/does works.
 
 Regards,
 Shuklix
 
 
 -Original Message-
 From: Wolle [mailto:[EMAIL PROTECTED]]
 Sent: Monday, April 23, 2001 5:00 PM
 To: [EMAIL PROTECTED]
 Subject: Re: to many tomcat processes!! AAH!!
 
 
 Hei,
 i use JDK 1.3
 
 Saurabh Shukla wrote:
 
  which JDK are you using ?
 
  Shuklix
 
  -Original Message-
  From: Georges Boutros
 [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, April 18, 2001 1:34 AM
  To: '[EMAIL PROTECTED]'
  Subject: RE: to many tomcat processes!! AAH!!
 
  does anyone know how can i force java to use green
 threads?
 
  thanks
 
  -Original Message-
  From: Ansgar W. Konermann
 [mailto:[EMAIL PROTECTED]]
  Sent: Thursday, April 12, 2001 8:31 PM
  To: [EMAIL PROTECTED]
  Subject: Re: to many tomcat processes!! AAH!!
 
  Hi,
 
  maybe the many processes are because jdk1.2 and up
 use native threads
  (AFAIK, 1.1 used green threads, i. e. a
 threading package implemented
  in java itself).
 
  With 1.2+, every java thread is a native OS thread
 and therefor gets
  listed by ps. Have you tried forcing java to use
 green threads? I'm
  quite sure that it is possible (RTFM).
 
  --
  Best regards,
 
  Ansgar W. Konermann
  eMail: [EMAIL PROTECTED]
 
  --- Hello, I am a message footer.
 -
 
 --
 __
 Gruss,
 Wolle
 

---
   [EMAIL PROTECTED]
 
 


=
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/



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 ,the
 jdk1.3 directory and the jdbc driver directroy.
 One more importanat reminder:,you have to type the
 following command in
 order to have enough memory for tomcat:
 
 COMMAND.COM /E:4096 /P
 
 4096=4MB,of course ,you can set it to any value
 provided that you machine
 have such amount of memory:-)
 
 Hope this help!
 
 Dick Poon
 
 - Original Message -
 From: Peter Choe [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Friday, May 04, 2001 8:19 PM
 Subject: installing tomcat 3.2 on windows 98
 
 
  is it possible to have tomcat run on windows 98?
 
  i downloaded the binaries for tomcat 3.2 for
 windows and tried to run
  the tomcat.bat file.  but i get an exception
 saying that
  org.tomcat.startup.Tomcat can't be found.
 
  i have the autoexec.bat file with the following:
 
  TOMCAT_HOME=c:\tomcat
 

CLASSPATH=c:\tomcat\lib\servlet.jar;c:\tomcat\lib\webserver.jar;...etc
  for each jar file in tomcat\lib
 
  apparantly the tomcat.bat file is setting the
 proper classpath.  any
  suggestions?
 
  peter choe
 
 


=
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/



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] wrote:
   
  - Original Message - 
  From: João  mailto:[EMAIL PROTECTED]
  Folha 
  To: [EMAIL PROTECTED]
  mailto:[EMAIL PROTECTED]  
  Sent: Monday, June 04, 2001 8:06 PM
  Subject: Fw: binary file upload fail
  
   
  - Original Message - 
  From: João  mailto:[EMAIL PROTECTED]
  Folha 
  To: [EMAIL PROTECTED]
  mailto:[EMAIL PROTECTED]  
  Sent: Monday, June 04, 2001 8:06 PM
  Subject: Fw: binary file upload fail
  
   
  - Original Message - 
  From: João  mailto:[EMAIL PROTECTED]
  Folha 
  To: [EMAIL PROTECTED]
  mailto:[EMAIL PROTECTED]  
  Sent: Monday, June 04, 2001 6:17 PM
  Subject: binary file upload fail
  
  Hi there,
   
  I am trying to upload a file from the client to
 the
  server.
  But the binary files fail and the text files don´t
  fail.
  I use tomcat 3.2.1 with apj12.
  The bean and the jsp file i use are in
 attachment...
   
  regards
   
  jfolha
   
  
 
  ATTACHMENT part 2 application/octet-stream
 name=doc_entrega_autor.jsp
 
 
  ATTACHMENT part 3 application/octet-stream
 name=upload.java
 
 
 
 __
 Do You Yahoo!?
 Get personalized email addresses from Yahoo! Mail -
 only $35 
 a year!  http://personal.mail.yahoo.com/


=
If your into Body For Life, check out
http://clubs.yahoo.com/clubs/bodyforlifestatenislandny

__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/



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 servlet that reads form
 data and sends it to an email address?
 
 Thanks !
 


 Do You Yahoo!?
 Get your free @yahoo.co.uk address at
 http://mail.yahoo.co.uk
 or your free @yahoo.ie address at
 http://mail.yahoo.ie
 


=
If your into Body For Life, check out
http://clubs.yahoo.com/clubs/bodyforlifestatenislandny

__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/



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 changed the
  session-timeout to 60 (meaning 60 minutes).
  If, in my servlet, I write :
 mySession.getMaxInactiveInterval() it returns
  1800 (meaning 30 minutes).
 
  Is that a bug ?
  Do I miss something ?
  Is there a workaround ?
 
  Thanks for your help.
  Hervé
 
 --
 
 


=
If your into Body For Life, check out
http://clubs.yahoo.com/clubs/bodyforlifestatenislandny

__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/



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 http and for ssl(port 8443).
 
 But if I try to start up a https session using
 https://localhost:8443
 
 I get : IOException in: R( /) Socket closed.
 
 please offer any suggestions
 
 Phillip


=
If your into Body For Life, check out
http://clubs.yahoo.com/clubs/bodyforlifestatenislandny

__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/



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 look like this:
 
 

http://localhost/Gillette/Venus?SerialId=ZVXZVContactId=1
  where Gillette is a directory and Venus is the
 servlet name.  I can only
  get it to work if I include 'servlet' like the
 following:
 
 

http://localhost/Gillette/servlet/Venus?SerialId=ZVXZVContactId=1
 
  I've got a few good responses in previous postings
 but haven't been able
 to
  get it to work.  Here is some
 configurationscan anybody tell me what
  I'm doing wrong?
 
  server.xml:
  Context path=/Gillette
 docBase=webapps/Gillette crossContext=false
  debug=0 reloadable=true /Context
 
  web.xml:
  servlet
  servlet-nameVenus/servlet-name
  servlet-classGVservlet/servlet-class
  /servlet
 
  servlet-mapping
servlet-nameVenus/servlet-name
url-pattern/Venus/url-pattern
  /servlet-mapping
 
  I've tried it with and without the servlet-mapping
 tag.  Any ideas?
 
 
  Jason E. Brawner
 
 
 


=
If your into Body For Life, check out
http://clubs.yahoo.com/clubs/bodyforlifestatenislandny

__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/



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 into Body For Life, check out
http://clubs.yahoo.com/clubs/bodyforlifestatenislandny

__
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




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/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




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

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

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




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 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/
 

-
 To unsubscribe, e-mail:
 [EMAIL PROTECTED]
 For additional commands, email:
 [EMAIL PROTECTED]
 
 

-
 To unsubscribe, e-mail:
 [EMAIL PROTECTED]
 For additional commands, email:
[EMAIL PROTECTED]


=
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/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




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 the JSP page to
C:\tomcat\webapps\ROOT\john\StringBean.jsp it cant
find the bean anymore??

=
If your into Body For Life, check out
http://clubs.yahoo.com/clubs/bodyforlifestatenislandny

__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




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 Servlets and JSPs by Marty
 Hall, published by Sun).
  
  You could try Cache-Control 'no-store', or
 'must-revalidate'.. to see if IE
  handles them differently.
  
  Also, just to check, you are setting the response
 to HTTP/1.1? Pragma was
  never consistent between browsers, and
 Cache-Control will only be used if
  the response specifies HTTP/1.1.
  
  - Chris.
  
   -Original Message-
   From: Duncan Irvine
 [mailto:[EMAIL PROTECTED]]
   Sent: 13 March 2001 16:25
   To: '[EMAIL PROTECTED]'
   Subject: RE: Cache problem with IE
  
  
   I'm sure someone will jump on this from a great
 height if I'm
   wrong, but I
   seem to recall that the cache settings are for
 intermediate
   caches - not the
   browser.  The browser can cache pages as it sees
 fit -
   provided that it
   checks to see if they've been updated, but the
 cache control
   settings are
   there to stop intermediate caches from falsely
 reporting a page as not
   having changed.
  
   Duncan.
  
  
-Original Message-
From: Zsolt Koppany [mailto:[EMAIL PROTECTED]]
Sent: 13 March 2001 16:13
To: [EMAIL PROTECTED]
Subject: Cache problem with IE
   
   
Hi,
   
with the code below I can get netscape not to
 cache a jsp
   page but it
does not work with Internet-Explorer.
Does anybody know why?
   
   
response.setHeader("Cache-Control",
 "no-cache");
response.setHeader("Pragma", "no-cache");\
   
   
   
Zsolt
   
--
Zsolt Koppany
Intland GmbH www.intland.com
Schulze-Delitzsch-Strasse 16
D-70565 Stuttgart
Tel: +49-711-7871080 Fax: +49-711-7871017
   
   
  

-
To unsubscribe, e-mail:
 [EMAIL PROTECTED]
For additional commands, email:
 [EMAIL PROTECTED]
   
  
  
  

**
   **
   This message contains information which may be
 privileged
   and confidential and subject to legal privilege.
 If you are not
   the intended recipient, you may not peruse, use,
 disseminate,
   distribute or copy this message. If you have
 received this
   message in error, please notify the sender
 immediately by
   e-mail, facsimile, or telephone and return or
 destroy the
   original message. Sopheon and its officers are
 not responsible
   for any statements or material in this e-mail
 and in any attachment
   to it which might give rise to any criminal or
 civil claim.
  

**
   **
  
  

-
   To unsubscribe, e-mail:
 [EMAIL PROTECTED]
   For additional commands, email:
 [EMAIL PROTECTED]
  
  
 

-
  To unsubscribe, e-mail:
 [EMAIL PROTECTED]
  For additional commands, email:
 [EMAIL PROTECTED]
 
 -- 
 Zsolt Koppany
 Intland GmbH www.intland.com
 Schulze-Delitzsch-Strasse 16
 D-70565 Stuttgart
 Tel: +49-711-7871080 Fax: +49-711-7871017
 

-
 To unsubscribe, e-mail:
 [EMAIL PROTECTED]
 For additional commands, email:
 [EMAIL PROTECTED]
 


=
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/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]