"Mahesh S Kudva" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi All
>
> Thanks for the note. May be I was not clear in my earlier mail.
>
>
> I have client authentication using certificates. I want to skip client
> auth for certain hosted applications on the server but preserve
Hi All
Thanks for the note. May be I was not clear in my earlier mail.
I have client authentication using certificates. I want to skip client
auth for certain hosted applications on the server but preserve client
auth for other apps.
Regards & Thanks
Mahesh S Kudva
-Ori
"Edmund Urbani" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
> hi!
>
> i ran into some trouble with tomcat5 and its slash adding behaviour.
> there's this MS WebFolder client (M$ for WebDAV), that does not seem to
> be able to cope with status 302 redirects in some situations. in
How do I implement https to selective web pages in
tomcat?
-Nidhi
__
Yahoo! Mail
Stay connected, organized, and protected. Take the tour:
http://tour.mail.yahoo.com/mailtour.html
--
I asked this a few days ago, and so far no answer.
This is happening to me on a daily basis, more than once, actually..
Is there no one who has a clue what this is all about??
Thanks - Yossie
On Jun 29, 2005, at 9:26 AM, Joseph Silverman wrote:
I get the following error in the catalina.out
Oups sorry for that, it was due to a bug in mod_bandwidth, so not really
anything to do with you guys.
For some reason the rule to limit bandwidth on files larger than 500k
produced a segfault.
-
To unsubscribe, e-mail: [EMAIL
- When serving files larger than 496kbytes, the download always stops at
496k, and I get a child segfault in apache error_log. No usefull info in
mod_jk.log
- Using the tomcat-http connector works no problem.
- Going through Apache+ mod_jk works no problem for normal web pages
(small elements).
I am happy to announce that my previously Struts-only project AjaxTags
has now been made generic and has been rolled in to Java Web Parts!
This means that for *any* Java web developer, you can now add Ajax
functionality to your web sites with NO coding on your part in a
completely declarative f
Am Freitag, 1. Juli 2005 22:30 schrieb Trevor Quinn:
> When I deploy a web application to a Windows 2K server running Tomcat
> 5.0.28 and JDK 1.5, I see "Unable to compile JSP" errors on every JSP page,
> but only when Tomcat is running as a Windows service. When I run Tomcat
> from the console win
thanks mark! it's working okay now w/the favicon.ico.
-annie
On 7/1/05, Mark Thomas <[EMAIL PROTECTED]> wrote:
> The errors are almost certainly 404s in response to the browser's
> request for favicon.ico every time you request a page. The Tomcat distro
> does not include a favicon.ico hence the
The errors are almost certainly 404s in response to the browser's
request for favicon.ico every time you request a page. The Tomcat distro
does not include a favicon.ico hence the 404 response.
Mark
Annie Wang wrote:
whenever i access any web application deployed on tomcat, i notice that erro
whenever i access any web application deployed on tomcat, i notice that error
count for localhost/ default[/] increments (request count also increments, not
sure either if request count is suppose to increment..). http connector error
count also increments. i'm checking these counter values via t
Have a look at
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/connectors.html
for an overview of the different type of connectors. You need the web
server type rather than the HTTP type.
You should use the mod_jk with Apache.
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/jk.ht
Hi,
When I deploy a web application to a Windows 2K server running Tomcat 5.0.28
and JDK 1.5, I see "Unable to compile JSP" errors on every JSP page, but only
when Tomcat is running as a Windows service. When I run Tomcat from the console
window, all pages compile and display correctly.
I had
Hi,
I have apache 1.3.x and tomcat 4.x installed on XP machine.
apache is running at port 80 and tomcat running on port 8080. it
seems that tomcat has its own web server, even i stopped the apache
server process, tomcat was able to run on its own.
my question is: how to "integrate" apache and t
This is an axis configuration/installation issue.
Mark
[EMAIL PROTECTED] wrote:
I'm using Axis in Tomcat, and when I deploy and call the simple EchoAttachments service I
get an exception with text "No support for attachments"
Looking at the axis code, this excpetion ocurs because when the fol
I'm using Axis in Tomcat, and when I deploy and call the simple EchoAttachments
service I get an exception with text "No support for attachments"
Looking at the axis code, this excpetion ocurs because when the following code
is exceuted, attachments is found to be null
org.apache.axis.attachmen
Thanks Stephen,
It sounds like a neat product. We're bound to our x86 architecture,
plus we love the newer jsf components, or I'd check it out. Thanks for
the info!
-Original Message-
From: Stephen Caine [mailto:[EMAIL PROTECTED]
Sent: Friday, July 01, 2005 1:27 PM
To: Tomcat Users Li
James,
Is anyone else using Tomcat, Oracle & Java Studio Creator
together? How did you do it?
We use Qilan, an Mac OS X web application. We routinely access
Oracle with the Oracle thin class12 JDBC driver via Tomcat. We have
no problem and are able to connect and run SQL.
Qilan, by
Paul:
I got the same error as you did and I posted my problem the other day
but no response at all. Seems not many people have this problem. I have
two machines both running fedora 3 and use the same configuration but
strangly, one of them have no problem using jk but the other just keep
givi
>I did that, it did not work. The content of default
>page also confirmed this because "index.jsp" is
>compiled in the servlet at installation.
It can be removed by commenting out these lines
from webapps/ROOT/WEB-INF/web.xml
I'd like to know if there is a better way, though.
Regards,
Ben K
I'm using Sun's Java Studio Creator to create a javaserver faces
application that I want to deploy to Tomcat. If I use the drivers
included with the IDE, Tomcat throws the following error:
javax.servlet.ServletException: javax.faces.FacesException: Can't
instantiate class: 'insertupdatedelete.Pa
I did that, it did not work. The content of default
page also confirmed this because "index.jsp" is
compiled in the servlet at installation.
--- "Raghupathy,Gurumoorthy"
<[EMAIL PROTECTED]> wrote:
> In the webapps directory there will be something
> called "ROOT" ... Change
> the index.jsp insid
In the webapps directory there will be something called "ROOT" ... Change
the index.jsp inside that and point your browser to
http://www.mydomain.com:8080
-Original Message-
From: Tony Smith [mailto:[EMAIL PROTECTED]
Sent: 01 July 2005 18:39
To: Tomcat Users List
Subject: tomcat default
I would like to set my web app as tomcat's default
app. Thus, if my visitor type
http://www.mydomain.com:8080, it will start my web
app, not the tomcat default. How can I do this? (I do
not want to change my web app's directory name, since
some people will still access my site from
http://www.mydom
I'm using Fedora Core 4. I enabled port 8009 on my firewall. Here's the
relevant line from iptables -L
--
0 0 ACCEPT tcp -- anyany anywhere anywhere
state NEW tcp dpt:8009
--
I used the lokkit utility to add it. Rebooted. Nothing. I had a typo in
Configuation
--
Tommat 5.5.2
Windows XP
JDK 1.5
Requirement
--
I have a Security realm Authentication ready for a Web
Application linking to a Database. When the user sign
ups the form then he has to login into the application
through the signup form instead of directly goi
I could able to do it. But it is working for the files under the Tomcat
Home Directory. Is it possible to put a directory outside the Tomcat and
give it here under common.loader. I mean I will put a directory in
c:\jars. I want this to be given for common.loader=c:/jars/*jar. It is
not working for
Mahesh S Kudva wrote:
How can I have different certificate authentication for different applications and skip certificate
authentication for some applications hosted on the same server.
I believe that, at least under SSL, certificates authenticate
*servers* not applications, and that the Conne
Works here...
-Original Message-
From: Edmund Urbani [mailto:[EMAIL PROTECTED]
Sent: Friday, July 01, 2005 10:17 AM
To: Tomcat Users List
Subject: Re: how do i prevent tomcat5 from adding trailing slash?
actually i'm currently using a standalone tomcat with its own http
connector. work
actually i'm currently using a standalone tomcat with its own http
connector. working around the problem by using the apache httpd would be
helpful in some production environments, but it's at least as important
to get this to work with a standalone configuration for
development/testing and other
Sheets, Jerald wrote:
In your mod_jk.conf, you have JkMount directives like so:
JkMount /servlet/* ajp13
JkMount /jsp-examples/* ajp13
JkMount /servlets-examples/* ajp13
I find that in your mounts that if you simply remove the trailing slash
in these, you can then call those URIs without the sl
Greetings...
In your mod_jk.conf, you have JkMount directives like so:
JkMount /servlet/* ajp13
JkMount /jsp-examples/* ajp13
JkMount /servlets-examples/* ajp13
I find that in your mounts that if you simply remove the trailing slash
in these, you can then call those URIs without the slash:
Jk
hi!
i ran into some trouble with tomcat5 and its slash adding behaviour.
there's this MS WebFolder client (M$ for WebDAV), that does not seem to
be able to cope with status 302 redirects in some situations. in order
to work around this problem i modified the class
org.apache.tomcat.util.http.mapp
Tomcat serves requests with threads and allows by default configuration around
the 80 mark. If it cannot handle them all, they get stacked up until threads
become free. Most people would probably agree that 80 concurrent requests would
not happen in most systems that often.
You can do various
> From: Anoop kumar V [mailto:[EMAIL PROTECTED]
> In TC 5.x (this too FYI does not care abt the system classpath, but)
> you can modify the following lines in catalina.properties file under
> the conf dir ...
>
>
That's better than my version - thanks, Anoop.
- Peter
-
AFAIK - Tomcat does not care about the system classpath. It picks up
its classpath from catalina.sh ->setclasspath.sh (TC 4.x)
In TC 5.x (this too FYI does not care abt the system classpath, but)
you can modify the following lines in catalina.properties file under
the conf dir ...
#
#
# List of
Hi,
Next to my first problem, I also have the following (sorry to bother the
list with this but I'm leaving on holiday next week and some PM shoved
this task on my lap :S)
We have the following local setup:
Apache 2.0 --- Tomcat 4.1.31
On Tomcat, we have several applications called app1, ap
Adam
I don't know personnaly how tomcat behave in production for heavier load
than 10 concurrent request, but if you want to do the test in your own
environemtn, which I guess has a different bandwith and network equipment,
etc...
I would suggest you to use tools to simulate the load, [and also a
> From: Adam Lipscombe [mailto:[EMAIL PROTECTED]
> 1. Does anyone have an idea of how many concurrent
> users/requests TC can support in this sort of config?
Depends entirely on your app. I've worked on one app
(http://bodington.org) where that configuration would be able to support
hundreds o
Folks,
We are developing an app that is currently deploys in TC 5.0.28 using Java
1.4.2_04. The DB is MySQL.
Our first release is almost complete, and I have been tasked with
understanding what the issues might be in putting this live in a production
environment.
Our customers typical server wi
I agree it is the simplest, however I would not recommend it, for at least
2 reasons
1. You will have to run your apache server on a different port if you have
one, and tell everyone to connect to that port... not very practical and
not a standard port.
Apache offers a lot more features that are no
Hi,
I'm currently trying to configure tomcat 5.5 with IIS 6.0 using the
isapi_redirector jk1.2.10 (since jk2 is deprecated).
Jk2 worked fine, but jk1.2 won't work.
This is what I've done:
-Installed Jk1.2.10 using the installer,
-Checked the windows registry to be correct,
-Configured workers.prop
There are plenty of Hosting compnanies
I used webappcabaret, Spinweb and lately eapps.com
Depending on your requirements they all offer different level of
integration with apache.
For example with eapps.com you can access tomcat directly or via apache
[mod_jk], same for JBoss
You can also manage
> From: vishwam [mailto:[EMAIL PROTECTED]
> can tomcat serve as web server alone?
Yes.
> Please can any one tell me the procedure what should be done ?
At the simplest, edit conf/server.xml to change port 8080 to port 80 and
restart Tomcat so that it reads the new port. However, you may also
>
> Hi Tim,
>
> Iam sure that Iam using the right tools.jar, and it is containing the
> class com.sun.tools.javah.Main
>
I also think so, because that's what the errormessage says, it cannot find
the requested constructor.
I check my tools.jar (JDK 1.5.0_01) and I found this method signature,
Hi,
I am a new user of tomcat, & I developed a web application in my webapps
folder,
Now i want to put my application live on internet with my domain name.My
question is
can tomcat serve as web server alone? or do i need help of IIS or Apache
server to redirect to tomcat.
Please can any one t
-- Forwarded message --
From: Kannan Shastri <[EMAIL PROTECTED]>
Date: Jul 1, 2005 3:18 PM
Subject: Issue with redirect..
To: Tomcat Users List <[EMAIL PROTECTED]>
Hi,
I am running a JSF application on Tomcat 5.0.25...the problem is, i
need to redirect using response.sendRedirect
Hi Tim,
Iam sure that Iam using the right tools.jar, and it is containing the
class com.sun.tools.javah.Main
3277 Tue Jan 01 00:00:00 PST 1980 com/sun/tools/javah/Util.class
6298 Tue Jan 01 00:00:00 PST 1980 com/sun/tools/javah/OldHeaders.class
4942 Tue Jan 01 00:00:00 PST 1980 com/sun/tool
the tomcat deploy task doesn't build the war, it only deploys it, so
unlikely that it is at fault. Have you checked the war manually to
ensure it unzips normally with some zip util?
also the unzipping is not really "done" by the deploy task - but is
something that tomcat does at some point as
"ganesan malairaja" <[EMAIL PROTECTED]>
07/01/2005 08:17 AM
Please respond to "Tomcat Users List"
To: tomcat-user@jakarta.apache.org
cc:
Subject:confused J2SE or J2EE
hi guys
i am confused about using J2SE or J2EE
which one i am supposed to use ?
if i us
> From: Srinivas Ivaturi [mailto:[EMAIL PROTECTED]
> It is not that it wont work , It is by design.
OK. So, to summarise:
- You have a set of jars that is too large to name on the classpath in
Windows;
- The jars are required for one webapp only, not for the whole of Tomcat
(so one could argu
are you sure that you're using the right tools.jar (ie corresponds to
the one you're building with)? Could conceivalby be on your classpath in
multiple places, so check classpath in order (like javac will)
Is there a strong reason for using ant 1.5.1 rather than current release
of 1.6.5? And w
the tomcat deploy task doesn't build the war, it only deploys it, so
unlikely that it is at fault. Have you checked the war manually to
ensure it unzips normally with some zip util?
also the unzipping is not really "done" by the deploy task - but is
something that tomcat does at some point as
It is not that it wont work , It is by design.
-Original Message-
From: Peter Crowther [mailto:[EMAIL PROTECTED]
Sent: Friday, July 01, 2005 3:19 PM
To: Tomcat Users List
Subject: RE: Application Level Classpath Setting
> From: Srinivas Ivaturi [mailto:[EMAIL PROTECTED]
> I forget to m
Hi Bernhard,
Thanks though. My classpath is containing /java/lib/tools.jar. Please
let me know if it needs some other .jar files to build.
Thanks
BS
-Original Message-
From: Bernhard Slominski [mailto:[EMAIL PROTECTED]
Sent: Friday, July 01, 2005 3:09 PM
To: 'Tomcat Users List'
Subjec
> From: Srinivas Ivaturi [mailto:[EMAIL PROTECTED]
> I forget to mention these are 3 rd party JARS which I cannot
> put in the LIB.
"Cannot" by licensing terms, because the app will no longer work if you
do, or what?
- Peter
I forget to mention these are 3 rd party JARS which I cannot put in the
LIB.
-Original Message-
From: Raghupathy,Gurumoorthy
[mailto:[EMAIL PROTECTED]
Sent: Friday, July 01, 2005 3:12 PM
To: 'Tomcat Users List'
Subject: RE: Application Level Classpath Setting
Put it in WEB-INF/lib
Hi All
How can I have different certificate authentication for different applications
and skip certificate
authentication for some applications hosted on the same server.
Regards & Thanks
Mahesh S Kudva
---
Robosoft Technol
Put it in WEB-INF/lib
-Original Message-
From: Srinivas Ivaturi [mailto:[EMAIL PROTECTED]
Sent: 01 July 2005 10:40
To: tomcat-user@jakarta.apache.org
Subject: Application Level Classpath Setting
Hi
I have a set of JAR files to be set into classpath. I cannot keep the
entire JARs into S
Hi
I have a set of JAR files to be set into classpath. I cannot keep the
entire JARs into System classpath because of Windows OS restriction. Now
I want to put all the jars set to classpath only for that application
level for WAS.
Thanks
Srinivas Ivaturi.
It looks like the tools.jar is missing in your classpath, this is not part
of the JRE but the jdk and located under you jdk directory under the lib
subdirectory.
Cheers
Bernhard
> -Ursprüngliche Nachricht-
> Von: shyama [mailto:[EMAIL PROTECTED]
> Gesendet: Freitag, 1. Juli 2005 11:13
>
Hi,
I'm trying to use an Ant build script to deploy/install a war file to a
local Tomcat server. I've found and read the documentation.
The task I use is as follows:
Now, the war file to be installed is copied in the local work folder of
the manager application but the unzipping of the
mmh..
"You may hear the terms "green threads" and "native threads". This
refers to the Unix implementations of Java. When Java 1.0 first
came out on Solaris, it did not use the native Solaris library
libthread.so to support threads. Instead it used runtime thread
support that had been written in
Hi All,
While Iam building my project on itanium platform, the following errors
have been reported.
Can anyone help me out ?
Thanks,
BS
==
... Bootstrapping Ant Distribution
... Compiling Ant Classes
Note: Some input files us
I may be wrong, but as far as my knowledge goes on green threads, this is just
a matter of
dedactivating native system thread to use an internal threading / sheduling
system in the jvm.
I see no reason why this wouldn't exist on windows version of jvm.
Le Vendredi 1 Juillet 2005 10:39, Michael
as far as I know, the concept of green and native threads only applies
to Unix systems...?
-- Michael
On Fri, Jul 01, 2005 at 10:44:38AM +0200, delbd wrote:
> Maybe you could switch the jvm to green threads ?
> Le Vendredi 1 Juillet 2005 09:57, Michael Kleinhenz a écrit :
> >
> > maybe. I can'
Maybe you could switch the jvm to green threads ?
Le Vendredi 1 Juillet 2005 09:57, Michael Kleinhenz a écrit :
>
> maybe. I can't confirm, because it fails so fast, I can't take a look in
> the manager app to see the exact number of threads when it begins hanging.
>
> I experienced the problem
Have you checked unison ?
-Original Message-
From: Anoop kumar V [mailto:[EMAIL PROTECTED]
Sent: 30 June 2005 18:43
To: Tomcat Users List
Subject: Re: Remote deployment
maybe you just want to ftp the files to the correct location...
u can ftp the war file - that would be easier I thin
Thanks for the answer peter. Its clear to me now
-Original Message-
From: Peter Crowther [mailto:[EMAIL PROTECTED]
Sent: Friday, July 01, 2005 12:19 PM
To: Tomcat Users List
Subject: RE: JVM in Tomcat
> From: Gulshan Babajee [mailto:[EMAIL PROTECTED]
> Hi, Can anyone please tell me how
> From: Gulshan Babajee [mailto:[EMAIL PROTECTED]
> Hi, Can anyone please tell me how could I verify that all my
> applications running in tomcat are using the same JVM instance.
Try the following chain of reasoning:
1. Only one JVM instance can listen on any given port, such as 8080;
2. The p
In general use J2SE. J2EE not only includes JDK, JRE but alo the rest of
the J2EE stack.
You don't need to install J2EE , install J2SE.
With J2SE you can use the JDK [JRE has just the runtime, so it is not
intended for development, rather for being shipped with apps or deployed on
prod]
If you use
maybe. I can't confirm, because it fails so fast, I can't take a look in
the manager app to see the exact number of threads when it begins hanging.
I experienced the problem with Tomcat 5.0.28+JDK1.4.2 and Tomcat
5.5.9+JDK1.5.0 while my (somewhat slower) notebook can do 800+ threads
with Debia
Hi
Depending on your configuration and operating system, you may have some
firewall restriction which prevents connecting to the port 8009.
Please check this first, especially if you use XP SP2.
Best Regards
Bruno Georges
Glencore International AG
Tel. +41 41 709 3204
Fax +41 41 709 3000
I've essentially done all of this, but I still get the following error in
the browser:
---
Internal Server Error
The server encountered an internal error or misconfiguration and was unable
to complete your request.
Please contact the server administrator, [EMAIL PROTECTED] and inform
Thanks for your solutions.
Rémi
Le Vendredi 1 Juillet 2005 08:16, Nikola Milutinovic a écrit :
> David Rickard wrote:
> > If you don't mind mixing Struts and JSTL, use a loop, with
> > the "end" value being the "number of children" parameters;
> >
> > At 11:00 AM 6/30/2005, Dewitte Rémi wrote:
>
76 matches
Mail list logo