thanks for your reply.
I agree with you that utf-8 encoding is suitable for all cases, but in tc4 with
jdk1.3, I write the servlets and compile them and use data from oracle with
us7ascii encoding, and I don't set any encoding except:
pw.println("");
pw.println("");
and the page display all
On 5/13/05, teknokrat <[EMAIL PROTECTED]> wrote:
> I don't understand this. I am packing my MyApp.xml context with the war
> ( in the root ). Is this wrong? Whats are the surefire instructions to
> have your war hot deploy?
The bug linked is not related to your situation in any way (it should
be o
Ah, yes, there was another reason to deprecate JkMX :).
mx4j no longer ships with the jrmp Adapter. You need to downgrade your mx4j
to version 1.1.
"Pankaj Bhatnagar" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
Hi
I am trying to upgrade from Tomcat 5.0.x to Tomcat 5.5.9. I hav
I liked http://www.jspbook.com/index.jsp - There is a free download of
this entire book on http://www.theserverside.com, you have to register
to get it ( it's free ). It's not the most up_to_date book out there,
but it helped me out when I was learning.
On 5/13/05, [EMAIL PROTECTED] <[EMAIL PROTEC
Hi,
13May2005 @ 20:18 Vinicius thusly spake
> where to get a good tutorial about JSP, please?
Download the j2ee tutorial from sun, then from chapter 12 onwards.
http://java.sun.com/j2ee/1.4/download-docs.html
hth,
Luke
--
._..
.| .| |.|/.|_ .
.|__.|_|.|\.|_ .
:61 421 276 282:
--
Just to clarify something: Where are you specifying the global data sources?
In server.xml or ROOT.xml?
It should be in root. Just checking.
Second, what do you need to change? There is very little in the link to
begin with. Since the change would affect all apps then I couldn't see
needing to ch
Visit http://www.tucows.com/preview/350876.html
Click on the link labeled "Free Eclipse JSP Editor". You will be taken toa webpage where you can download a copy (free license) of"NitroX JSP Editor - Professional Source & Visual JSP Editor"
=
Developing JavaServer Pages ; Contri
Hello,
where to get a good tutorial about JSP, please?
TIA,
Vinicius.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Is it possible to run the Windows Tomcat installer ( for tomcat 5.x ) in
Silent Mode?
Are there default parameters for a base installation already set, or is
it possible to "feed" a list of parameters to the exe.
I haven't had any luck running the installer in silent mode, and I
perused the .N
> From: "Rick Wong" <[EMAIL PROTECTED]>
> Sent: Friday, May 13, 2005 11:42 AM
> Knowing that I cannot easily refactor the application suite to make less
> number of web application (< 19), I am wondering if anyone else has this
> problem, and if and how I might work around this IE limitation.
Twe
Will,
I am perfectly aware of everything you said. I have been working
with Tomcat for last few years. I should have clarified that before.
I can do lot of these things using clusters and in-memory session
replications. I was looking for some plug-in modules for Tomcat (and not
external
How about passing the session ids in the url like you woud do if the
user had cookies disabled?
-Original Message-
From: Rick Wong [mailto:[EMAIL PROTECTED]
Sent: Friday, May 13, 2005 11:42 AM
To: tomcat-user@jakarta.apache.org
Subject: IE 20 session cookies limitation
Hi,
I am using T
I have not tried that. I will see what happens.
-Original Message-
From: Will Hartung [mailto:[EMAIL PROTECTED]
Sent: Friday, May 13, 2005 1:13 PM
To: Tomcat Users List
Subject: Re: Sharing Data Sources
> From: "Cook, Jared" <[EMAIL PROTECTED]>
> Sent: Friday, May 13, 2005 7:08 AM
>
Hi,
I am using Tomcat 5.0.26. I have 20+ web applications hooked up with
single-sign-on. Each web application generates a JESSIONID session
cookie with a different path, and shares a single JSESSIONIDSSO.
When testing my suite of applications, I notice that IE consistently
drops my login afte
> From: "Atanu Neogi" <[EMAIL PROTECTED]>
> Sent: Friday, May 13, 2005 10:38 AM
> Hi,
>a.What is the best way to share a HttpSession between web
> applications running on a single Tomcat instance ? That Tomcat instance is
> not a cluster node and clustering has not been enabled.
>
> b. W
> From: "Cook, Jared" <[EMAIL PROTECTED]>
> Sent: Friday, May 13, 2005 7:08 AM
> That's what I am doing, but I want to avoid having to do that. I would
> rather have it all in one file so when I need to make changes I only have
to
> do it once.
Have you looked at using an XML Entity reference?
Hi,
a.What is the best way to share a HttpSession between web
applications running on a single Tomcat instance ? That Tomcat instance is
not a cluster node and clustering has not been enabled.
b. What is the best way to share other java Object information (without
using common persiste
> From: "Kellner, Peter" <[EMAIL PROTECTED]>
> Sent: Friday, May 13, 2005 6:51 AM
> You suggest "system using a Filter that monitors all of the data".
> Are there any hooks in Tomcat that allow you to make this filter? Would
> I need to modify Tomcat source to do this? (I hope not)
Filters are
Hi All
Ho do i go about with clien Authentication
Regards & Thanks
Mahesh S Kudva
-Original Message-
From: "Mahesh S Kudva" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Date: Tue, 10 May 2005 20:51:08 +0530
Subject: Re: Client Authentication
Hi All
Nothing seems to wo
Yes. You only have to sent the right cookie header to the server. And if the
browser exits the right header info is lost.
So, if you create a browser which doesn't loose cookie info, you are done.
This has nothing to do with which server you are running. For php, asp or
anything else it works the
You suggest "system using a Filter that monitors all of the data".
Are there any hooks in Tomcat that allow you to make this filter? Would
I need to modify Tomcat source to do this? (I hope not)
Also, I'm still hoping someone has already done something similar. Any
ideas on similar projects?
Thanks. I did double check and it is 8080.
I changed to port 80 and Tomcat is running just fine.
This is truly odd.
From: Tim Diggins <[EMAIL PROTECTED]>
Reply-To: "Tomcat Users List"
To: Tomcat Users List
Subject: Re: Cannot access Tomcat from remote box
Date: Fri, 13 May 2005 09:00:16 +0100
H
I'm curious how this would work? If I open a page with an invisible GIF,
there's no way (without scripting and such) to have the GIF "refresh",
right? Or is there something I'm missing?
You can set a meta refresh on the page, but not the GIF itself, as far as
I know anyway.
--
Frank W. Zammett
Hi Stanislav,
Stanislav Bauer schrieb:
> So I'm working now with just one domain :-), say www.domain.com. But
> instead to go directly to the jsp-webapp I have to write
> www.domain.com/contextname/ with virtualhost like this:
>
>
> ServerName www.domain.com
> JkMount /contextname/* worke
I'd just include this invisible gif on every page (request) of webapp B.
(bone-headed solution, but why get more tricksy until you need it).
-- Tim
Patrick Lacson wrote:
Interesting solution Tim.. so webapp B would invoke this invisible gif
from webapp A on an interval basis?
-P
On 5/13/05, Tim D
Interesting solution Tim.. so webapp B would invoke this invisible gif
from webapp A on an interval basis?
-P
On 5/13/05, Tim Diggins <[EMAIL PROTECTED]> wrote:
> Hi Patrick -
>
> If not an iframe, why not a gif... There's nothing (in principle I
> think*) stopping you having a jsp page that ret
Is someone inadvertently selecting text in the console? This will cause any
process running in the console to become blocked by the OS. When you hit a
key, this deselects the text in the console and releases the process to run
again. I sometimes use this while debugging something to halt a process
I'm running Tomcat 5.5.9 on Pentium 4, 512mb ram, ram with Windows 2000 server
sp4.
Sometimes (two or four times a day) Tomcat doesn't send responses but when i
press any key in the console window, all the requests are processed and Tomcat
sends the responses to the clients.
This error happend w
That's what I am doing, but I want to avoid having to do that. I would
rather have it all in one file so when I need to make changes I only have to
do it once.
-Original Message-
From: Pfingstl Gernot [mailto:[EMAIL PROTECTED]
Sent: Friday, May 13, 2005 1:32 AM
To: Tomcat Users List
Thanks for the suggestions, Hari. I've provided some Ethereal packet capture
files to Cisco, and they're evaluating the behavior from their side. I'll post
anything useful that comes out of their investigation.
Thanks again!
Brian Burt
Enterprise Application Engineer
Gordon Food Service
e-ma
So I'm working now with just one domain :-), say www.domain.com. But
instead to go directly to the jsp-webapp I have to write
www.domain.com/contextname/ with virtualhost like this:
ServerName www.domain.com
JkMount /contextname/* worker1
Then the JSP-pages work like expected.
But how is
You can also evaluate the AppPerfect DeploySuite. It allows you to monitor
multiple Tomcats at the same time and can currently monitor all Tomcat 5.0.x
versions. You cant monitor Tomcat 5.5.x versions with it though. For more
details : www.appperfect.com
Pankaj
On Fri, 13 May 2005 Guillaume L
Thanks to all for your help: I now need to evaluate them.
Peter, I'll see you on the jmeter list for a question!
Cheers,
Guillaume
> -Original Message-
> From: Peter Lin [mailto:[EMAIL PROTECTED]
> Sent: 10 May 2005 14:22
> To: Tomcat Users List
> Subject: Re: Off Topic: Tomcat monitori
Hi ,
Check if e CompressionFilter class is in /WEB-INF/classes . Or it is
in the jar file which located in /WEB-INF/lib
Thanks.
- weetat
Kurt Kurniawan wrote:
Hi,
I've installed Tomcat 5.0.28 in HP_UX.
tomcat startups and run and i can access the main page but when i
click on the example serve
Hi Stanislav,
Stanislav Bauer schrieb:
> I have now a config that seams to work but:
>
> 1) I have a second domain pointing to the same IP, say www.domain2.com
> 2) I put JkMount /domain/* worker1 into , where I
> have also JkWorkersFile aso
> 3) Now if I write www.domain2.com/domain I get the rig
No, see http://jakarta.apache.org/tomcat/tomcat-5.0-doc/deployer-howto.html
There is a feature that allows you to set context configuration inside a WAR
file. [by creating a META-INF/context.xml file. ] Whether this would work
with userdirs too , I don't know (and have not tested)
-Tim
Nikola Mi
Hi,
We can use Apache web server as Load balancer with Tomcats as servlet
engines. What is the minimum version of Tomcat required so that it can
be used with Apache web server as Load balancer?
BTW, I am planning to use TC 3.3.2. So wanted to make sure that it can
work with Apache Web server as
Hello everyone,
Can somebody enlight me on the faisability of this in tomcat configuration
- Have user list and user password checked against a JNDI Realm (this is a nis
mapped jndi realm)
- Have user roles checked against another Realm (eg: database realm)
Why this strange thing?
We have a li
OK, First thanks for the patience.
I have now a config that seams to work but:
1) I have a second domain pointing to the same IP, say www.domain2.com
2) I put JkMount /domain/* worker1 into , where I
have also JkWorkersFile aso
3) Now if I write www.domain2.com/domain I get the right reaction
But
I don't understand this. I am packing my MyApp.xml context with the war
( in the root ). Is this wrong? Whats are the surefire instructions to
have your war hot deploy?
Pfingstl Gernot wrote:
See http://issues.apache.org/bugzilla/show_bug.cgi?id=34840
-Ursprüngliche Nachricht-
Von: news
See http://issues.apache.org/bugzilla/show_bug.cgi?id=34840
-Ursprüngliche Nachricht-
Von: news [mailto:[EMAIL PROTECTED] Auftrag von teknokrat
Gesendet: Freitag, 13. Mai 2005 11:56
An: tomcat-user@jakarta.apache.org
Betreff: strange autodeploy behaviour on 5.5.9
I have set up a new inst
Hi Stanislav,
Stanislav Bauer schrieb:
> Hmm, when I remove index.jsp then I get just a directory listing.
>
> Concerning the mining, how should the structure be then? Where should
> DocumentRoot normaly point to?
>
> I thought it works that way:
> 1) Take the pages from DocumentRoot
> 2) If it is
You can install your apps whereever you want, you only have to put a
context.xml file in conf/[enginename]/[hostname] and set the docBase Attribute
to your app directory or war file.
-Ursprüngliche Nachricht-
Von: Bill Winspur [mailto:[EMAIL PROTECTED]
Gesendet: Freitag, 13. Mai 2005 11:
Thanks for the code snippet. This is what i wanted.
Now i could able to export that file to excel.
Thanks again.
Laxmi
--- Pankaj Bhatnagar <[EMAIL PROTECTED]>
wrote:
> It's very simple :
>
> Just replace the %jrPrintFilename% and
> %outputFilename% with the actual file names in the
> following
I have set up a new installation of tomcat 5.5.9 running on java
5(Windows XP). It starts up Ok and my webapp loads. I have the following
context xml
The problem occurs when I copy over another version of my MyApp.war to
the webapps directory. Tomcat only unpacks some of the files! There is a
Hi and thanks for the quick response
1. On point one, I appreciate that and it's deliberate to get apache
serving the static content without the need to do anything particularly
fancy in terms of where files are stored etc. Especially as we run 3.3.2
which isn't exactly blindingly fast for static
In the Tomcat distribution, why are the admin and manger webapps
installed under /server/webapps, instead of in /webapps like all
other webapps?
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PR
It's very simple :
Just replace the %jrPrintFilename% and %outputFilename% with the actual file
names in the following code :
JasperPrint jasperPrint = (JasperPrint) JRLoader.loadObject(%jrPrintFilename%);
JRXlsExporter exporter = new JRXlsExporter();
exporter.setParameter(JRExporterParameter.JA
Hi
I am trying to upgrade from Tomcat 5.0.x to Tomcat 5.5.9. I have an application
that used to monitor Tomcat 5.0.x by connecting to the jrmp service and
retreiving the MBeanServer. I used to enable the jrmp service by adding the 2
lines :
mx.port=
mx.jrmpPort=1099
to the jk2.properties fi
I'm not sure if this is a Java/Tomcat problem or an OS problem, but maybe
you guys have any idea how to address the problem.
I have "pmset -g live" showing for my server
Currently in use:
sleep 0
autorestart1
spindown 0
dim30
So my Beige G3 with Mac OS X Server
Have you experimented exporting jasper Reports to
Excel format? If so, pls give me the API'syou have
used?
Thank you.
Laxmi
--- "Raghupathy,Gurumoorthy"
<[EMAIL PROTECTED]> wrote:
> In ireport change the format fro mthe menu
>
> From Build Menu check PDF preview.
>
> Regards
> Gur
Maybe it would be sufficient to write JkMount differently but I dont
know how for matching http://www.domain.com
The examples seam to be written just for test scenarios, but not if you
arrive to the server with http://www.domain.com
Thanks
SB
Lutz Zetzsche wrote:
Hi Stanislav,
Stanislav Bauer s
Hi John,
Boocock, John (CSS) schrieb:
> If I go to www.domain.com/context/index.jsp I get a page as expected
>
> If I go to www.domain.com//context/index.jsp I get the source code, also
> this isn't just on one context or the index.jsp file, we run quite a few
> contexts and it consistently displa
Hmm, when I remove index.jsp then I get just a directory listing.
Concerning the mining, how should the structure be then? Where should
DocumentRoot normaly point to?
I thought it works that way:
1) Take the pages from DocumentRoot
2) If it is *.jsp pass it to TC and TC will execute them
3) Other
Hi,
I've installed Tomcat 5.0.28 in HP_UX.
tomcat startups and run and i can access the main page but when i
click on the example servets and jsp pages i get errors!
I get the following errors when running startup.sh in hp-ux
in catalina.out log:
SEVERE: Exception starting filter Compression Fi
Hi Stanislav,
Stanislav Bauer schrieb:
> In apaches httpd.conf I also added index.jsp to the DirectoryIndex.
oh, bad idea!
As Apache shouldn't serve jsp pages itself, you shouldn't instruct Apache
to look for an index.jsp in case of a request like
http://www.domain.com/dir/.
Remove index.jsp fr
Hi there,
I also find a similar problem with my set up here (although it's more
consistant and I can make it do it, but don't know how to fix it really!
I run apache 1.3.33 / mod_ssl 2.8.22 and Tomcat 3.3.2 with mod_jk
1.2.10, mod_security is also compiled in but disabled as a module.
If I go to
/META-INF
/WEB-INF
various subfolders
in the root, ie /domain I have index.jsp (also /domain/index.jsp) which
should redirect to a subfolder.
"/.../webapps/domain" is a standard structure of a TC WebApp. Its a small app
with majorly static *.jsp pages which are displayed fine. Just two, where it
Thank you for the reply.
I could able to achieve what i wanted by commenting
the lines in source code for viewing the report with
jasper viewer. By doing this, it stopped showing the
report using Jasperviewer. So, no question of closing
it.
Second one, viewing the HTML report, while loading the
h
OK, which information would help you. Is it necessary to point the
DocumentRoot somwhere else? I thought it doesnt matter where the sources
lie.
Btw you are right, I point DocumentRoot directly to webapps under TC, so
I dont have to have it twice.
Thanx
SB
Lutz Zetzsche wrote:
Hi Stanislav,
St
In ireport change the format fro mthe menu
From Build Menu check PDF preview.
Regards
Guru
-Original Message-
From: U K Laxmi [mailto:[EMAIL PROTECTED]
Sent: 13 May 2005 09:13
To: Tomcat Users List
Subject: tomcat exits after the JasperReport window is closed
I'm just
Can you tell me the listing of the /.../webapps/domain directory ?
Regards
Guru
-Original Message-
From: Stanislav Bauer [mailto:[EMAIL PROTECTED]
Sent: 13 May 2005 09:08
To: Tomcat Users List
Subject: Re: mod_jk shows source - Apache 2.0.53 mod_jk 1.2.12
No its no a problem of finding
Hi Stanislav,
Stanislav Bauer schrieb:
> I'm trying to connect Apache with TC to serve www.domain.com for
> instance. I have a
>
>
> ServerName www.domain.com
> DocumentRoot /.../webapps/domain
> JkMount /domain worker1
> JkMount /domain/* worker1
> JkAutoAlias /
>
I'm just started using JasperReports along with
iReport to generate reports for my web application.
I'm using apache+tomcat as my web server and JSP+Html
as my web development technology.
I've created a sample report using JasperReports &
Jsps. When i click on the hyperlink, it shows the
report i
No its no a problem of finding the right file. It shows the right one,
i.e. index.jsp but it shows the source and does not execute it. It seems
to be for dynamic pages. For instance I have a response.Redirect() in
index.jsp.
SB
Raghupathy,Gurumoorthy wrote:
Try to point your documentroot to poi
Hi,
We can use Apache web server as Load balancer with Tomcats as servlet
engines. What is the minimum version of Tomcat required so that it can
be used with Apache web server as Load balancer?
BTW, I am planning to use TC 3.3.2. So wanted to make sure that it can
work with Apache Web server as
Hi Patrick -
If not an iframe, why not a gif... There's nothing (in principle I
think*) stopping you having a jsp page that returns a (tiny, invisible)
gif (with the right mimetype) and with appropriate expires/cache-control
headers to make sure that it gets "got" each time. That's the way some
Hi Vincent -
one more idea... Have you checked Tomcat's server.xml for what port it
thinks it should be serving from?
I recently installed tomcat 5.0 on a FreeBSD box from a BSD-package* and
either because of the way the BSD-package was configured, or because of
some other check, Tomcat ended u
Try to point your documentroot to point somewhere else and try ...
-Original Message-
From: Stanislav Bauer [mailto:[EMAIL PROTECTED]
Sent: 13 May 2005 08:46
To: Tomcat Users List
Subject: mod_jk shows source - Apache 2.0.53 mod_jk 1.2.12
Hi,
I'm trying to connect Apache with TC to se
Hi,
I'm trying to connect Apache with TC to serve www.domain.com for
instance. I have a
ServerName www.domain.com
DocumentRoot /.../webapps/domain
JkMount /domain worker1
JkMount /domain/* worker1
JkAutoAlias /
But for certain pages I get the source code instead of th
Hi,
Is there anyone on this group who has tried Apache 2 with tomcat 5 for
loadbalancing using mod_jk on Windows ??
I am trying to use Apache 2.0 on windows to load balance three tomcat
workers using mod_jk (mod_jk_1.2.6_2.0.50.dll).
When I browse the URL (http://localhost/jsp-examples/index.j
71 matches
Mail list logo