Web.xml Question

2001-04-01 Thread Amir Nuri
Hi I have two tomcat instances , each one of them has it's own server.xml file and it's context. My directory structure is webapps -App1-WEB-INF-web.xml -App2-WEB-INF-web.xml Tomcat#1 has App1 context and Tomcat#2 has App2 context (defined in

Re: Load Balancing and JkMount

2001-03-21 Thread Amir Nuri
I'll look into the files a bit and give you a more exact answer. On Tue, 20 Mar 2001, Amir Nuri wrote: All the examples and archive messages that I have seen so far talk about load balancing using either multiple JVM's or Multiple Connector Directives with different port numbers and corrospondi

Simple Question

2001-03-20 Thread Amir Nuri
Do i need DNS in order to use Virtul Hosts ?

Qs on Load Balancing and JkMount

2001-03-19 Thread Amir Nuri
All the examples and archive messages that I have seen so far talk about load balancing using either multiple JVM's or Multiple Connector Directives with different port numbers and corrosponding workers in the workers.properties file. But they all use different Mount Moints for each worker !

Load Balancing and JkMount

2001-03-19 Thread Amir Nuri
All the examples and archive messages that I have seen so far talk about load balancing using either multiple JVM's or Multiple Connector Directives with different port numbers and corrosponding workers in the workers.properties file. But they all use different Mount Points for each worker !

receiving multilingual input for servlet

2001-03-01 Thread Amir Nuri
Does anyone can help me ?? I am getting text from a form, but when it's not english i can't convert the characters into UTF-8 format !!! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL

Tomcat deployment

2001-02-22 Thread Amir Nuri
Hi Can I run two tomcat servers on the some machine ?? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

FW: Tomcat deployment

2001-02-22 Thread Amir Nuri
Yes, just modify the port number they will be using. For example, tomcat be default is 8080, so the second server would be port # 8081 -Original Message- From: Amir Nuri [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 22, 2001 9:19 AM To: Tomcat-User Subject: Tomcat deployment Hi Can I

Context Manager - SocketException

2001-02-12 Thread Amir Nuri
Hi Does Anyone knows why what this exception means ???, and why do i get it ??? (I'm useing tomcat3.2) ContextManager: SocketException reading request, ignored - java.net.SocketException: Connection reset by peer at java.net.PlainSocketImpl.socketAvailable(Native Method) at

Context Manager - SocketException

2001-02-12 Thread Amir Nuri
Hi Does Anyone knows why what this exception means ???, and why do i get it ??? (I'm useing tomcat3.2) ContextManager: SocketException reading request, ignored - java.net.SocketException: Connection reset by peer at java.net.PlainSocketImpl.socketAvailable(Native Method) at

Load JSP page on start up

2001-02-08 Thread Amir Nuri
Hi Can I load jsp page on start-up the same way I load a Servlet (e.g: load-on-startup3/load-on-startup ( E-mail : [EMAIL PROTECTED] Web : http://www.mobilitec.com/ Mobilitec, Inc. P.O. Box 15049 Matam Haifa 31905,

Load JSP page on when tomcat starts (load on start-up)

2001-02-08 Thread Amir Nuri
Hi Does anyone knows how can I load a jsp page when i starts tomcat ??? same way I load a Servlet (e.g: load-on-startup3/load-on-startup ) E-mail : [EMAIL PROTECTED] Web : http://www.mobilitec.com/ Mobilitec, Inc.

debug in J-Developer

2001-02-04 Thread Amir Nuri
Hi I have a problem debuging servlet's in J-Developer When I'm useing JDom I get the following exception: java.lang.NoSuchMethodError: java.lang.String org.w3c.dom.DocumentType.getPublicId() void org.jdom.input.DOMBuilder.buildTree(org.w3c.dom.Node, org.jdom.Document, org.jdom.Element,

mod_jk and AJP13 protoco

2001-02-01 Thread Amir Nuri
I am working with mod_jk with Apache 1.3.14 and Tomcat 3.2. I configured the Tomcat to use Ajpv13 protocol. I am doing upload of files. When the upload files are text files: there is no problem, but when the upload files are binary files, I get Unexpected end of file I read the file from the

mod_jk and ajpv13 protocol

2001-02-01 Thread Amir Nuri
Hi I am working with mod_jk with Apache 1.3.14 and Tomcat 3.2. I configured the Tomcat to use AJPv13 protocol. I am doing upload of files. When the upload files are text files: there is no problem, but when the upload files are binary files, I get Unexpected end of file I read the file from the