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

Re: help with html + servlet

2004-12-06 Thread Ben Souther
I've got some example code here: http://simple.souther.us SimpleBean has an example of a form post. SimpleServlet has a mapped bean. They're all war files that you can just drop into your webapps folder and run. On Mon, 2004-12-06 at 12:24, Nestor Florez wrote: Hello experts, I am

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

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

RE: help - Java error starting Tomcat 5

2004-11-29 Thread Shapira, Yoav
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 -Original Message- From: Billy Talton [mailto:[EMAIL PROTECTED] Sent: Monday, November 29, 2004 10:44 AM To: [EMAIL PROTECTED]

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:

Re: help on JDNI , DBCP with oracle

2004-11-26 Thread Vinayagam
Hi! Can u check ur web-inf\classes folder Under this folder org\apache related .jsr files should be there for Connection related process. Regards Vink - Original Message - From: lydie soler [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, November 26, 2004 4:32 PM Subject: help

RE: help on JDNI , DBCP with oracle

2004-11-26 Thread Allistair Crossley
check for commons-collections.jar in your webapp's WEB-INF/lib folder. if you don't have it download from jakarta. -Original Message- From: lydie soler [mailto:[EMAIL PROTECTED] Sent: 26 November 2004 11:02 To: [EMAIL PROTECTED] Subject: help on JDNI , DBCP with oracle Hi, I

Re: help on JDNI , DBCP with oracle

2004-11-26 Thread Vinayagam
HI! Sorry, Some spell miss Not .jsr it should be .jar Under this folder org\apache related .jar files should be there for - Original Message - From: Vinayagam [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, November 26, 2004 4:44 PM Subject: Re: help

RE: help on JDNI , DBCP with oracle

2004-11-26 Thread Allistair Crossley
erm, no, there should *not* be a folder in WEB-INF/classes called org/apache. You should obtain the commons-collections.jar and place it in WEB-INF/lib -Original Message- From: Vinayagam [mailto:[EMAIL PROTECTED] Sent: 26 November 2004 11:23 To: Tomcat Users List Subject: Re: help

Re: help on JDNI , DBCP with oracle

2004-11-26 Thread Vinayagam
Ya! It should be in web-inf\lib. - Original Message - From: Allistair Crossley [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, November 26, 2004 5:01 PM Subject: RE: help on JDNI , DBCP with oracle erm, no, there should *not* be a folder in WEB-INF/classes called

Re: help on JDNI , DBCP with oracle

2004-11-26 Thread lydie soler
: help on JDNI , DBCP with oracle Date: Fri, 26 Nov 2004 17:08:36 +0530 Ya! It should be in web-inf\lib. - Original Message - From: Allistair Crossley [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, November 26, 2004 5:01 PM Subject: RE: help on JDNI , DBCP with oracle

Re: help on JDNI , DBCP with oracle

2004-11-26 Thread lydie soler
List [EMAIL PROTECTED] Subject: Re: help on JDNI , DBCP with oracle Date: Fri, 26 Nov 2004 17:08:36 +0530 Ya! It should be in web-inf\lib. - Original Message - From: Allistair Crossley [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, November 26, 2004 5:01 PM Subject

Re: help on JDNI , DBCP with oracle

2004-11-26 Thread lydie soler
again for your help ! it is really kind of you Lydie Original Message Follows From: Vinayagam [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: help on JDNI , DBCP with oracle Date: Fri, 26 Nov 2004 17:08:36 +0530 Ya

RE: help on JDNI , DBCP with oracle

2004-11-26 Thread Phillip Qin
Wrong suggestion. It will cause NoClassDefFoundException since Tomcat has it in common/lib. -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: November 26, 2004 6:21 AM To: Tomcat Users List Subject: RE: help on JDNI , DBCP with oracle check for commons

RE: help on JDNI , DBCP with oracle

2004-11-26 Thread Allistair Crossley
not in Tomcat 5.5.4 it isn't. i have commons-collections in our web-inf/lib, and we use jndi datasources without problem. -Original Message- From: Phillip Qin [mailto:[EMAIL PROTECTED] Sent: 26 November 2004 15:05 To: 'Tomcat Users List' Subject: RE: help on JDNI , DBCP with oracle

RE: help on JDNI , DBCP with oracle

2004-11-26 Thread Phillip Qin
Do you mean commons-collection is no longer in 5.5.4 common/lib? -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: November 26, 2004 10:14 AM To: Tomcat Users List Subject: RE: help on JDNI , DBCP with oracle not in Tomcat 5.5.4 it isn't. i have commons

RE: help on JDNI , DBCP with oracle

2004-11-26 Thread Allistair Crossley
: help on JDNI , DBCP with oracle Do you mean commons-collection is no longer in 5.5.4 common/lib? -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: November 26, 2004 10:14 AM To: Tomcat Users List Subject: RE: help on JDNI , DBCP with oracle

RE: help with context.xml

2004-11-23 Thread Shapira, Yoav
Hi, The context path is already in used. Stop (and if needed, remove) the application already deployed at /IMS. Yoav Shapira http://www.yoavshapira.com -Original Message- From: Scott Pippin [mailto:[EMAIL PROTECTED] Sent: Monday, November 22, 2004 6:58 PM To: [EMAIL PROTECTED]

RE: help with out of memory error

2004-11-22 Thread Phillip Qin
Have you looked at this page? http://jakarta.apache.org/tomcat/faq/memory.html -Original Message- From: Stephen Charles Huey [mailto:[EMAIL PROTECTED] Sent: November 22, 2004 4:50 PM To: Tomcat User Subject: help with out of memory error Is this just a really ambiguous error

RE: help with out of memory error

2004-11-22 Thread Stephen Charles Huey
-0500 Subject: RE: help with out of memory error Have you looked at this page? http://jakarta.apache.org/tomcat/faq/memory.html -Original Message- From: Stephen Charles Huey [mailto:[EMAIL PROTECTED] Sent: November 22, 2004 4:50 PM To: Tomcat User Subject: help with out of memory error

RE: help with out of memory error

2004-11-22 Thread Carl Olivier
as potentially compiling with fork set to true... Hope that helps. Regards, Carl -Original Message- From: Stephen Charles Huey [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 23, 2004 12:56 AM To: Tomcat Users List Subject: RE: help with out of memory error I've seen most

RE: help with out of memory error

2004-11-22 Thread Carl Olivier
To: Tomcat Users List Subject: RE: help with out of memory error I've seen most of that info before, but thanks for pointing it out. I'm really kind of clueless about what the problem could be. When I look at the Virtual Memory for Tomcat in the Task Manager, I see about 1.6 GB right now

RE: Help with mod_jk2

2004-10-19 Thread tomcat
Hello Mark, You said you place this in httpd.conf: [uri:lvh/beg-servlets/servlet/*] worker=ajp13:localhost:8009 [uri:lvh.mdeggers.org/beg-servlets/servlet/*] worker=ajp13:localhost:8009 This looks like worker2 syntax. So this is the way to do it instead of jkUriSets between the IfModule

RE: Help with mod_jk2

2004-10-19 Thread Mark Eggers
Im trying to do multiple instances on different ports. the jkUriSet worked great for the first one, but the second and third dont work. Im ending up having to map every extension type in the workers2.properties which seems totally wrong. I will try your technique and see if i can get the

RE: Help with mod_jk2

2004-10-14 Thread Montz, James C. (James Tower)
Just a simple questions, then an answer. If you are front-ending Tomcat with a web server, why are you passing things like .html, .gif, .jpg, etc. to Tomcat to process? The web server itself is a bit more efficient in handling this content. Secondly, what web server front end are you using?

RE: Help with mod_jk2

2004-10-14 Thread tomcat
Yes apache. Well, I thought it strange too that it wasnt passing the html, gif etc unless i added it to the workers2. So I can put this jkUriSet in the apache file. -nice Ill try this. This is what I did for mod_jk, but those jkmounts no longer worked in apache2. Thanks! John Just a simple

RE: Help with mod_jk2

2004-10-14 Thread tomcat
Hello, Using jkUriSet I get this now: [Thu Oct 14 10:57:32 2004] [notice] uriEnv.setAttribute() the worker directive is deprecated. Use 'group' instead. (I removed all the uri mapping for that instance in workers2) And tomcat isnt getting routed to port 80. Any ideas? Thanks! Just a simple

RE: Help with mod_jk2

2004-10-14 Thread tomcat
Ok I got it working by adding the opening and closing IfModule mod_jk2.c I didnt think those worked with apache2. Still have problem, How do you handle the images? Images dont show up. Do I need to add jkuriset for images? Thanks you guys have been most helpful! John Hello, Using jkUriSet

RE: Help with mod_jk2

2004-10-14 Thread Montz, James C. (James Tower)
I set the Apache Vhost DocumentRoot to the same directory where the JSP pages reside; i.e. DocumentRoot /home/tomcatapp/webapps/ROOT -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, October 14, 2004 1:22 PM To: Tomcat Users List Subject: RE: Help

RE: Help with mod_jk2

2004-10-14 Thread Mark Eggers
OK, I'm coming in a little late to this thread. Here is my configuration for a typical web application using mod_jk2.so. I am running this on Fedora Core 2 with httpd 2.0.52 and Tomcat 5.0.28. httpd.conf == # # general section - for all virtual hosts # LoadModule jk2_module

RE: Help!

2004-10-12 Thread Pawson, David
-Original Message- From: Martin Crowe Could anyone point me in the right direction please - any pointers to manuals or webpages that would help, or just any knowledge that could be passed on to me regarding this. http://cymulacrum.net/writings/tomcat5/book1.html

RE: help-me

2004-10-04 Thread Shapira, Yoav
Hi, One question that's good to ask if whether you need Apache, or whether Tomcat by itself can meet your requirements. Tomcat can serve static content such as HTML and images. So on this list, we frequently suggest that new Tomcat users first try Tomcat by itself. You can always add Apache

Re: Help ---care ..........Environment Variables

2004-09-27 Thread Robert Bateman
I find these articles from Novell to be more informative http://developer.novell.com/ndk/apache.htm and http://www.novell.com/documentation/nw6p/index.html?page=/documentation/nw6p/adminenu/data/a3fd4py.html Best of luck Bob On Monday 27 September 2004 01:59 pm, Keith Vaughn wrote: I have

Re: Help on tomcat server path set up

2004-09-22 Thread Antony Paul
This may be due to having 2 or more servlet.jar files in the class path. Check that WEB-INF\lib dont have this jar file. This jar file is provided by the container. Also no need to set up classpath for running Tomcat. The Tomcat start up scripts does this. The classpath you set cannot be seen

RE: Help on tomcat server path set up

2004-09-22 Thread Shanti Priya
) -Original Message- From: Antony Paul [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 22, 2004 11:38 AM To: Tomcat Users List Subject: Re: Help on tomcat server path set up This may be due to having 2 or more servlet.jar files in the class path. Check that WEB-INF\lib dont have this jar file

Re: Help on setting up tomcat paths properly

2004-09-22 Thread QM
On Wed, Sep 22, 2004 at 11:36:53AM +0530, Shanti Priya wrote: : I am using tomcat 4.1.18 version.Whenever i startup my : tomcat it throws the following error .I have actually set up the paths : properly. Plz go through the following 4 issues. : : : 1---) My classpath(Env

RE: help to deploy to dir other than webapps

2004-09-21 Thread Shapira, Yoav
Hi, Do you know which specific version of 4.1 you're using? There have been relevant bug fixes on that branch for the problem you're describing. Yoav Shapira Millennium Research Informatics -Original Message- From: Wick, Daniel [mailto:[EMAIL PROTECTED] Sent: Monday, September 20,

Re: Help on database and server configuration

2004-09-21 Thread Ben Souther
Hereyougo... http://jakarta.apache.org/tomcat/tomcat-5.0-doc/index.html On Tue, 2004-09-21 at 09:23, Shanti Priya wrote: Hi!! I have an application war file with me,that has to be installed on local tomcat5.It's developed using jsp/struts and oracle is the database.I

RE: Help on database and server configuration

2004-09-21 Thread Shanti Priya
PROTECTED] Sent: Tuesday, September 21, 2004 6:53 PM To: Tomcat Users List Subject: Re: Help on database and server configuration Hereyougo... http://jakarta.apache.org/tomcat/tomcat-5.0-doc/index.html On Tue, 2004-09-21 at 09:23, Shanti Priya wrote: Hi!! I have an application war

RE: Help on database and server configuration

2004-09-21 Thread Ben Souther
by the other user i set up the classes12.zip in lib also.Please help me out. thanks shanti -Original Message- From: Ben Souther [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 21, 2004 6:53 PM To: Tomcat Users List Subject: Re: Help on database and server configuration

Re: Help on database and server configuration

2004-09-21 Thread QM
On Tue, Sep 21, 2004 at 07:03:54PM +0530, Shanti Priya wrote: : I have gone through that,but it's not that useful for me as i : have a bug with my database setups.As already suggested by the other user i : set up the classes12.zip in lib also.Please help me out. Then it sounds more

RE: Help on database and server configuration

2004-09-21 Thread Caroline Jen
[mailto:[EMAIL PROTECTED] Sent: Tuesday, September 21, 2004 6:53 PM To: Tomcat Users List Subject: Re: Help on database and server configuration Hereyougo... http://jakarta.apache.org/tomcat/tomcat-5.0-doc/index.html On Tue, 2004-09-21 at 09:23, Shanti Priya wrote

RE: Help, Tomcat 4.1.30, Linux Stops responding after 24-48 hours

2004-09-15 Thread Zsolt Koppany
, 2004 11:32 PM To: Tomcat Users List Subject: RE: Help, Tomcat 4.1.30, Linux Stops responding after 24-48 hours Right, you don't need a lot of load to see this problem arise over time. Because the connections aren't cleaning themselves up, they're compiling over time. Do a 'netstat -an|grep

RE: Help setting up a default web application

2004-09-14 Thread Pete
the webapp in another class loader. Is there any debug flags that I can use in order to try and track down this problem ? Thanks Pete -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 13 September 2004 17:20 To: Tomcat Users List Subject: RE: Help setting up

RE: Help setting up a default web application

2004-09-14 Thread Shapira, Yoav
Hi, I then get the bind exception when I attempt to access the web application, since tomcat appears to re-load the webapp in another class loader. There's one I've never heard before ;) That's something I like about this list, always something new. Tomcat wouldn't reload (or stop, or start,

RE: Help setting up a default web application

2004-09-14 Thread Pete
:22 StandardWrapper[/webdav:invoker]: Loading container servlet invoker Thanks again for you time and help, Pete -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 14 September 2004 13:54 To: Tomcat Users List Subject: RE: Help setting up a default web application

RE: Help setting up a default web application

2004-09-14 Thread Shapira, Yoav
Hi, There's no preferred way to use a singleton: like all other design patterns, it depends on your requirements. The difference between putting the singleton class in the shared or common directory and putting it in the WEB-INF/lib directory of each webapp is very significant. There is one

RE: Help setting up a default web application

2004-09-14 Thread Shapira, Yoav
: Pete [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 14, 2004 9:14 AM To: Tomcat Users List Subject: RE: Help setting up a default web application Hi Yoav, I basically use a listener to start a series of singleton classes, one of which is a Server Socket and another is class

RE: Help, Tomcat 4.1.30, Linux Stops responding after 24-48 hours

2004-09-14 Thread Tran, John
Are you using mod_jk? http://jakarta.apache.org/tomcat/connectors-doc/jk2/faq.html This *might* apply: Under heavy load, I've got many threads in Tomcat even if my Apache Web Server handle much of the load Under heavy load, Apache WebServer create many childs to handle the load, which will

Re: Help, Tomcat 4.1.30, Linux Stops responding after 24-48 hours

2004-09-14 Thread John Gentilin
The funny thing is there is no load on this server, maybe 100 hits/day go to the web application and maybe 10K hits/day to the Web server by itself. Another piece of the puzzle is that when Tomcat stops handling requests; I try to stop Tomcat with catalins.sh, it reports a success the first

RE: Help, Tomcat 4.1.30, Linux Stops responding after 24-48 hours

2004-09-14 Thread Tran, John
, September 14, 2004 2:30 PM To: Tomcat Users List Subject: Re: Help, Tomcat 4.1.30, Linux Stops responding after 24-48 hours The funny thing is there is no load on this server, maybe 100 hits/day go to the web application and maybe 10K hits/day to the Web server by itself. Another piece of the puzzle

Re: Help setting up a default web application

2004-09-13 Thread Ben Souther
If you're manually configuring server.xml, shut off autodeploy in the Host node. On Mon, 2004-09-13 at 10:50, Pete wrote: Hi All, I was hoping that someone would be able to explain that when I set a Context in the server.xml: Context path= docBase=mygui debug=0 reloadable=false

RE: Help setting up a default web application

2004-09-13 Thread Pete
Pete -Original Message- From: Ben Souther [mailto:[EMAIL PROTECTED] Sent: 13 September 2004 15:52 To: Tomcat Users List Subject: Re: Help setting up a default web application If you're manually configuring server.xml, shut off autodeploy in the Host node. On Mon, 2004-09-13 at 10:50

RE: Help setting up a default web application

2004-09-13 Thread Ben Souther
List Subject: Re: Help setting up a default web application If you're manually configuring server.xml, shut off autodeploy in the Host node. On Mon, 2004-09-13 at 10:50, Pete wrote: Hi All, I was hoping that someone would be able to explain that when I set a Context

RE: Help setting up a default web application

2004-09-13 Thread Shapira, Yoav
: Monday, September 13, 2004 12:05 PM To: Tomcat Users List Subject: RE: Help setting up a default web application Hi Ben, Thanks for your help, unfortunatly that still has not solved my problem. Below is the content of my server.xml file: Server port=8005 shutdown=SHUTDOWN debug=0

RE: Help setting up a default web application

2004-09-13 Thread Pete
. Thanks Pete -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 13 September 2004 17:05 To: Tomcat Users List Subject: RE: Help setting up a default web application Hi, Context path=/ is a no-no. Use path= for the default web application, and path=/something for others

RE: Help setting up a default web application

2004-09-13 Thread Shapira, Yoav
other exceptions) when you start up. Yoav Shapira Millennium Research Informatics -Original Message- From: Pete [mailto:[EMAIL PROTECTED] Sent: Monday, September 13, 2004 12:19 PM To: Tomcat Users List Subject: RE: Help setting up a default web application Hi Yoav, I have tried

Other Question - RE: Help - Newbie questions - where are the uplo aded files stored ?

2004-09-11 Thread MATHOT Jacques
-Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: vendredi 10 septembre 2004 14:54 To: Tomcat Users List; Arun Prasad R Subject: RE: Help - Newbie questions - where are the uploaded files stored ? Hi, Both this and the original poster's intent are pretty bad as far

Re: Help - Newbie questions - where are the uploaded files stored ?

2004-09-10 Thread Arun Prasad R
hi you can set a session property like System.setProperty(user.dir, /your/application/home); this will change the applications current working dir. i have not checked the side effects. whether tomcat will be affected by this action or not arun On Fri, 10 Sep 2004 12:00:45 +0200, MATHOT Jacques

RE: Help - Newbie questions - where are the uploaded files stored ?

2004-09-10 Thread Shapira, Yoav
: Friday, September 10, 2004 8:00 AM To: Tomcat Users List Subject: Re: Help - Newbie questions - where are the uploaded files stored ? hi you can set a session property like System.setProperty(user.dir, /your/application/home); this will change the applications current working dir. i have

Re: Help - Newbie questions - where are the uploaded files stored ?

2004-09-10 Thread erh
On Fri, Sep 10, 2004 at 12:00:45PM +0200, MATHOT Jacques wrote: I am implementing an upload function for my web applications using Tomcat 4.0.14 server. I was expecting the files to be stored on the root directory of my application and not in one of the own Tomcat directories. How can I

RE: Help - Newbie questions - where are the uploaded files stored ?

2004-09-10 Thread Shapira, Yoav
Hi, This message and any files transmitted with it are legally privileged and intended for the sole use of the individual(s) or entity to whom they are addressed. If you are not the intended recipient, please notify the sender by reply and delete the message and any attachments from your

Re: Help - Newbie questions - where are the uploaded files stored ?

2004-09-10 Thread erh
On Fri, Sep 10, 2004 at 10:57:18AM -0400, Shapira, Yoav wrote: Isn't that crap self-evident? ;) Most companies attach such footers and related disclaimers or legal notices to all outgoing mail, and most users can't control it. well then you shouldn't be using a work email address to

Re: Help - Newbie questions - where are the uploaded files stored ?

2004-09-10 Thread John Villar
Actually, the list and all its recipients are the actual individual(s) (Lawyer lingo, yuck!!) the mail is intended to Remember, most of us have a daily work and use tomcat as a tool on our works... [EMAIL PROTECTED] escribió: On Fri, Sep 10, 2004 at 10:57:18AM -0400, Shapira, Yoav wrote:

RE: Help - Newbie questions - where are the uploaded files stored ?

2004-09-10 Thread Shapira, Yoav
, 2004 11:36 AM To: Shapira, Yoav Cc: Tomcat Users List Subject: Re: Help - Newbie questions - where are the uploaded files stored ? On Fri, Sep 10, 2004 at 10:57:18AM -0400, Shapira, Yoav wrote: Isn't that crap self-evident? ;) Most companies attach such footers and related disclaimers or legal

Re: Help with Tomcat Install?

2004-09-08 Thread QM
On Wed, Sep 08, 2004 at 10:49:41AM -0500, Lash, David A (David) wrote: : When I go to http://localhost:8080 I cannot display the 'default page'. Any idea why? Step 1 of Apache/jk(2)/Tomcat debugging: take Apache and JK out of the picture. Enable an HTTP connector on Tomcat and access it

Re: Help with Tomcat Install?

2004-09-08 Thread John Villar
Well, certainly your Tomcat setup works fine, look at the end of your response page it could be, however, that the default webapp hasn't been installed, check webapps/ROOT and see if it is there, its a default response servlet in the WEB-INF/web.xml file Lash, David A (David) escribió: Hi

Re: Help with Tomcat Install?

2004-09-08 Thread Gerardo Juarez
Ok, you installed Tomcat, but is it running? Something like: $CATALINA_HOME/bin/start.sh should have happened before pointing at http://localhost:8080. It's a common mistake. Gerardo On Wed, 8 Sep 2004, Lash, David A (David) wrote: Hi I am trying to figure out why my tomcat install is not

RE: Help with Tomcat Install?

2004-09-08 Thread Lash, David A (David)
To: Tomcat Users List Subject: Re: Help with Tomcat Install? Well, certainly your Tomcat setup works fine, look at the end of your response page it could be, however, that the default webapp hasn't been installed, check webapps/ROOT and see if it is there, its a default response servlet

RE: Help with Tomcat Install?

2004-09-08 Thread Lash, David A (David)
) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:203) -Original Message- From: Gerardo Juarez [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 08, 2004 11:05 AM To: Tomcat Users List Subject: Re: Help with Tomcat Install? Ok, you

Re: Help with Tomcat Install?

2004-09-08 Thread John Villar
, September 08, 2004 11:03 AM To: Tomcat Users List Subject: Re: Help with Tomcat Install? Well, certainly your Tomcat setup works fine, look at the end of your response page it could be, however, that the default webapp hasn't been installed, check webapps/ROOT and see if it is there, its

Re: Help with Tomcat Install?

2004-09-08 Thread John Villar
Catalina.start: LifecycleException: Protocol handler initialization failed: java.net.BindException: Address already in use:8080 LifecycleException: Protocol handler initialization failed: java.net.BindException: Address already in use:8080 This error is saying that port 8080 is already

Re: Help with Tomcat Install?

2004-09-08 Thread Avinash R S
: Wednesday, September 08, 2004 9:45 PM Subject: Re: Help with Tomcat Install? Catalina.start: LifecycleException: Protocol handler initialization failed: java.net.BindException: Address already in use:8080 LifecycleException: Protocol handler initialization failed: java.net.BindException

RE: Help with Tomcat Install?

2004-09-08 Thread Shapira, Yoav
Research Informatics -Original Message- From: Avinash R S [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 08, 2004 12:24 PM To: Tomcat Users List Subject: Re: Help with Tomcat Install? It looks like the port is being used by another application. Run Shutdown.sh once, and then run

Re: Help with Tomcat Install?

2004-09-08 Thread John Villar
-Original Message- From: Avinash R S [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 08, 2004 12:24 PM To: Tomcat Users List Subject: Re: Help with Tomcat Install? It looks like the port is being used by another application. Run Shutdown.sh once, and then run startup.sh and still if you

RE: Help with Tomcat Install?

2004-09-08 Thread Shapira, Yoav
[mailto:[EMAIL PROTECTED] Sent: Wednesday, September 08, 2004 12:39 PM To: Tomcat Users List Subject: Re: Help with Tomcat Install? I think that's not the case, look that he gets a 404 status from tomcat with a Apache Tomcat/4.1.18 signature at the end the problem he's having

Re: Help with Tomcat Install?

2004-09-08 Thread Avinash R S
] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, September 08, 2004 10:08 PM Subject: Re: Help with Tomcat Install? I think that's not the case, look that he gets a 404 status from tomcat with a Apache Tomcat/4.1.18 signature at the end the problem he's having is that the default servlet

RE: Help with Tomcat Install?

2004-09-08 Thread Lash, David A (David)
that defines where tomcat looks for root files? (perhaps someone (at my site) changed this). Thanks Dave lash -Original Message- From: Avinash R S [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 08, 2004 11:47 AM To: Tomcat Users List Subject: Re: Help with Tomcat Install? John

RE: Help with Tomcat Install?

2004-09-08 Thread Gerardo Juarez
08, 2004 11:47 AM To: Tomcat Users List Subject: Re: Help with Tomcat Install? John, Root App does not have a servlet. The page accessed is a static html page ROOT/index.html. Then verify whether index.html file along with 3 image files is available at location ROOT app. Best

Re: Help with Tomcat Install?

2004-09-08 Thread John Villar
in it, as his does: that's both valid and supported by Tomcat. Yoav Shapira Millennium Research Informatics -Original Message- From: John Villar [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 08, 2004 12:39 PM To: Tomcat Users List Subject: Re: Help with Tomcat Install? I think that's

RE: Help with Tomcat Install?

2004-09-08 Thread Lash, David A (David)
at pages). thanks again dave lash -Original Message- From: Lash, David A (David) [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 08, 2004 11:49 AM To: Tomcat Users List Subject: RE: Help with Tomcat Install? Hi all Here is the contents of webapps/ROOT WEB-INF

Re: Help, URI mapping problem with JK2

2004-09-01 Thread gerardo
I'm sure it must me something else but, what permissions does the directory '4walls' have? And the rest of the path as well? Because your url seems to stop working from there on. Might be worth a look. Gerardo I am running Apache 2.0.50, mod_Jk2 and Tomcat 4.1.30. In my workers2.properties

Re: Help, URI mapping problem with JK2

2004-09-01 Thread John Gentilin
Gerardo, Thank you for the reply. With some trial and error testing, I found that the %2f, an escaped /, was causing the problem. It is fairly easy to test, just append a %2f to ANY url mapped using mod_jk2. I would expect the %2f to either have no effect or a 500 error message from Tomcat, but

Re: to Jacob Kjome - Re: help to resolve a problem with XSLT generation

2004-08-27 Thread Jacob Kjome
I can't give you any advice on using JDK 1.5b2 because I've never used it before. I can tell you that my transformations work fine under JDk 1.4.2_05 and I always have the latest versions of Xerces, xml-apis, and Xalan in an endorsed directory (either jre/lib/endorsed or common/endorsed). Jake

Re: help to resolve a problem with XSLT generation

2004-08-26 Thread Jacob Kjome
What version of the JDK are you using? This is telling... javax.xml.transform.TransformerFactoryConfigurationError: Provider org.apache.xalan.processor.TransformerFactoryImpl not found javax.xml.transform.TransformerFactory.newInstance(Unknown Source) Either you are using a JDK less than

to Jacob Kjome - Re: help to resolve a problem with XSLT generation

2004-08-26 Thread Eugene
Hello Jacob, thank you for reply. Yes I thought that maybe this is a problem... the thing is the clients wants the latest (they're scientists, not programmers;)). So, I've installed for them JDK-J2SE 5.0Beta2. Technically the docs of the application tells that I free to use any production

RE: Help with a real ugly one

2004-08-22 Thread Brad McEvoy
If you havent already done it, next time it goes crazy try to get a stack trace of all threads with kill -QUIT. -Original Message- From: John Villar [mailto:[EMAIL PROTECTED] Sent: Saturday, 21 August 2004 12:16 AM To: Tomcat Users List Subject: Re: Help with a real ugly one how

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