Tomcat 5.5.9 not picking up changes

2005-08-24 Thread MC Moisei
I configured Tomcat 5.5.9 for my development station. I moved from 4.1.30 where the classes where pickup on the fly. (Maybe I shouldn't have moved since all worked so nice) I know things changed since 4.1 but I think I'm doing thing right. In conf folder I defined the context file like below

MAIL FAILURE

2005-08-24 Thread no-reply
* THIS EMAIL IS AUTOGENERATED - DO NOT REPLY TO * The email you sent was not delivered to the desired recipient because it was blocked/filtered for a

Re: Tomcat 5.5.9 not picking up changes

2005-08-24 Thread Rakesh Kumar
I use Tomcat 5.0.28 and as per this version, you should add reloadable=true to your context definition for the required behaviour. Rakesh Kumar, Quoting MC Moisei [EMAIL PROTECTED]: I configured Tomcat 5.5.9 for my development station. I moved from 4.1.30 where the classes where pickup on

MAIL FAILURE

2005-08-24 Thread no-reply
* THIS EMAIL IS AUTOGENERATED - DO NOT REPLY TO * The email you sent was not delivered to the desired recipient because it was blocked/filtered for a

Re: Tomcat 5.5.9 not picking up changes

2005-08-24 Thread MC Moisei
As you could see in my post I do have reloadable=true in my context file. Thanks for replying, MC From: Rakesh Kumar [EMAIL PROTECTED] Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org To: tomcat-user@jakarta.apache.org Subject: Re: Tomcat 5.5.9 not picking up changes Date: Wed,

MAIL FAILURE

2005-08-24 Thread no-reply
* THIS EMAIL IS AUTOGENERATED - DO NOT REPLY TO * The email you sent was not delivered to the desired recipient because it was blocked/filtered for a

session timeout problems

2005-08-24 Thread Joerg
Hello, within my web application i defined a session timeout of 30 minutes. But some sessions strangly survive this timeout and keep being valid until an explicit call to invalidate(). I already implemented a HttpSessionListener to keep track of session creation, destruction, lastAccessedTime and

MAIL FAILURE

2005-08-24 Thread no-reply
* THIS EMAIL IS AUTOGENERATED - DO NOT REPLY TO * The email you sent was not delivered to the desired recipient because it was blocked/filtered for a

Sharing non-session data in a cluster

2005-08-24 Thread Joakim Ahlén
Hi! Is there any way of sharing data within a cluster which is not stored in session? Think of this as sharing the application state or some cluster-wide global state. Regards Joakim - To unsubscribe, e-mail: [EMAIL

MAIL FAILURE

2005-08-24 Thread no-reply
* THIS EMAIL IS AUTOGENERATED - DO NOT REPLY TO * The email you sent was not delivered to the desired recipient because it was blocked/filtered for a

Remotely restart Tomcat container (not just a context)

2005-08-24 Thread Richard Gaywood
Hi List! I have two Tomcat installs. One is on Windows, and hosts our build system for our web service software. The other is on Linux, and is where the build system deploys to. I want to run unit tests on the Windows host that hit on the freshly deployed code on the Linux host. So far, so good

MAIL FAILURE

2005-08-24 Thread no-reply
* THIS EMAIL IS AUTOGENERATED - DO NOT REPLY TO * The email you sent was not delivered to the desired recipient because it was blocked/filtered for a

Re: Tomcat 5.5.9 Cluster Error

2005-08-24 Thread SUGAHARA Toshio
Hi Peter, I resolved my problems. I appended mcastBindAddress attribute to ClusterMembership element and set 127.0.0.1 as a value. Thanks anyway. -Toshio Which OS you used and is your firewall open for UDP port 45564 and TCP 4001 ? Is your network interface enabled for Multicast

MAIL FAILURE

2005-08-24 Thread no-reply
* THIS EMAIL IS AUTOGENERATED - DO NOT REPLY TO * The email you sent was not delivered to the desired recipient because it was blocked/filtered for a

mapping class in apache problem

2005-08-24 Thread Pierre Faudon
Hello all, I have problem with my configuration : Apache 2.0.54 - Tomcat 5.0.28 I have a problem to map .class. (It works fine for .jsp) when called toto (instead of toto.class) as there is no toto i get a 404 error ! thanks 4 your help ! Pierre Mon httpd.conf ### Section 1: Global

MAIL FAILURE

2005-08-24 Thread no-reply
* THIS EMAIL IS AUTOGENERATED - DO NOT REPLY TO * The email you sent was not delivered to the desired recipient because it was blocked/filtered for a

RE: Has anyone used Tomcat 5.5.9 connecting to MS SQL Server usin g JNDI and Connection Pooling?

2005-08-24 Thread Wylie, Ian
Hi Allistair, I just got the basic JNDI datasource working for MS SQL Server with Tomcat 5.5. I tried using the ConnectionPoolDataSource instead of the standard DataSource but I cannot get this working. Not sure whether I need to replace the res-typejavax.sql.DataSource/res-type with something

MAIL FAILURE

2005-08-24 Thread no-reply
* THIS EMAIL IS AUTOGENERATED - DO NOT REPLY TO * The email you sent was not delivered to the desired recipient because it was blocked/filtered for a

MAIL FAILURE

2005-08-24 Thread no-reply
* THIS EMAIL IS AUTOGENERATED - DO NOT REPLY TO * The email you sent was not delivered to the desired recipient because it was blocked/filtered for a

RE: Has anyone used Tomcat 5.5.9 connecting to MS SQL Server using JNDI and Connection Pooling?

2005-08-24 Thread Allistair Crossley
Hey Ian, Great that you got that working in the end. Did you find out what caused the issues? I'm not convinced you need to use the ConnectionPoolDataSource, since that's what DBCP is doing for you (I think - please someone correct me if I am wrong). You could try using

MAIL FAILURE

2005-08-24 Thread no-reply
* THIS EMAIL IS AUTOGENERATED - DO NOT REPLY TO * The email you sent was not delivered to the desired recipient because it was blocked/filtered for a

RE: Has anyone used Tomcat 5.5.9 connecting to MS SQL Server using JNDI and Connection Pooling?

2005-08-24 Thread Allistair Crossley
Hi again, By the way, you really ought to consider *not* using the MS drivers. jTDS at jtds.sourceforge.net is more performant. Cheers, Allistair -Original Message- From: Wylie, Ian [mailto:[EMAIL PROTECTED] Sent: 24 August 2005 12:33 To: Tomcat Users List Subject: RE: Has anyone

MAIL FAILURE

2005-08-24 Thread no-reply
* THIS EMAIL IS AUTOGENERATED - DO NOT REPLY TO * The email you sent was not delivered to the desired recipient because it was blocked/filtered for a

jakarta-tomcat-deployer Installation on Windows XP ???

2005-08-24 Thread Vincent Blondel
Hello all, I am a complete newbie for all about tomcat. So in this context, I installed yesterday Tomcat 5.5.9 on my Windows XP machine to discover the product and the possibility for me to develop a complete web (java oriented) web site. I also would try the ability for IBM Websphere 5.1.1

Making a Database Image Show Up on a Jsp Page

2005-08-24 Thread Philip Cote
I'm trying to write to binary data from a MySQL database into a jpeg file so I can show it on a jsp page but I'm not having much luck. My bean can create files outside the servlet / jsp context using the usual java.io classes. As I understand it, java.io classes aren't allowed for EJBs.

MAIL FAILURE

2005-08-24 Thread no-reply
* THIS EMAIL IS AUTOGENERATED - DO NOT REPLY TO * The email you sent was not delivered to the desired recipient because it was blocked/filtered for a

Re: Making a Database Image Show Up on a Jsp Page

2005-08-24 Thread Larry Meadors
You could do it easily with a servlet - read the blob as a byte[], and server it up in response to a request to /myservlet/imageid/image.jpg, where /imageid/ is used to provide the id of the record that contains the image. Larry On 8/24/05, Philip Cote [EMAIL PROTECTED] wrote: I'm trying to

MAIL FAILURE

2005-08-24 Thread no-reply
* THIS EMAIL IS AUTOGENERATED - DO NOT REPLY TO * The email you sent was not delivered to the desired recipient because it was blocked/filtered for a

re: MAIL FAILURE

2005-08-24 Thread Larry Meadors
Come on, do we have a list admin who can remove this address? Larry - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

MAIL FAILURE

2005-08-24 Thread no-reply
* THIS EMAIL IS AUTOGENERATED - DO NOT REPLY TO * The email you sent was not delivered to the desired recipient because it was blocked/filtered for a

Re: Making a Database Image Show Up on a Jsp Page

2005-08-24 Thread Edmund Urbani
Philip Cote wrote: I'm trying to write to binary data from a MySQL database into a jpeg file so I can show it on a jsp page but I'm not having much luck. My bean can create files outside the servlet / jsp context using the usual java.io classes. As I understand it, java.io classes aren't

MAIL FAILURE

2005-08-24 Thread no-reply
* THIS EMAIL IS AUTOGENERATED - DO NOT REPLY TO * The email you sent was not delivered to the desired recipient because it was blocked/filtered for a

get is not supported

2005-08-24 Thread Christian Stalp
Hello out there, I working on a new servlet and it is very simple so far. But I cannot start it!?! I get this error dumped on my browser: [quote] HTTP Status 405 - HTTP method GET is not supported by this URL type Status report message HTTP method GET is not supported by this URL description

MAIL FAILURE

2005-08-24 Thread no-reply
* THIS EMAIL IS AUTOGENERATED - DO NOT REPLY TO * The email you sent was not delivered to the desired recipient because it was blocked/filtered for a

Problem defining welcom-file

2005-08-24 Thread jonas skrebys
Hi everyone, could you please halep a newbie of Tomcat :) I have deployed an application under webaps/myApp folder and I want that under URL that holds /myApp folder the welcome file would be exposed to client. in myApp/WEB-INF folder I create web.xml file and fill with text : web-app

MAIL FAILURE

2005-08-24 Thread no-reply
* THIS EMAIL IS AUTOGENERATED - DO NOT REPLY TO * The email you sent was not delivered to the desired recipient because it was blocked/filtered for a

RE: get is not supported

2005-08-24 Thread Raghupathy,Gurumoorthy
Put it in a package and it will run ... . -Original Message- From: Christian Stalp [mailto:[EMAIL PROTECTED] Sent: 24 August 2005 13:18 To: tomcat-user@jakarta.apache.org Subject: get is not supported Hello out there, I working on a new servlet and it is very simple so far. But I

MAIL FAILURE

2005-08-24 Thread no-reply
* THIS EMAIL IS AUTOGENERATED - DO NOT REPLY TO * The email you sent was not delivered to the desired recipient because it was blocked/filtered for a

Re: Problem defining welcom-file

2005-08-24 Thread Fabien Benoit
Put it under the WEB-INF directory. On 8/24/05, jonas skrebys [EMAIL PROTECTED] wrote: Hi everyone, could you please halep a newbie of Tomcat :) I have deployed an application under webaps/myApp folder and I want that under URL that holds /myApp folder the welcome file would be exposed to

MAIL FAILURE

2005-08-24 Thread no-reply
* THIS EMAIL IS AUTOGENERATED - DO NOT REPLY TO * The email you sent was not delivered to the desired recipient because it was blocked/filtered for a

INDEX.JSP in webapps/ROOT

2005-08-24 Thread Tom Spence
Hello... I understand that TomCat's front page (index.jsp) that I can't change it cuz it is precompiled. I want to change something on my own website from index.jsp to index.html? Also I am trying to learn (of course I am newbie) how to change in web.xml in ROOT/WEB-INF. I appreciate your

MAIL FAILURE

2005-08-24 Thread no-reply
* THIS EMAIL IS AUTOGENERATED - DO NOT REPLY TO * The email you sent was not delivered to the desired recipient because it was blocked/filtered for a

Re: INDEX.JSP in webapps/ROOT

2005-08-24 Thread David Delbecq
Le Mercredi 24 Août 2005 14:58, Tom Spence a écrit : Hello... I understand that TomCat's front page (index.jsp) that I can't change it cuz it is precompiled. Yes and no, you can't simply replace it's content, but you also have to change web.xml remove those lines to suppres use of

MAIL FAILURE

2005-08-24 Thread no-reply
* THIS EMAIL IS AUTOGENERATED - DO NOT REPLY TO * The email you sent was not delivered to the desired recipient because it was blocked/filtered for a

Re: INDEX.JSP in webapps/ROOT

2005-08-24 Thread Tom Spence
GREAT! It works! Also many thanks for giving the URl about web.xml that I am going to learn how to use. David Delbecq [EMAIL PROTECTED] wrote:Le Mercredi 24 Août 2005 14:58, Tom Spence a écrit : Hello... I understand that TomCat's front page (index.jsp) that I can't change it cuz it

MAIL FAILURE

2005-08-24 Thread no-reply
* THIS EMAIL IS AUTOGENERATED - DO NOT REPLY TO * The email you sent was not delivered to the desired recipient because it was blocked/filtered for a

Tomcat 5.5.9 missing jars ?

2005-08-24 Thread Srinath Narasimhan
Hi I downloaded Tomcat 5.5.9 (zip file as well as exe) and it seems to be missing the naming-common.jar. The documentation says that the file exists. I have tried searching the mailing list, but could not find anything specific. Any information/pointers will be very helpful. Thanks Srinath.

MAIL FAILURE

2005-08-24 Thread no-reply
* THIS EMAIL IS AUTOGENERATED - DO NOT REPLY TO * The email you sent was not delivered to the desired recipient because it was blocked/filtered for a

RE: Tomcat 5.5.9 missing jars ?

2005-08-24 Thread Allistair Crossley
I don't think that's shipped with Tomcat 5.5.9. What is the error you are getting? Are you running your own web applications yet or just testing the default ROOT webapp? Allistair. -Original Message- From: Srinath Narasimhan [mailto:[EMAIL PROTECTED] Sent: 24 August 2005 14:29 To:

MAIL FAILURE

2005-08-24 Thread no-reply
* THIS EMAIL IS AUTOGENERATED - DO NOT REPLY TO * The email you sent was not delivered to the desired recipient because it was blocked/filtered for a

Re: INDEX.JSP in webapps/ROOT

2005-08-24 Thread Praveen KUMAR
Change your $TOMCAT_HOME/webapps/ROOT/WEB-INF/web.xml like this web-app xmlns=http://java.sun.com/xml/ns/j2ee; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd; version=2.4

MAIL FAILURE

2005-08-24 Thread no-reply
* THIS EMAIL IS AUTOGENERATED - DO NOT REPLY TO * The email you sent was not delivered to the desired recipient because it was blocked/filtered for a

RE: Tomcat 5.5.9 missing jars ?

2005-08-24 Thread Srinath Narasimhan
Thanks Allistair for the information, I am running my own web application and it is already working in 5.0.28 When I try to run it under 5.5.9, the JNDI errors pop up. Unable to create resource instance or something like that. I see the naming-common.jar and naming-java.jar are missing under

MAIL FAILURE

2005-08-24 Thread no-reply
* THIS EMAIL IS AUTOGENERATED - DO NOT REPLY TO * The email you sent was not delivered to the desired recipient because it was blocked/filtered for a

how to update tomcat?

2005-08-24 Thread subi
I am using Tomcat 4.1. How can i update to 5.x? -- ilu, subi

RE: Tomcat 5.5.9 missing jars ?

2005-08-24 Thread Allistair Crossley
Hi, It looks like you are another developer who thinks the transition from 5.0.x to 5.5.x is just copying your webapp across. Unfortunalte you'll need to configure JNDI datasources in a different way in 5.5.x. Check out the manual pages to see how. Allistair. -Original Message-

MAIL FAILURE

2005-08-24 Thread no-reply
* THIS EMAIL IS AUTOGENERATED - DO NOT REPLY TO * The email you sent was not delivered to the desired recipient because it was blocked/filtered for a

MAIL FAILURE

2005-08-24 Thread no-reply
* THIS EMAIL IS AUTOGENERATED - DO NOT REPLY TO * The email you sent was not delivered to the desired recipient because it was blocked/filtered for a

Tomcat5.5.9 - Apache Connector

2005-08-24 Thread Deepak J
Hi, I'm trying to configure the Apache-Tomcat Connector for Apache 2.0 and Tomcat 5.5.9 on my Redhat ES3.0. I downloaded the mod_jk (1.2.14) connector files : prefork and worker .so files. I' trying the Using TomCat Autoconfigure as given in the Apache website :

MAIL FAILURE

2005-08-24 Thread no-reply
* THIS EMAIL IS AUTOGENERATED - DO NOT REPLY TO * The email you sent was not delivered to the desired recipient because it was blocked/filtered for a

Re: Viewing PDF in Internet Explorer

2005-08-24 Thread CFerraro
I should have been more clear in stating my problem. I am using a Reporting software with Tomcat. The Reporting servlet receives the report request, passes it to the Reporting Server (lives where the data is), and the Reporting Server sends it back to the client (servlet). The output HTML is

MAIL FAILURE

2005-08-24 Thread no-reply
* THIS EMAIL IS AUTOGENERATED - DO NOT REPLY TO * The email you sent was not delivered to the desired recipient because it was blocked/filtered for a

RE: how to update tomcat?

2005-08-24 Thread Allistair Crossley
Hi, Not sure if there's a migration guide, but roughly 1. Download Tomcat 5.0.x or 5.5.x 2. Read the configuration guide for those parts you've configured in 4.1 to see how to do it in 5.0.x/5.5.x 3. Move your webapp WAR to the new webapps, make configuration changes 4. Test. Your webapp

MAIL FAILURE

2005-08-24 Thread no-reply
* THIS EMAIL IS AUTOGENERATED - DO NOT REPLY TO * The email you sent was not delivered to the desired recipient because it was blocked/filtered for a

RE: Has anyone used Tomcat 5.5.9 connecting to MS SQL Server usin g JNDI and Connection Pooling?

2005-08-24 Thread Wylie, Ian
Hi Allistair, The problem was that I had duplicated the TOMCAT_HOME/conf/Catalina/localhost/webappname.xml entry in server.xml. So I removed the context element from server.xml. Then, the basic datasource JNDI started working. I will investigate the change you suggested for Connection Pooling

MAIL FAILURE

2005-08-24 Thread no-reply
* THIS EMAIL IS AUTOGENERATED - DO NOT REPLY TO * The email you sent was not delivered to the desired recipient because it was blocked/filtered for a

Re: how to update tomcat?

2005-08-24 Thread Mert Eren ÜSTÜNKAYA
I think same as Crossley. to add to his sayings.. i suggest you to keep the tomcat 4.0 in the system and install 5.x.x in other port than 4.0 configuration like 8080. when everything is done you can close 4.0 and run with fresh 5.x.x Good luck Allistair Crossley wrote: Hi, Not sure if

MAIL FAILURE

2005-08-24 Thread no-reply
* THIS EMAIL IS AUTOGENERATED - DO NOT REPLY TO * The email you sent was not delivered to the desired recipient because it was blocked/filtered for a

Re: Viewing PDF in Internet Explorer

2005-08-24 Thread Christoph Kutzinski
[EMAIL PROTECTED] wrote: I should have been more clear in stating my problem. I am using a Reporting software with Tomcat. The Reporting servlet receives the report request, passes it to the Reporting Server (lives where the data is), and the Reporting Server sends it back to the client

MAIL FAILURE

2005-08-24 Thread no-reply
* THIS EMAIL IS AUTOGENERATED - DO NOT REPLY TO * The email you sent was not delivered to the desired recipient because it was blocked/filtered for a

Re: Problem defining welcom-file

2005-08-24 Thread jonas skrebys
Thanks friends for answer. Do you meen to put the web.xml file in myApp/WEB-INF folder ? If yes, then it is already done. But still it does not work :( --- A [EMAIL PROTECTED] wrote: Put this file under WEB-INF folder and it will work On 8/24/05, jonas skrebys [EMAIL PROTECTED] wrote: Hi

MAIL FAILURE

2005-08-24 Thread no-reply
* THIS EMAIL IS AUTOGENERATED - DO NOT REPLY TO * The email you sent was not delivered to the desired recipient because it was blocked/filtered for a

RE: Tomcat 5.5.9 missing jars ?

2005-08-24 Thread Srinath Narasimhan
Thanks Allistair, for pointing me in that direction. I did briefly went over the the JNDI documentation. I changed my web.xml and it is working now. -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 24, 2005 9:40 AM To: Tomcat Users List

MAIL FAILURE

2005-08-24 Thread no-reply
* THIS EMAIL IS AUTOGENERATED - DO NOT REPLY TO * The email you sent was not delivered to the desired recipient because it was blocked/filtered for a

Re: Problem defining welcom-file

2005-08-24 Thread Fabien Benoit
No, i meant the welcome JSP. Remember that inside the web.xml, the root directory is WEB-INF, not the webapp directory. On 8/24/05, jonas skrebys [EMAIL PROTECTED] wrote: Thanks friends for answer. Do you meen to put the web.xml file in myApp/WEB-INF folder ? If yes, then it is already done.

MAIL FAILURE

2005-08-24 Thread no-reply
* THIS EMAIL IS AUTOGENERATED - DO NOT REPLY TO * The email you sent was not delivered to the desired recipient because it was blocked/filtered for a

Re: get is not supported

2005-08-24 Thread Steve Ochani
Hi, I'm not sure if this is the answer but You have both parameters for doGet method as HttpServletRequest, the 2nd parameter is supposed to be of type HttpServletResponse -Steve O. On 24 Aug 2005 at 14:17, Christian Stalp wrote: Hello out there, I working on a new servlet and it is very

MAIL FAILURE

2005-08-24 Thread no-reply
* THIS EMAIL IS AUTOGENERATED - DO NOT REPLY TO * The email you sent was not delivered to the desired recipient because it was blocked/filtered for a

Please kill the MAIL FAILURE user

2005-08-24 Thread Larry Meadors
Do we have a list admin who can do this? Larry - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

MAIL FAILURE

2005-08-24 Thread no-reply
* THIS EMAIL IS AUTOGENERATED - DO NOT REPLY TO * The email you sent was not delivered to the desired recipient because it was blocked/filtered for a

Re: Making a Database Image Show Up on a Jsp Page

2005-08-24 Thread Wade Chandler
--- Edmund Urbani [EMAIL PROTECTED] wrote: Philip Cote wrote: I'm trying to write to binary data from a MySQL database into a jpeg file so I can show it on a jsp page but I'm not having much luck. My bean can create files outside the servlet / jsp context using the usual java.io

MAIL FAILURE

2005-08-24 Thread no-reply
* THIS EMAIL IS AUTOGENERATED - DO NOT REPLY TO * The email you sent was not delivered to the desired recipient because it was blocked/filtered for a

MAIL FAILURE

2005-08-24 Thread no-reply
* THIS EMAIL IS AUTOGENERATED - DO NOT REPLY TO * The email you sent was not delivered to the desired recipient because it was blocked/filtered for a

RE: Deploying war in another directory

2005-08-24 Thread Allistair Crossley
you can change the appBase attribute per Host but I am not aware of whether you can mix based on webapp name. Allistair. -Original Message- From: XYZ [mailto:[EMAIL PROTECTED] Sent: 24 August 2005 15:51 To: tomcat-user@jakarta.apache.org Subject: Deploying war in another directory

MAIL FAILURE

2005-08-24 Thread no-reply
* THIS EMAIL IS AUTOGENERATED - DO NOT REPLY TO * The email you sent was not delivered to the desired recipient because it was blocked/filtered for a

Deploying war in another directory

2005-08-24 Thread XYZ
Hello. I would like to know how it is possible to have catalina deploy a war outside of $CATALINA_HOME/webapps. What I'd like to do is have catalina find the war in another path, $APPS. How can I do this? Thanks. - To

Re: Deploying war in another directory

2005-08-24 Thread XYZ
Please excuse the previous message. What I'm trying to accomplish is documented as 'running multiple instances'. On 20050824, at 105129, XYZ wrote: Hello. I would like to know how it is possible to have catalina deploy a war outside of $CATALINA_HOME/webapps. What I'd like to do is have

MAIL FAILURE

2005-08-24 Thread no-reply
* THIS EMAIL IS AUTOGENERATED - DO NOT REPLY TO * The email you sent was not delivered to the desired recipient because it was blocked/filtered for a

Re: Deploying war in another directory

2005-08-24 Thread Ben Souther
If you use the manager app, you can specify the location of the war file. On Wed, 2005-08-24 at 11:05, XYZ wrote: Please excuse the previous message. What I'm trying to accomplish is documented as 'running multiple instances'. On 20050824, at 105129, XYZ wrote: Hello. I would

MAIL FAILURE

2005-08-24 Thread no-reply
* THIS EMAIL IS AUTOGENERATED - DO NOT REPLY TO * The email you sent was not delivered to the desired recipient because it was blocked/filtered for a

TOMCAT help needed

2005-08-24 Thread Pierre Faudon
Hello everyone ! I'm neewbie and i try to install groupwise webmail. I folowed the procedure by copying the classes in /webapps/ROOT/WEB-INF/classes and the jar in /webapps/ROOT/WEB-INF/lib and I put my web.xml in the WEB-INF/ directory but it didn't work at all ... in the log the classes wasnot

MAIL FAILURE

2005-08-24 Thread no-reply
* THIS EMAIL IS AUTOGENERATED - DO NOT REPLY TO * The email you sent was not delivered to the desired recipient because it was blocked/filtered for a

newbie with a short question

2005-08-24 Thread nick sturm
I am new to any web server, but hopefully this question is easilly answered: If I wanted to make a link to execute a .bat file locally on the server when a link is pressed, how would I do so? I am making a pan/tiltable webcam and hope to use the siple controls shown here:

MAIL FAILURE

2005-08-24 Thread no-reply
* THIS EMAIL IS AUTOGENERATED - DO NOT REPLY TO * The email you sent was not delivered to the desired recipient because it was blocked/filtered for a

Re: Deploying war in another directory

2005-08-24 Thread XYZ
Thanks for the replies. But I'm going to try $CATALINA_BASE. On 20050824, at 111740, Ben Souther wrote: If you use the manager app, you can specify the location of the war file. On Wed, 2005-08-24 at 11:05, XYZ wrote: Please excuse the previous message. What I'm trying to accomplish

MAIL FAILURE

2005-08-24 Thread no-reply
* THIS EMAIL IS AUTOGENERATED - DO NOT REPLY TO * The email you sent was not delivered to the desired recipient because it was blocked/filtered for a

RE: newbie with a short question

2005-08-24 Thread Allistair Crossley
Hi, I did this the other day with a bat file. First I cause an open/save prompt with response.addHeader(Content-Disposition, attachment; filename=somebat.bat); Then I use the response.getOutputStream() and stream the bat file down it. This requires of course that you get an inputstream to

MAIL FAILURE

2005-08-24 Thread no-reply
* THIS EMAIL IS AUTOGENERATED - DO NOT REPLY TO * The email you sent was not delivered to the desired recipient because it was blocked/filtered for a

RE: newbie with a short question

2005-08-24 Thread Caldarale, Charles R
From: Allistair Crossley [mailto:[EMAIL PROTECTED] Subject: RE: newbie with a short question First I cause an open/save prompt with response.addHeader(Content-Disposition, attachment; filename=somebat.bat); Then I use the response.getOutputStream() and stream the bat file down it.

MAIL FAILURE

2005-08-24 Thread no-reply
* THIS EMAIL IS AUTOGENERATED - DO NOT REPLY TO * The email you sent was not delivered to the desired recipient because it was blocked/filtered for a

  1   2   >