Re: Apache and remote tomcat server

2001-05-22 Thread Valeriy Molyakov
Hi ! Yes it is possible. - Original Message - From: "Y Toshiko" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 23, 2001 5:46 AM Subject: Apache and remote tomcat server I've going through the archives and discovered many messages relating to this problem. As in

Re: RewritingURL with Tomcat3.2.1

2001-05-21 Thread Valeriy Molyakov
Hi ! Your should use servlet mapping. For example: servlet servlet-name MyServletName /servlet-name servlet-class MyServletNameClass /servlet-class /servlet servlet-mapping servlet-name MyServletName

Re: JSP requires tools.jar in JDK 1.3?

2001-05-21 Thread Valeriy Molyakov
Hi ! How it to use? What it is more effective? - Original Message - From: egcs12md [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 22, 2001 5:42 AM Subject: Re: JSP requires tools.jar in JDK 1.3? Yes, JSP requires tools.jar in JDK 1.3 for compile java files, but you can

Re: Cartes Offertes

2001-05-19 Thread Valeriy Molyakov
Hi, Nikolas, Ido not want to receive your announcements. Thank's. - Original Message - From: Nicolas Dulion To: [EMAIL PROTECTED] Sent: Friday, May 18, 2001 10:46 AM Subject: Cartes Offertes Imprimerie - Objets

Re: starting tomcat

2001-05-19 Thread Valeriy Molyakov
Hi, by default Tomcat listen port 8080. May be other application busy same port :) - Original Message - From: Vasanth Krishnan Venkatachalam [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, May 19, 2001 9:50 AM Subject: starting tomcat Hi, I'm new to this list and tomcat.

Re: start tomcat server remotely --Help needed

2001-05-16 Thread Valeriy Molyakov
Can I do restart server via HTTP with using servlets or JSP ? - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, May 17, 2001 9:12 AM Subject: Re: start tomcat server remotely --Help needed Hi, which OS do you use? If it's Linux or Win2000 you can

Re: EJB Access Bean in Tomcat-jsp

2001-03-29 Thread Valeriy Molyakov
As far as I know - Tomcat is not container for EJB ! - Original Message - From: "Dennis Meerveld" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 29, 2001 4:54 PM Subject: EJB Access Bean in Tomcat-jsp Hi, I have created an CMP-EJB in VA for Java 3.5. For this EJB I

Re: Please Help (Urgent) problem : Tomcat3.1 and Nt services

2001-03-28 Thread Valeriy Molyakov
The problem in the permissions on start service Apache. - Original Message - From: "Tarek gh" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, March 28, 2001 1:26 PM Subject: Please Help (Urgent) problem : Tomcat3.1 and Nt services Hi, I used Tomcat 3.1 and Apache 1.4.17 and

Re: File Upload

2001-03-27 Thread Valeriy Molyakov
What is the url of this package ? - Original Message - From: "Fabien Modoux" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, March 27, 2001 8:41 PM Subject: File Upload Hello, I am using Tomcat with Apache on Linux. I am using the OReilly package to upload files through a

Re: File Upload

2001-03-27 Thread Valeriy Molyakov
Hi! Where I can found class MultipartRequest ? - Original Message - From: "NSB)Hiroshi Kasamatsu" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, March 28, 2001 10:12 AM Subject: Re: File Upload Hi,Fabien MultipartRequest works very fine. You may use file stream wrongly.

Re: j_security_check

2001-03-25 Thread Valeriy Molyakov
Add into httpd.conf JkMount /examples/jsp/security/login/j_security_check ajp13 - Original Message - From: "Ian Kallen" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, March 25, 2001 11:20 AM Subject: j_security_check I haven't seen any real useful answers in the archive

Re: Constructor in JavaBean

2001-03-22 Thread Valeriy Molyakov
Not right. Constructors works( for example you can get reference on the db cash) - Original Message - From: "Huiyuan Ma" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, March 21, 2001 7:03 PM Subject: Constructor in JavaBean Hi Users, The constructor in the JavaBean class is

Re: Problem accessing a bean from a jsp page...

2001-03-22 Thread Valeriy Molyakov
Hi Jason ! Problem may be in jsp not in bean. Try call jsp without use bean. - Original Message - From: "Jason Sardano" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, March 21, 2001 7:47 PM Subject: Problem accessing a bean from a jsp page... I created a jsp page that

Help: charset in jsp - compilation error

2001-03-22 Thread Valeriy Molyakov
Hi ! I don't find messages where contained information about problem using charset in jsp. I'm using Tomcat 3.2.1 + Apache + mod_jk for Windows 2000 My default charset windows-1251 But if I set charset=utf-8 in my jsp I get compilation error ! Who had same problem ? How I can use

Help: form-based auth in Tomcat 3.2.1

2001-03-21 Thread Valeriy Molyakov
Hi ! Form-based authentication : When I use Apache + mod _ jk + Tomcat3.2.1 I receive an error 404 url : http: // valera.kompan.com.ua/auto/j _ security _ check With use Tomcat standalone all works fine. Where is a problem ? Software :NT2000+Tomcat3.2.1+Apache1.3.14+mod_jk Best

Re: form-based auth in Tomcat 3.2.1

2001-03-21 Thread Valeriy Molyakov
I add mapping on httpd.conf : JkMount /auto/login/j_security_check ajp13 ... All works ! - Original Message - From: Valeriy Molyakov To: [EMAIL PROTECTED] Sent: Wednesday, March 21, 2001 2:54 PM Subject

Re: Simple Question

2001-03-20 Thread Valeriy Molyakov
No, but then all your users should have appropriate records in files hosts - Original Message - From: "Amir Nuri" [EMAIL PROTECTED] To: "Tomcat-User" [EMAIL PROTECTED] Sent: Tuesday, March 20, 2001 1:06 PM Subject: Simple Question Do i need DNS in order to use Virtul Hosts ?

Re: change web.xml restart

2001-03-03 Thread Valeriy Molyakov
Yes restart or yes other way(what way) ? Thank's ! - Original Message - From: Carlos To: [EMAIL PROTECTED] Sent: Friday, March 02, 2001 1:49 PM Subject: Re: change web.xml restart yes - Original Message - From: Valeriy Molyakov

Re: Logout form-based authentication

2001-03-03 Thread Valeriy Molyakov
form-based authentication Valeriy Molyakov wrote: Hi ! I use form-based authentication. Can I logout without close browser? Best regards, Valera M. mailto:[EMAIL PROTECTED] Yes ... just invalidate the current session. Craig

Logout form-based authentication

2001-03-02 Thread Valeriy Molyakov
Hi ! I use form-based authentication. Can I logout without close browser? Best regards, Valera M. mailto:[EMAIL PROTECTED]

change web.xml restart

2001-03-02 Thread Valeriy Molyakov
I change the configuration file of the application - web.xml. I must restart server or exist other way ? Best regards, Valera M. mailto:[EMAIL PROTECTED]

Re: Database connection pool scope

2001-02-27 Thread Valeriy Molyakov
tions from/to the connection pool. Original Message Follows---- From: "Valeriy Molyakov" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Database connection pool scope Date: Mon, 26 Feb 2001 18:12:15 +0200 Two questions: What is the singleton?

Re: Database connection pool scope

2001-02-26 Thread Valeriy Molyakov
Two questions: What is the singleton? Where it is possible to receive such class ? - Original Message - From: "Jon Crater" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, February 26, 2001 5:17 PM Subject: RE: Database connection pool scope i use a connection pool in tomcat

Help:What type of a configuration Tomcat is more preferable to industrial use

2001-02-22 Thread Valeriy Molyakov
Hi ! What advantages gives use Tomcat + Apache? Why recommend using Tomcat as stand-alone container mainly for development and debugging ? Thank's ! Best regards, Valera M. mailto:[EMAIL PROTECTED]

Re: Help:What type of a configuration Tomcat is more preferable to industrial use

2001-02-22 Thread Valeriy Molyakov
To: [EMAIL PROTECTED] Sent: Thursday, February 22, 2001 12:10 PM Subject: Re: Help:What type of a configuration Tomcat is more preferable to industrial use As I understand Apache is more stable ( tested bytime ) - Original Message - From: Valeriy Molyakov

Re: Help:What type of a configuration Tomcat is more preferable to industrial use

2001-02-22 Thread Valeriy Molyakov
considered a static page, and can be served up by Apache, which does a much better job at it then Tomcat does. The two together make a good mix for a production environment, but Apache is a needless step in development. Just something else to worry about getting in the way of testing. --- Valeri