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 -
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,
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
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
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
> 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.
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
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
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
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
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
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
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
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
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="
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
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
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
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
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
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
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
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
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?
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
*
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
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
*
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
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
*
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
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
*
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
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
*
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
> 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
>
*
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
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
*
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
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
*
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
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
*
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
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
*
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
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
*
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 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'
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
*
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
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
*
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
*
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
--- 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
> >
*
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
Do we have a list admin who can do this?
Larry
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
*
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
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
*
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
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
*
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
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
*
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
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:
*
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
[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
*
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
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
*
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
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
*
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
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
*
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
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
*
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
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
*
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
*
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
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
I am using Tomcat 4.1. How can i update to 5.x?
--
ilu,
subi
*
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
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
*
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
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
*
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
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
*
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
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.
---
*
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
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
*
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
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
*
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
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
*
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
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
*
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
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
*
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
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.
*
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 - 100 of 129 matches
Mail list logo