[Samba] files between w2k domains...

2003-08-26 Thread Jose Santiago Oyervides Gonzalez
Hi, I have a Mandrake 8.2 server with samba 2.2.5 installed. My server has ftp and the files some users upload I move them to another structure, this structure is shared via Samba with other users. I am in a W2k Domain.(We are in the process to migrate to linux). So, I have some users that move

Tomcat 4.0.6 stops...

2003-06-30 Thread Jose Santiago Oyervides Gonzalez
Hi, I just re-installed Tomcat using the script Nate passed me: (I just edited my settings) tomcat.exe -install Apache Tomcat C:\j2sdk1.4.0\jre\bin\client\jvm.dll -server -Xmx1024m -Xms1024m -Djava.class.path=d:\Tomcat4\bin\bootstrap.jar -Dcatalina.home=d:\Tomcat4

RE: Tomcat 4.0.6 stops...

2003-06-30 Thread Jose Santiago Oyervides Gonzalez
Hi, It seems http connector was the problem, just removed it, (I don't need it) and now it's working with more than 352 processors. Regards Jose Oyervides. -Original Message- From: Jose Santiago Oyervides Gonzalez [mailto:[EMAIL PROTECTED] Sent: Monday, June 30, 2003 2:12 PM To: Tomcat

performance on Tomcat 4.0.6

2003-06-27 Thread Jose Santiago Oyervides Gonzalez
Hi, I'm doing some tests on performance with TC 4.0.6. My system (W2k IIS5.0 - JSDK 1.4.0). I'm expecting my site will have a heavy load (about 20,000 concurrent connections between several servers) My pages wont have database connections. I've read some documents about it, and I wonder if

RE: Connectors for IIS/Tomcat SHOULD make sense

2003-06-24 Thread Jose Santiago Oyervides Gonzalez
Hi Ken, This link explains how to install Tomcat 4.0.5 with IIS. http://support.esri.com/index.cfm?fa=knowledgebase.techarticles.articleShow; d=24055 I followed the instructions and worked. (with some help of this list) I hope it can help you. Regards. Jose Oyervides. -Original Message-

RE: worker.properties

2003-06-20 Thread Jose Santiago Oyervides Gonzalez
all at once could easily become frustrating if you don't take it a step or piece at a time. John On Thu, 19 Jun 2003 17:03:30 -0500, Jose Santiago Oyervides Gonzalez [EMAIL PROTECTED] wrote: Hi, Could anyone tell me what would be the correct configuration in the worker.properties to allow IIS

worker.properties

2003-06-19 Thread Jose Santiago Oyervides Gonzalez
Hi, Could anyone tell me what would be the correct configuration in the worker.properties to allow IIS to redirect to multiple hosts. Currently I am using this: (with no success,only for localhost) worker.properties: worker.ajp13.type=ajp13 worker.work.type=ajp13 worker.tomcat_home=D:\Tomcat4

RE: context.xml question

2003-06-18 Thread Jose Santiago Oyervides Gonzalez
Hi, I am having the same situation as Joshua, I have a W2k Server IIS5.0, Tomcat 4.0.6. I looked for admin.xml and manager.xml and those weren't in my installation. All I am trying to do is put my jsp file outside CATALINA_HOME/ (D:\Tomcat4) and put them in E:\webapps. I have tried to do it but

RE: context.xml question

2003-06-18 Thread Jose Santiago Oyervides Gonzalez
01:15, Jose Santiago Oyervides Gonzalez wrote: I've tried: Host name=mydomain.com debug=0 appBase=e:\webapps unpackWARs=true Try a forward slash instead ie. e:/webapps or maybe a double backslash. Also is e: drive a local or network drive? If it is a Network drive you will need to use

RE: IIS ISAPI Redirect problems (was Re: context.xml question)

2003-06-18 Thread Jose Santiago Oyervides Gonzalez
uriworker.properties and worker.properties are in the past mail. Regards. Jose Oyervides. -Original Message- From: Jason Bainbridge [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 3:53 PM To: Jose Santiago Oyervides Gonzalez Cc: [EMAIL PROTECTED] Subject: IIS ISAPI Redirect problems (was Re

Webapps different machine

2003-06-17 Thread Jose Santiago Oyervides Gonzalez
Hi, I have a W2k-IIS5.0 server with multiple sites, and all my web-sites have their home directories in a different machine, I am trying to configure TomCat to serve JSP's who also are in the different machine, so with the isapi_redirect, I will keep working both my IIS and Tomcat. Is it