system.property in web.xml

2005-08-24 Thread Davide Frigerio
Hi, I would ask to you if is possible to set a java system.property for a web application by web.xml file application. Thanks. -- -- Davide Ing. Frigerio Wise-Lab S.r.l. c/o Polo Regionale di Como - Politecnico di Milano P.le Gerbetto, 6 -

sharing directory between web application

2005-08-24 Thread Davide Frigerio
Hi, I would you like to know if it is possibile in Tomcat to share the same directory between two different web application? Thanks, -- -- Davide Ing. Frigerio Wise-Lab S.r.l. c/o Polo Regionale di Como - Politecnico di Milano P.le Gerbetto,

Re: INDEX.JSP in webapps/ROOT

2005-08-24 Thread Bruno Georges
Tom Make sure to test your tomcat mapping configuration if you plan to put apache or iis in front of it. For example mapping index.html to index.jsp in tomcat can lead to having your request served by the web server. To avoid this you need to configure the modjk directives in accordance with yo

Re: jndi question

2005-08-24 Thread Sean Rowe
I have tried again using the method described in the url brian gave. Here is the stack exception I'm receiving: *type* Exception report *message* *description* _The server encountered an internal error () that prevented it from fulfilling this request._ *exception* javax.servlet.ServletEx

TagHandlerPool, Struts 1.2.7 and Tomcat 5.5

2005-08-24 Thread javendo
Hi, I am trying to port a web-application originally written with Tomcat 4.1 to Tomcat 5.5. The application uses struts and throws the following exception when launched: 23:34:22,953 ERROR [login_jsp]] Servlet.service() for servlet login.login_jsp threw exception java.lang.NullPointerExcepti

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

2005-08-24 Thread Caldarale, Charles R
> From: Philip Cote [mailto:[EMAIL PROTECTED] > Subject: Re: Making a Database Image Show Up on a Jsp Page > > My only sticking point is how I'm supposed to write that > binary data to the jpeg file. I think the point people are trying to make is that you don't need to write any "file" at all.

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

2005-08-24 Thread Philip Cote
Edmund Urbani 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 classes. As I understand it, j

Passing parameter upon login using j_security_check

2005-08-24 Thread Mark Goking
There was someone who posted 2 yrs ago about a fix for this. But it involved modifying the source code of SavedRequest.class in the catalina.jar Here is the url of that post http://sourceforge.net/tracker/?group_id=59484&atid=491164&func=detail&a id=766413 I went to tomcat site but I couldn't

Re: org.apache.jasper.JasperException using jsp expression inside the

2005-08-24 Thread Rahul Akolkar
On 8/24/05, Seva Popov <[EMAIL PROTECTED]> wrote: > Well, > > > > > As you see runtime expressions were quite valid in jstl 1.0 tags. They still are, but IMO in the JSP 2.0 XML syntax, it gets tricky to use them in attribute values. EL has taken over, and for good reason. So lets sprinkle s

Re: how to update tomcat?

2005-08-24 Thread QM
On Wed, Aug 24, 2005 at 07:10:10PM +0530, subi wrote: : I am using Tomcat 4.1. How can i update to 5.x? I have a couple of brief guides on my website: 4.x -> 5.0 http://www.brandxdev.net/misc/tomcat_upgrade.site 5.0 -> 5.5 http://www.brandxdev.net/misc/tomcat_upgrade_50_55.site

Include directive works strangely in Tomcat 4.1

2005-08-24 Thread [EMAIL PROTECTED]
I was trying to include a bit of common Java code using the include directive. But it appears to not be working as I would expect. A few places I checked include: http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/JSPIntro8.html The gist is that the included file should be inserted inline to the JSP

Re: nonhtml download

2005-08-24 Thread Frank W. Zammetti
Hi John, Use a tool like HTTPWatch or similar and see what the actual content you get back is... at least with HTTPWatch, you can save the content, and then simply see if it loads in Acrobat. The target should not make any difference, however, you could simply be seeing a problem with the Ac

RE: org.apache.jasper.JasperException using jsp expression inside the

2005-08-24 Thread Seva Popov
Well, Supporting the EL in a JSP 1.2 environment There were quite a few issues involved with the support of an expression language within JSTL given the constraint that it had to work with JSP 1.2 containers. In order to be able to support both the scripting (rtexprvalues) and the EL (elexprval

nonhtml download

2005-08-24 Thread John MccLain
I am able to download a PDF document by response.setContentType( mimeType ); response.setHeader( "Content-Disposition", "attachment;filename=" + fileName ); HOWEVER, This only SEEMS (may be masking another failure) to work when I have a blank target (_blank) window to stream the response into. Why

Re: org.apache.jasper.JasperException using jsp expression inside the

2005-08-24 Thread Rahul Akolkar
On 8/24/05, Seva Popov <[EMAIL PROTECTED]> wrote: > Hi Rahul, > > Thanks for pointing me to the implicit JSP 2.0 param object. This worked > for me perfectly with the JSP 2.0 JSTL URIs: > > http://java.sun.com/JSP/Page"; > xmlns:c="http://java.sun.com/jsp/jstl/core"; > version="

RE: org.apache.jasper.JasperException using jsp expression inside the

2005-08-24 Thread Seva Popov
Hi Rahul, Thanks for pointing me to the implicit JSP 2.0 param object. This worked for me perfectly with the JSP 2.0 JSTL URIs: http://java.sun.com/JSP/Page"; xmlns:c="http://java.sun.com/jsp/jstl/core"; version="2.0"> Anyway, I'd be interested to hear from somebody (with t

Re: org.apache.jasper.JasperException using jsp expression inside the

2005-08-24 Thread Rahul Akolkar
On 8/24/05, Seva Popov <[EMAIL PROTECTED]> wrote: > Hi, > > > The following line: > > "/> > > gives me the below exception under Tomcat 5.5.9: > > org.apache.jasper.JasperException: /test.jsp(11,29) The value of > attribute "value" associated with an element type "c:set" must not > contain

Re: 10 connection limit with IIS and JK/ISAPI 1.2.14

2005-08-24 Thread Frank W. Zammetti
Ok. Sorry, I tried the easy answer, sometimes you get lucky :) Beyond that I'm afraid I can't think of anything off the top of my head. Frank On Wed, August 24, 2005 4:38 pm, David Boyer said: > This is our main public web server. We routinely have more than 10 > connections. The limit we're hi

Re: 10 connection limit with IIS and JK/ISAPI 1.2.14

2005-08-24 Thread David Boyer
This is our main public web server. We routinely have more than 10 connections. The limit we're hitting seems only to affect the connection between IIS and Tomcat. I don't think IIS 6 has the same slider as IIS 5 did for this. However, I have verified that I have connection limits set to 'unli

Re: 10 connection limit with IIS and JK/ISAPI 1.2.14

2005-08-24 Thread Frank W. Zammetti
If memory serves, IIS defaults to a 10 connection maximum. You need to go into the admin console and move the pretty slider over :) Also if memory serves, there is a hard 10 connection limit for the non-server versions, but that doesn't apply here apparently. -- Frank W. Zammetti Founder and Ch

Re: 10 connection limit with IIS and JK/ISAPI 1.2.14

2005-08-24 Thread David Boyer
is is fairly common with non-server version of IIS, but that's by design. I'm using Windows Server 2003 Enterprise. Thanks. - Original Message - From: "Jay Burgess" <[EMAIL PROTECTED]> To: Sent: Wednesday, August 24, 2005 3:19 PM Subject: RE: 10 connection limit with IIS and JK/ISAPI

RE: 10 connection limit with IIS and JK/ISAPI 1.2.14

2005-08-24 Thread Jay Burgess
I don't really have an answer for you, but Google'ing "iis 10 connection limit" returns a lot of hits. It looks like a fairly common question/issue. Maybe it'll help. Jay | Jay Burgess [Vertical Technology Group] | "Essential Technology Links" | http://www.vtgroup.com/ -Original Message

10 connection limit with IIS and JK/ISAPI 1.2.14

2005-08-24 Thread David
I'm using Tomcat 5.5.9 on Windows Server 2003, JDK 1.5.0_04, IIS 6.0, with the JK 1.2.14 isapi_redirector.dll. I've been trying to track down a problem whereby all of the web apps under our Tomcat instance are seeming to stall. There's no indication of any problems in the Tomcat logs themselve

org.apache.jasper.JasperException using jsp expression inside the

2005-08-24 Thread Seva Popov
Hi, The following line: "/> gives me the below exception under Tomcat 5.5.9: org.apache.jasper.JasperException: /test.jsp(11,29) The value of attribute "value" associated with an element type "c:set" must not contain the '<' character. Is this a bug in Tomcat or am I missing something?

Re: jar files

2005-08-24 Thread Mott Leroy
Ultimately, after a build, it's just a "war" file, so that's not really an issue for me. Tim Funk wrote: Personally - I prefer jar files. Its one file to keep track of. Instead of 100's of .class files. When you start building up your library - you start to get a large directory of WEB-INF/cla

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 s

Re: jar files

2005-08-24 Thread Tim Funk
Personally - I prefer jar files. Its one file to keep track of. Instead of 100's of .class files. When you start building up your library - you start to get a large directory of WEB-INF/classes. It much easier to manage them as jar files. -Tim Mott Leroy wrote: This probably sounds like a ver

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 s

Re: Please kill the "MAIL FAILURE" user

2005-08-24 Thread Parsons Technical Services
Yes there is one or more but they are not always online. Doug PS: As to the subject line, if I had his/her home address it would be very tempting. - Original Message - From: "Larry Meadors" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, August 24, 2005 10:44 AM Subje

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 s

jar files

2005-08-24 Thread Mott Leroy
This probably sounds like a very newbie question, but for your own application classes, (not third party), is there any particular reason to "jar" them and put them into "WEB-INF/lib" vs compiling them as class files to "WEB-INF/classes"? The classloader won't blindly just load the whole jar wi

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 s

httpConnector exception

2005-08-24 Thread Schuetze, Matthew
Greetings folks, I am a first time poster. I am using Tomcat 4.1.27 on AIX. I have one customer that observes Tomcat falling into a state of unresponsiveness, cleared only by a restart of the Tomcat java process. The symptom of the problem is that after several hours of inactivity, the ability 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 s

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 >

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 s

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 s

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 acc

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 s

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: http://www.geocities.com

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 s

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 fo

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 s

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, 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 s

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'

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 uns

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 s

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 direct

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 s

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 s

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

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 s

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 s

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 s

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 s

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 don

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 s

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 Subjec

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 s

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:

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 s

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 (servle

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 s

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 s

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

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 *shoul

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 s

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 aut

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 s

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 : http://jakarta.apache.org/tomcat

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 s

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 s

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

how to update tomcat?

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

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 s

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 common

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 s

Re: INDEX.JSP in webapps/ROOT

2005-08-24 Thread Praveen KUMAR
Change your $TOMCAT_HOME/webapps/ROOT/WEB-INF/web.xml like this 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"> Welcome 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 s

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

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 s

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

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 s

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 s

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

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 ex

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 s

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 cannot

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 s

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

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 s

  1   2   >