please help -SEVERE: Parse error in application web.xml - webapp does not start after cpanel upgrade

2005-01-17 Thread Carlos Martins
After upgrading cpanel on the server, tomcat throws the error message attached. I swear I did not change a thing in my web.xml file. Never the less tomcat says I now have an error in the /servlet tag. I forward the error and the contects of my web.xml. please help, if you can. Sincerely yours

Developing a large project using Tomcat, please help me

2005-01-17 Thread GPezzini
Hi, we are developing a large java project using Tomcat. On the same project works several persons and the project counts serveral thousand of classes. The project has (in few words) three big places: - standard: the place in which are placed all the classes (not jar but classes) - patches: the

apache2 + mod_jk + tomcat5.5.4 help

2005-01-17 Thread Trung Nguyen
.Ajp13Connector port=8009 minProcessors=5 maxProcessors=75 enableLookups=false acceptCount=10 debug=0/ It doesn't work with tomcat 5.5.4. Please help!!! Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: apache2 + mod_jk + tomcat5.5.4 help

2005-01-17 Thread Sean M. Duncan
.Ajp13Connector port=8009 minProcessors=5 maxProcessors=75 enableLookups=false acceptCount=10 debug=0/ It doesn't work with tomcat 5.5.4. Please help!!! Thanks - To unsubscribe, e-mail: [EMAIL

isapi jsp rdirector problem - help!

2005-01-17 Thread John MccLain
I am using the apache isapi_redirector2.sll to cause IIS to redirect .jsp requests to a running Tomcat instance. When I setit up, I get it to work on my machine, but on another machine - setting it up with the same steps - it does not work. All configurations look identical. What would cause an

Help: Context.xml Resource difference between 5.0.x and 5.5.x ?

2005-01-17 Thread TomK
I'm having trouble moving my webapp from Tomcat 5.0 to 5.5. The dataSource in Context.xml seems to be the issue. According to the 'JNDI how-to' documentation for 5.0 and 5.5, it looks like the 'ResourceParams' tag has been removed from the Context.xml and instead you can now supply arbitrary

Re: Help: Context.xml Resource difference between 5.0.x and 5.5.x ?

2005-01-17 Thread Sean M. Duncan
On Mon, 2005-01-17 at 16:57 -0800, TomK wrote: I'm having trouble moving my webapp from Tomcat 5.0 to 5.5. The dataSource in Context.xml seems to be the issue. According to the 'JNDI how-to' documentation for 5.0 and 5.5, it looks like the 'ResourceParams' tag has been removed from the

Re: Help: Context.xml Resource difference between 5.0.x and 5.5.x?

2005-01-17 Thread Parsons Technical Services
] To: tomcat-user@jakarta.apache.org Sent: Monday, January 17, 2005 8:45 PM Subject: Re: Help: Context.xml Resource difference between 5.0.x and 5.5.x? On Mon, 2005-01-17 at 16:57 -0800, TomK wrote: I'm having trouble moving my webapp from Tomcat 5.0 to 5.5. The dataSource in Context.xml seems

RE: servlet help

2005-01-14 Thread Cox, Charlie
13, 2005 11:42 AM To: Tomcat Users List Subject: RE: servlet help I am using jk2, apache2, and tomcat5.5 -Original Message- From: Edmon Begoli [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 12, 2005 6:42 PM To: Tomcat Users List Subject: Re: servlet help Claudia

RE: servlet help

2005-01-13 Thread Casas, Claudia
I am using jk2, apache2, and tomcat5.5 -Original Message- From: Edmon Begoli [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 12, 2005 6:42 PM To: Tomcat Users List Subject: Re: servlet help Claudia, Are you using mod_jk with Apache and Tomcat? You should be able to configure

servlet help

2005-01-12 Thread Casas, Claudia
I am running tomcat5.5.4, apache2.0.52 and jk2. 1)I an run my jsp's and servlets from root. I have configured tomcat to run my jsp's from the homedirs, but I do not know how to configure tomcat to run servlets from the homedirs. I can run my jsp's like this:

RE: servlet help

2005-01-12 Thread Casas, Claudia
to httpd.conf Location /servlet/* JkUriSet worker ajp13:localhost:8009 /Location and also added these lines to workers2.properties [uri:spark.iss.utep.edu/servlet/*] group=ajp13:localhost:8009 but still no luck! :( please help. For reference I used the following taken from the web site: http

RE: servlet help

2005-01-12 Thread David da Guia Carvalho
in portuguese he can help you When I finish the translation I post to you again... (if you need any help to especific parts mail me!) Configurando Apache + Jakarta-TOMCAT + Connector MOD_JK Por: David da Guia Carvalho Data: 09-09-2004 Consideramos que o leitor possua o seguinte ambiente: Apache 1.3 ou

RE: servlet help

2005-01-12 Thread Casas, Claudia
Thanks for your support David. Unfortunately, the configuration for jk2 is a bit different, but I really appreciate it. -Original Message- From: David da Guia Carvalho [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 12, 2005 1:52 PM To: Tomcat Users List Subject: RE: servlet help

Re: servlet help

2005-01-12 Thread Edmon Begoli
to forward only servlet calls, as you can not be sure from the URL. Usually, your URL/URI will have some servlet app. specific context which will help you. Regards, Edmon Software Architecture to the Rescue - Original Message - From: Casas, Claudia [EMAIL PROTECTED] To: Tomcat Users List

Re: Tomcat 5 startup crash, please help

2004-12-29 Thread Ben Souther
There is actually a listing in Bugzilla this. Would you mind adding your findings to it? http://issues.apache.org/bugzilla/show_bug.cgi?id=30052 If this is a jsvc bug, your data might help to find it. That's a pretty old Linux distribution. I remember having trouble with Sun's jdk on either RH7.0

init() method returns null for the init-param, please help

2004-12-28 Thread Raasi Potluri
are working without any hassle, but reading init parameter returns null in the servlet, because I triend to print that on to the console, but it returns null, please help me, awaiting a reply, regards Raasi web.xml looks like this [code] ?xml version=1.0 encoding=ISO-8859-1? web-app xmlns=http

Tomcat 5 startup crash, please help

2004-12-28 Thread Michael Kastner
Hello, I am desperate, for I have been trying to find a solution to this problem for two weeks now. Can anybody help me with this? Tomcat 5 crashes as it is starting up using jsvc. It does not crash if I start Tomcat 5 as a regular application. It could be connected to struts and database

Re: Tomcat 5 startup crash, please help

2004-12-28 Thread Jacob Kjome
A stack trace or some other error report would help. It's a bit vague when you simply describe it. Show the evidence and you will be more likely to get assistance. Jake At 06:54 AM 12/29/2004 +0100, you wrote: Hello, I am desperate, for I have been trying to find a solution to this problem

Re: Tomcat 5 startup crash, please help

2004-12-28 Thread Michael Kastner
Hello Jacob, thanks for your reply, Jacob Kjome schrieb: A stack trace or some other error report would help. It's a bit vague when you simply describe it. Show the evidence and you will be more likely to get assistance. that's what I did yesterday, but got no response at all. Then I figured

can anybody please help me!!

2004-12-27 Thread Raasi Potluri
servlets are working without any hassle, but reading init parameter returns null in the servlet, because I triend to print that on to the console, but it returns null, please help me, awaiting a reply, regards Raasi web.xml looks like this ?xml version=1.0 encoding=ISO-8859-1? !-- Copyright 2004

Re: can anybody please help me!!

2004-12-27 Thread Hardik Tank
in the servlet, because I triend to print that on to the console, but it returns null, please help me, awaiting a reply, regards Raasi web.xml looks like this ?xml version=1.0 encoding=ISO-8859-1? !-- Copyright 2004 The Apache Software Foundation Licensed under the Apache License

Re: can anybody please help me!!

2004-12-27 Thread Raasi Potluri
Hello Hardik, thanks for your reply, yeas, I'm using the same code as you written, thanx eversomuch, please help me out the code looks like this [code] package com.jspbook; import java.io.*; import javax.servlet.*; import javax.servlet.http.*; public class InternationalizedHelloWorld

Re: can anybody please help me!!

2004-12-27 Thread Hardik Tank
using the same code as you written, thanx eversomuch, please help me out the code looks like this [code] package com.jspbook; import java.io.*; import javax.servlet.*; import javax.servlet.http.*; public class InternationalizedHelloWorld extends HttpServlet { public void

Still need help! - DBCP/DB2/Tomcat 4.1.24 problem!

2004-12-23 Thread James Milks
Hi, despite the fact that I did get some responses (and a thread hijack), I am still trying to solve this. Any help appreciated. I am trying to get DBCP connection pooling to work with Tomcat 4.1.24 and DB2 8.X. I can connect directly, but whenever I try to use DBCP, I receive a Cannot load

DELETED /ROOT CONTEXT PLEAS HELP!!!

2004-12-21 Thread Dwayne Ghant
Like a dummy I made the owfull mistake of deleting the /ROOT context I really need to restore it ASAP. Can someone please help me I have been here for three ours trying to fix this without reinstalling the whole thing. My config. is tomcat5.0.2x/ Apache 2 / mod_jk2 PLEASE HELP. -- Dwayne A. Ghant

RE: DELETED /ROOT CONTEXT PLEAS HELP!!!

2004-12-21 Thread D'Alessandro, Arthur
Define deleted the /ROOT context... -Original Message- From: Dwayne Ghant [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 21, 2004 10:01 PM To: Tomcat Users List Subject: DELETED /ROOT CONTEXT PLEAS HELP!!! Like a dummy I made the owfull mistake of deleting the /ROOT context I really

Re: DELETED /ROOT CONTEXT PLEAS HELP!!!

2004-12-21 Thread Dwayne Ghant
, 2004 10:01 PM To: Tomcat Users List Subject: DELETED /ROOT CONTEXT PLEAS HELP!!! Like a dummy I made the owfull mistake of deleting the /ROOT context I really need to restore it ASAP. Can someone please help me I have been here for three ours trying to fix this without reinstalling the whole thing

Re: DELETED /ROOT CONTEXT PLEAS HELP!!!

2004-12-21 Thread Dwayne Ghant
Subject: DELETED /ROOT CONTEXT PLEAS HELP!!! Like a dummy I made the owfull mistake of deleting the /ROOT context I really need to restore it ASAP. Can someone please help me I have been here for three ours trying to fix this without reinstalling the whole thing. My config. is tomcat5.0.2x/ Apache 2

RE: DELETED /ROOT CONTEXT PLEAS HELP!!!

2004-12-21 Thread D'Alessandro, Arthur
, December 21, 2004 10:07 PM To: Tomcat Users List Subject: Re: DELETED /ROOT CONTEXT PLEAS HELP!!! You mean like this ??? Context path= docBase=$CATALINA_HOME/webapps/ROOT debug=0 reloadable=true crossContext=true privileged=true D'Alessandro, Arthur wrote: Define deleted the /ROOT context

RE: DELETED /ROOT CONTEXT PLEAS HELP!!!

2004-12-21 Thread D'Alessandro, Arthur
, 2004 10:09 PM To: Tomcat Users List Subject: Re: DELETED /ROOT CONTEXT PLEAS HELP!!! Using the manerger I login and clicked on the remove button to delete the /ROOT Context ... D'Alessandro, Arthur wrote: Define deleted the /ROOT context... -Original Message- From: Dwayne Ghant [mailto

Re: DELETED /ROOT CONTEXT PLEAS HELP!!!

2004-12-21 Thread Dwayne Ghant
from a backup, I'm assuming this is your custom root web application, and not the default that came with tomcat. -Original Message- From: Dwayne Ghant [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 21, 2004 10:09 PM To: Tomcat Users List Subject: Re: DELETED /ROOT CONTEXT PLEAS HELP

RE: DELETED /ROOT CONTEXT PLEAS HELP!!!

2004-12-21 Thread D'Alessandro, Arthur
the replicated ROOT folder. -Original Message- From: Dwayne Ghant [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 21, 2004 10:18 PM To: Tomcat Users List Subject: Re: DELETED /ROOT CONTEXT PLEAS HELP!!! Yes, you are correct. No backup. but I do have a replicated directory on another

RE: DELETED /ROOT CONTEXT PLEAS HELP!!!

2004-12-21 Thread sven morales
: Tuesday, December 21, 2004 10:09 PM To: Tomcat Users List Subject: Re: DELETED /ROOT CONTEXT PLEAS HELP!!! Using the manerger I login and clicked on the remove button to delete the /ROOT Context ... D'Alessandro, Arthur wrote: Define deleted the /ROOT context... -Original Message

Re: DELETED /ROOT CONTEXT PLEAS HELP!!!

2004-12-21 Thread Dwayne Ghant
assuming this is your custom root web application, and not the default that came with tomcat. -Original Message- From: Dwayne Ghant [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 21, 2004 10:09 PM To: Tomcat Users List Subject: Re: DELETED /ROOT CONTEXT PLEAS HELP!!! Using the manerger I

Re: DELETED /ROOT CONTEXT PLEAS HELP!!!

2004-12-21 Thread Dwayne Ghant
. -Original Message- From: Dwayne Ghant [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 21, 2004 10:09 PM To: Tomcat Users List Subject: Re: DELETED /ROOT CONTEXT PLEAS HELP!!! Using the manerger I login and clicked on the remove button to delete the /ROOT Context ... D'Alessandro, Arthur

Re: strange tomcat Behavior need urgent help.

2004-12-20 Thread Eric Rotick
This is a MySql problem. It shuts down connections if they have been idle for too long. You need a pool manager that takes care of this. Something like c3p0 will do the job. On Sun, 19 Dec 2004 12:28:09 + (GMT), Krishnakant Mane [EMAIL PROTECTED] wrote: hello all, I am Krishnakant Mane

Re: strange tomcat Behavior need urgent help.

2004-12-20 Thread Parsons Technical Services
urgent help. This is a MySql problem. It shuts down connections if they have been idle for too long. You need a pool manager that takes care of this. Something like c3p0 will do the job. On Sun, 19 Dec 2004 12:28:09 + (GMT), Krishnakant Mane [EMAIL PROTECTED] wrote: hello all, I am Krishnakant

strange tomcat Behavior need urgent help.

2004-12-19 Thread Krishnakant Mane
hello all, I am Krishnakant Mane from India. I own a software firm and we generally implement our systems on linux and all open source servers like jakarta tomcat and apache server in particular. of late I have been facing a strange problem with tomcat. I am a tomcat 5 aka 5.0.25 user. I have

RE: strange tomcat Behavior need urgent help.

2004-12-19 Thread Jan Behrens
Behavior need urgent help. hello all, I am Krishnakant Mane from India. I own a software firm and we generally implement our systems on linux and all open source servers like jakarta tomcat and apache server in particular. of late I have been facing a strange problem with tomcat. I

RE: strange tomcat Behavior need urgent help.

2004-12-19 Thread Jan Behrens
be a reasonable starting point. If this doesn't help, I would suggest searching -- http://lists.mysql.com/java. I think there must be plenty of posts related to your problem. HTH, Jan -Original Message- From: Krishnakant Mane [mailto:[EMAIL PROTECTED] Sent: Sunday, December 19, 2004 1

tomcat problem related connection pooling help needed

2004-12-19 Thread Krishnakant Mane
hello Jan and other friends, I read the mail that was sent as a reply for my problem. thanks jan for ur valuable help. I must mention that I am new to the jdbc stuff. so I could not figure out the connection pooling issue. I understand that with pooling I can have live objects of say connection

RE: tomcat problem related connection pooling help needed

2004-12-19 Thread Jan Behrens
To: [EMAIL PROTECTED] Subject: tomcat problem related connection pooling help needed hello Jan and other friends, I read the mail that was sent as a reply for my problem. thanks jan for ur valuable help. I must mention that I am new to the jdbc stuff. so I could not figure out the connection

RE: Help me off this list!

2004-12-15 Thread Aris Javier
I think you must receive and send a confirmation reply if you want to subscribe or unsubscribe... aris -Original Message- From: TK Banks [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 15, 2004 3:56 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Help me off this list

RE: Help me off this list!

2004-12-15 Thread Allistair Crossley
] Subject: Help me off this list! No matter how many times I send mail to [EMAIL PROTECTED] I continue to be flooded with tomcat-user mail. Months ago I wanted to post a question to this list and found I couldn't do so unless I joined the list. So, grudgingly, I joined, posted my question

RE: Help me off this list!

2004-12-15 Thread Leland Chen
] Subject: Help me off this list! Date: Tue, 14 Dec 2004 23:55:40 -0800 (PST) No matter how many times I send mail to [EMAIL PROTECTED] I continue to be flooded with tomcat-user mail. Months ago I wanted to post a question to this list and found I couldn't do so unless I joined the list. So, grudgingly, I

RE: Help me off this list!

2004-12-15 Thread Ben Souther
; Reply-To: quot;Tomcat Users Listquot; lt;[EMAIL PROTECTED]gt; To: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Help me off this list! Date: Tue, 14 Dec 2004 23:55:40 -0800 (PST) No matter how many times I send mail to [EMAIL PROTECTED] I continue to be flooded with tomcat-user mail

RE: Help me off this list!

2004-12-15 Thread Mark Thomas
-Original Message- From: TK Banks [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 15, 2004 7:56 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Help me off this list! No matter how many times I send mail to [EMAIL PROTECTED] I continue to be flooded with tomcat-user

Help me off this list!

2004-12-14 Thread TK Banks
No matter how many times I send mail to [EMAIL PROTECTED] I continue to be flooded with tomcat-user mail. Months ago I wanted to post a question to this list and found I couldn't do so unless I joined the list. So, grudgingly, I joined, posted my question and immediately unsubscribed. I checked

Please help me

2004-12-13 Thread Rajesh
Hai all, i have a doubt please help me. in my tomcat server, am developing a online shopping site. the site is live, i periodically upload updated pages, when uploading i donot want to down the server, i use a way that creating 2 webapps, one will run, i upload the updated pages to webapp 2

Re: Please help me

2004-12-13 Thread VTR Ravi Kumar
, 2004 2:25 PM Subject: Please help me Hai all, i have a doubt please help me. in my tomcat server, am developing a online shopping site. the site is live, i periodically upload updated pages, when uploading i donot want to down the server, i use a way that creating 2 webapps, one will run, i

Re: Please help me

2004-12-13 Thread Rajesh
Subject: Please help me Hai all, i have a doubt please help me. in my tomcat server, am developing a online shopping site. the site is live, i periodically upload updated pages, when uploading i donot want to down the server, i use a way that creating 2 webapps, one will run, i upload the updated

New Babie query - pls pls help me

2004-12-13 Thread Manisha Sathe
need to change some files - but can any body tell stepwise instructions ? Pls pls help me I am stuck Thanks in advance Manisha - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: New Babie query - pls pls help me

2004-12-13 Thread Antony Paul
understand i need to change some files - but can any body tell stepwise instructions ? Pls pls help me I am stuck Thanks in advance Manisha - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: New Babie query - pls pls help me

2004-12-13 Thread Ben Souther
/HelloWorld) is not available. I tried to start-stop/reload the tomcat servlet-example but still the same, i understand i need to change some files - but can any body tell stepwise instructions ? Pls pls help me I am stuck Thanks in advance Manisha

Re: New Babie query - pls pls help me

2004-12-13 Thread Jon Wingfield
Argh. Triple hijack! This thread started as JSP expressions are displayed as string, became Do not allow browsing the root directory to tomcat, then problem starting tomcat 5.5/jdk1.3.1_11 and now New Babie query - pls pls help me. For the sake of the archives and those of us using thread

Re: Please help me

2004-12-13 Thread Hari Mailvaganam
using the admin page VTR BHEL haridwar - Original Message - From: Rajesh [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, December 13, 2004 2:25 PM Subject: Please help me Hai all, i have a doubt please help me. in my tomcat server, am developing

Tomcat5.5/xp/starting problem Please help me

2004-12-13 Thread birendar . waldiya
Hi, I am getting following error while starting tomcat .. beasides i have a lot of other issues can anyone look and guide me what do do ? I am also sending web.xml Dec 14, 2004 4:43:43 PM org.apache.coyote.http11.Http11Protocol init INFO: Initializing Coyote HTTP/1.1 on http-8080 Dec

RE: Tomcat5.5/xp/starting problem Please help me

2004-12-13 Thread Allistair Crossley
stop this /init-param /init-param -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 14 December 2004 11:16 To: Tomcat Users List Subject: Tomcat5.5/xp/starting problem Please help me Hi, I am getting following error

Re: Tomcat5.5/xp/starting problem Please help me

2004-12-13 Thread David Smith
This error can be found using an xml validator. Specifically: init-param param-nameconfig/param-name param-value/WEB-INF/struts-config.xml/param-value /init-param /init-param

Help needed in configuring JTA with Tomcat 5

2004-12-11 Thread Anirban Konar
We need to use JTA in Apache Tomcat server. Does anybody have the steps to configure Tomcat to use JTA? We tried few diff ways - for ex: using Tyrex jar file, but not getting the result. Thanks, Anirban Konar. Information transmitted by this EMAIL is proprietary to

RE: Help: Windows Server on Linux Client

2004-12-08 Thread Benson Margulies
PROTECTED] Sent: Tuesday, December 07, 2004 10:25 PM To: Tomcat Users List Subject: RE: Help: Windows Server on Linux Client but where to type [EMAIL PROTECTED] or foo\domain in linux? sorry im a newbie in linux... thanks! aris -Original Message- From: Benson Margulies [mailto:[EMAIL

RE: Help: Windows Server on Linux Client

2004-12-08 Thread Benson Margulies
, and the user can type in a domain-qualified name. Unless you want to use forms authentication, for which there are some packages that someone else can help you with. -Original Message- From: Aris Javier [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 08, 2004 12:10 AM To: Tomcat Users

RE: Help: Windows Server on Linux Client

2004-12-07 Thread Aris Javier
! -Original Message- From: Parsons Technical Services [mailto:[EMAIL PROTECTED] Sent: Monday, December 06, 2004 11:55 AM To: Tomcat Users List Subject: Re: Help: Windows Server on Linux Client Aris, Do want the only people that use the app to be domain users? If so, then you will need to implement

RE: Help: Windows Server on Linux Client

2004-12-07 Thread Benson Margulies
The user can type [EMAIL PROTECTED] in as their user name to the basic auth box, and their domain password, or foo\domain. And then the IIS will cheerfully authenticate them to the domain. - To unsubscribe, e-mail: [EMAIL

Re: Help: Windows Server on Linux Client

2004-12-07 Thread Parsons Technical Services
- From: Aris Javier [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, December 07, 2004 8:51 PM Subject: RE: Help: Windows Server on Linux Client Hello! I already enabled Anonymous Access but to no success... =| I think the problem is in IIS ? because http://server:8080

RE: Help: Windows Server on Linux Client

2004-12-07 Thread Aris Javier
im just using IIS to remove 8080 port number... with the help of jk2 connector... if I will not use IIS, how to remove 8080 in URL then? thanks! -Original Message- From: Parsons Technical Services [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 08, 2004 10:20 AM To: Tomcat Users

RE: Help: Windows Server on Linux Client

2004-12-07 Thread Aris Javier
but where to type [EMAIL PROTECTED] or foo\domain in linux? sorry im a newbie in linux... thanks! aris -Original Message- From: Benson Margulies [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 08, 2004 10:12 AM To: Tomcat Users List Subject: RE: Help: Windows Server on Linux Client

RE: Help: Windows Server on Linux Client

2004-12-07 Thread Caldarale, Charles R
From: Aris Javier [mailto:[EMAIL PROTECTED] Subject: RE: Help: Windows Server on Linux Client if I will not use IIS, how to remove 8080 in URL then? Tomcat's HTTP connector is configured in server.xml. By default, Tomcat ships with the port number set to 8080 so you can test without

RE: Help: Windows Server on Linux Client

2004-12-07 Thread Aris Javier
: Wednesday, December 08, 2004 11:51 AM To: Tomcat Users List Subject: RE: Help: Windows Server on Linux Client From: Aris Javier [mailto:[EMAIL PROTECTED] Subject: RE: Help: Windows Server on Linux Client if I will not use IIS, how to remove 8080 in URL then? Tomcat's HTTP connector is configured

Re: Help: Windows Server on Linux Client

2004-12-07 Thread Parsons Technical Services
with security. Doug - Original Message - From: Aris Javier [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, December 07, 2004 11:16 PM Subject: RE: Help: Windows Server on Linux Client thanks Chuck! I've changed my server.xml to port 80 and disconnected IIS... but page

RE: Help: Windows Server on Linux Client

2004-12-07 Thread Caldarale, Charles R
From: Aris Javier [mailto:[EMAIL PROTECTED] Subject: RE: Help: Windows Server on Linux Client I've changed my server.xml to port 80 and disconnected IIS... but page cannot be displayed appeared...? The first thing to try is a clean Tomcat install, updating server.xml to the desired port

RE: Help: Windows Server on Linux Client

2004-12-07 Thread Aris Javier
- From: Parsons Technical Services [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 08, 2004 12:34 PM To: Tomcat Users List Subject: Re: Help: Windows Server on Linux Client 1. Is IIS shutdown (Stop the service and disable it)? 2. Is Tomcat up and running? 3. http://localhost returns

help with html + servlet

2004-12-06 Thread Nestor Florez
a book that said that you put your servlets in the path/servlets/myservlet, but then you access the servlet by using path/servlet/myservlet. This obviously different from Tomcat This is probable very basic for you guys, but not for me. Appreciate any help - Thanks, :-) Néstor Alberto Flórez

Re: help with html + servlet

2004-12-06 Thread Ben Souther
that you put your servlets in the path/servlets/myservlet, but then you access the servlet by using path/servlet/myservlet. This obviously different from Tomcat This is probable very basic for you guys, but not for me. Appreciate any help - Thanks, :-) Nstor Alberto Flrez Torres

Re: help with html + servlet

2004-12-06 Thread Wendy Smoak
From: Nestor Florez [EMAIL PROTECTED] I put my HTML code in the Tomcat 5.0\webapps\ROOT directory and I am putting my servlet in the Tomcat 5.0\webapps\ROOT\WEB-INF\classes\florezn, Make sure your package statement is correct for that path. I am doing this for a homework and part one is

Re: help with html + servlet

2004-12-06 Thread Nestor Florez
The assign text book is Beginning java 2, Ivor Horton, but I was reading one of O'reilly's books about servlets I am also trying to do the same thing using the Oracle 10g IDE but I have the same problem. The thing is in our previous homework I manage to make jsp files find on TOmcat by putting

[OT] Re: help with html + servlet

2004-12-06 Thread Ben Souther
Ben - I will try your examples. the example says Download SimpleServlet.war to your TOMCAT_HOME\webapps Should I download this code to my Tomcat5.0\webapps\ROOT or Tomcat5.0\webapps\ROOT\WEB-INF\classes\ directorie No, to deploy a war file in Tomcat, just place

RE: Help: Windows Server on Linux Client

2004-12-06 Thread Aris Javier
:55 AM To: Tomcat Users List Subject: Re: Help: Windows Server on Linux Client Aris, Do want the only people that use the app to be domain users? If so, then you will need to implement a different security system if users will be on non windows machines. One option is the authentication roles

Re: Help: Windows Server on Linux Client

2004-12-06 Thread Parsons Technical Services
So to recap: On windows server you have disabled Anonymous access. Only Domain users are to be allowed. Windows using IE and Linux using Firefox work. Mozilla and konqueror do not. All of this with the browser hitting IIS on the front end. If this is correct, then the issue is with the browser and

FW: Help: Windows Server on Linux Client

2004-12-05 Thread Aris Javier
Please Help! thanks very much! aris _ From: Aris Javier Sent: Friday, December 03, 2004 4:48 PM To: 'Tomcat Users List' Subject: Help: Windows Server on Linux Client Good Afternoon! I have this problem on linux clients... My web apps simply won't run on linux client... http

RE: Help: Windows Server on Linux Client

2004-12-05 Thread Brad Cobb
Hi, The server is Windows 2k (development pc) running tomcat 5.0.27 using jk2 connector to run on IIS... my web apps don't have problems on windows client... I would be looking at your IIS permissions. Are you using 'Anonymous Access' in IIS? It sounds like your Windows clients are

RE: Help: Windows Server on Linux Client

2004-12-05 Thread Aris Javier
.. if in linux, should I enable anonymous access ? I will also try url with 8080 port included and see if it works in linux... http://localhost:8080/myApp -Original Message- From: Brad Cobb [mailto:[EMAIL PROTECTED] Sent: Monday, December 06, 2004 10:06 AM To: Tomcat Users List Subject: RE: Help

RE: Help: Windows Server on Linux Client

2004-12-05 Thread Brad Cobb
-Original Message- From: Aris Javier [mailto:[EMAIL PROTECTED] Sent: Monday, 6 December 2004 10:20 AM To: Tomcat Users List Subject: RE: Help: Windows Server on Linux Client Thanks for your reply Brad! no problems. Hope it helps. Inside IIS (myApp virtual directory), I have

Re: FW: Help: Windows Server on Linux Client

2004-12-05 Thread QM
On Mon, Dec 06, 2004 at 09:20:26AM +0800, Aris Javier wrote: : http: 401 authorization problem always shows up on mozilla in linux. : : The server is Windows 2k (development pc) running tomcat 5.0.27 : using jk2 connector to run on IIS... my web apps don't have problems : on windows client...

Re: Help: Windows Server on Linux Client

2004-12-05 Thread Parsons Technical Services
access. Doug www.parsonstechnical.com - Original Message - From: Aris Javier [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Sunday, December 05, 2004 9:19 PM Subject: RE: Help: Windows Server on Linux Client Thanks for your reply Brad! Inside IIS (myApp virtual directory

Help: Windows Server on Linux Client

2004-12-03 Thread Aris Javier
have problems on windows client... please help! Thanks very much! aris mailto:[EMAIL PROTECTED]

RE: clustering help

2004-12-03 Thread Dale, Matt
the second server you just change the hostname in your URL then this is never going to work. Ta Matt -Original Message- From: Nandish Rudra [mailto:[EMAIL PROTECTED] Sent: 02 December 2004 22:40 To: 'Tomcat Users List' Subject: RE: clustering help I have two jsp's for the same app

Re: clustering help

2004-12-03 Thread Filip Hanik - Dev
that still didn't answer the question, see Matt's email Filip - Original Message - From: Nandish Rudra [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Thursday, December 02, 2004 4:39 PM Subject: RE: clustering help I have two jsp's for the same app on ebot servers

clustering help

2004-12-02 Thread Nandish Rudra
across the machines. Can anyone please help me with this? server.xml: Cluster className=org.apache.catalina.cluster.tcp.SimpleTcpCluster managerClassName=org.apache.catalina.cluster.session.DeltaManager expireSessionsOnShutdown=false useDirtyFlag=true

RE: clustering help

2004-12-02 Thread Dale, Matt
do you have the distributable/ tag in your applications web.xml? -Original Message- From: Nandish Rudra [mailto:[EMAIL PROTECTED] Sent: 02 December 2004 22:08 To: Tomcat Users List (E-mail) Subject: clustering help Hello, I an running tomcat 5.0.28 on redhat 9 and having some

Re: clustering help

2004-12-02 Thread Filip Hanik - Dev
, December 02, 2004 4:10 PM Subject: RE: clustering help do you have the distributable/ tag in your applications web.xml? -Original Message- From: Nandish Rudra [mailto:[EMAIL PROTECTED] Sent: 02 December 2004 22:08 To: Tomcat Users List (E-mail) Subject: clustering help Hello, I an running

RE: clustering help

2004-12-02 Thread Nandish Rudra
Yes i do. Regards, Nandish Rudra ECI Conference Call Services, LLC -Original Message- From: Dale, Matt [mailto:[EMAIL PROTECTED] Sent: Thursday, December 02, 2004 5:11 PM To: Tomcat Users List Subject: RE: clustering help do you have the distributable/ tag in your applications

RE: clustering help

2004-12-02 Thread Nandish Rudra
:[EMAIL PROTECTED] Sent: Thursday, December 02, 2004 5:23 PM To: Tomcat Users List Subject: Re: clustering help the logs are showing that everything is replicating fine. you can't change the browser url when switching to the other server, how are you testing if it works or not? Filip - Original

Tomcat 5.5 (need help??????????I

2004-12-02 Thread vishal nalwa
class file . . . root cause java.lang.ClassFormatError:Truncated class file Please help me. Is it tomcat5.5 configuration issue or some bad logic in my application. Thanks to all in advance Vishal Yahoo! India Matrimony

Help installing the Admin Application

2004-11-30 Thread Venkat Radha Venkataramanan
Hello: I downloaded the 5.5.5Admin zip file and copied the different files into the appropriate directories. But I don't see the Admin application listed in the Tomcat Web Application Manager. When I click on the first application which is displayed as /, I see the Jakarta default page. When I

help - Java error starting Tomcat 5

2004-11-29 Thread Billy Talton
All, I'm attempting to install Tomcat 5 on my Fedora 2 server. The packages appear to install just fine but I get the following error when I try to start the server. I'm using java version 1.4.1_03. Any ideas? [EMAIL PROTECTED] btalton]# /sbin/service tomcat5 start Starting tomcat5:

RE: help - Java error starting Tomcat 5

2004-11-29 Thread Shapira, Yoav
] Subject: help - Java error starting Tomcat 5 All, I'm attempting to install Tomcat 5 on my Fedora 2 server. The packages appear to install just fine but I get the following error when I try to start the server. I'm using java version 1.4.1_03. Any ideas? [EMAIL PROTECTED] btalton]# /sbin/service

Re: help - Java error starting Tomcat 5

2004-11-29 Thread David Stevenson
On Mon, 2004-11-29 at 10:44, Billy Talton wrote: All, I'm attempting to install Tomcat 5 on my Fedora 2 server. The packages appear to install just fine but I get the following error when I try to start the server. I'm using java version 1.4.1_03. Any ideas? [EMAIL PROTECTED]

RE: help - Java error starting Tomcat 5

2004-11-29 Thread David Stevenson
On Mon, 2004-11-29 at 10:50, Shapira, Yoav wrote: Hi, What version of Tomcat 5, and from what distribution? It seems like your installation is incomplete or corrupt. Yoav Shapira http://www.yoavshapira.com We have had some corruption issues on Solaris with Tomcat distributions. Because:

<    1   2   3   4   5   6   7   8   9   10   >