On 25/05/2010 20:35, John Wu wrote:
> Same failure observed on Tomcat 7 RC1 and RC2.
I can now reproduce this. The fix is next on my todo list.
Note I echo Konstantin's comments about trying to get EL 2.2 working in
Tomcat 6. If it works, great - but it will be by luck rather than
design. If it d
> From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com]
> Subject: RE: Tomcat 6.0 always uses default host in multi-host config
>
> OK, to answer my own question on this, useIPVHosts is
> essentially a way to save some configuration writing
> at the expense of doing a reverse-DNS lookup on e
> From: dB. [mailto:dbl...@dblock.org]
> Subject: RE: Question on workers.properties file
>
> "IIS and/or Apache do things that Tomcat does not, or not well."
> For my personal education, do you have any production-type examples?
PHP and other external CGI mechanisms, for starters (at least for h
mod_jk 1.2.28, apache 2.2.3 (-43.el5)
When viewing status in the JK Status Manager, our list of URI Mappings displays
all the mappings accurately, but the statistical/informational values are all
empty.
Server URI Match Type Source Reply Timeout Fail on Status Active
Disabled
OK, to answer my own question on this, useIPVHosts is essentially a way
to save some configuration writing at the expense of doing a reverse-DNS
lookup on every access, correct?
You can do it my way below, and have everything clearly spelled out, or
you can use this config trick and let TC manage
Please insert credits to begin.
p
On 25 May 2010, at 19:49, Yucca Nel wrote:
> anyone care to enlighten me if the amount of processors assigned to
> guest in virtualbox go according to virtual or not?
>
> IOW does assigning 2 processors mean that I am assigning 2 cores or
> 2 virtual cores? I
Thank you, I really meant that using IIS for authentication only is a hack. Now
Tomcat can do Integrated Auth as well as IIS, if not better (with a lot more
granularity).
"IIS and/or Apache do things that Tomcat does not, or not well."
For my personal education, do you have any producti
dB. wrote:
IMHO the IIS redirection is a total hack. It's a lot of additional load, a
whole other web server to deal with, configure and administer. Because you're
merely hiding Tomcat behind IIS you're not really getting rid of your tomcat
server, you're just masking the problem.
I'll allow
Same failure observed on Tomcat 7 RC1 and RC2.
Konstantin Kolinko wrote:
>
> 2010/5/25 John Wu :
>>
>> I tried to use JSF 2.0 + Facelets (no JSP at all) in Tomcat 6 with EL 2.2
>> (extracted from Tomcat 7 RC2), and failed.
>
> You cannot cut some random part of Tomcat 7,
> drop it into Tomcat
2010/5/25 John Wu :
>
> I tried to use JSF 2.0 + Facelets (no JSP at all) in Tomcat 6 with EL 2.2
> (extracted from Tomcat 7 RC2), and failed.
You cannot cut some random part of Tomcat 7,
drop it into Tomcat 6 and expect it to work.
Regardless of what Tomcat 7 version you are using as a donor. Yo
Issue stays on Tomcat 7 RC1 and RC2. I can't download RC3 at the moment,
will try it tomorrow.
John Wu
n828cl wrote:
>
>> From: John Wu [mailto:johnwu@gmail.com]
>> Subject: EL 2.2 in Tomcat 7 RC1/RC2 does not fully support method
>> invocation, such as
>> "#{helloWorldController.doSometh
anyone care to enlighten me if the amount of processors assigned to guest in
virtualbox go according to virtual or not?
IOW does assigning 2 processors mean that I am assigning 2 cores or 2 virtual
cores? In a quad core what ia optimal for a guest?
Many many thanks and didn't mean to post this
> From: John Wu [mailto:johnwu@gmail.com]
> Subject: EL 2.2 in Tomcat 7 RC1/RC2 does not fully support method
> invocation, such as
> "#{helloWorldController.doSomething(helloWorldModel)}"
>
> I tried to use JSF 2.0 + Facelets (no JSP at all) in Tomcat 6
> with EL 2.2 (extracted from Tomcat 7
I tried to use JSF 2.0 + Facelets (no JSP at all) in Tomcat 6 with EL 2.2
(extracted from Tomcat 7 RC2), and failed. see
http://old.nabble.com/MyFaces-2.0.0-doest-not-fully-support-EL-2.2-method-invocation-tt28669825.html
and
http://old.nabble.com/using-new-el-api-2.2-with-myfaces2.0-and-tomcat6-t
On 25/05/2010 14:00, Gustavo Mauro wrote:
>
> Hello all,
> I am currently deploying a solution (B.O. Server) that uses both IIS 6
> and Tomcat 5; this last one just as a servlet handler.
> This web site though must be secure and reached only via HTTPS (tcp
> 443/8443).
> The SSL
Are you referring to the first period in
"D2DFaceletViewHandler.java.lang.ClassNotFoundException"? That does
look a little odd. I've tried re-creating the issue/log entry to double
check, but can't seem to reproduce that exact error.
Yes, the jar file with that class is included in the war.
She
Putting an Alias element in the Host solved the problem.
I initially had no Alias elements, then added one using the public IP.
Logs indicated that Tomcat could not connect to that IP; changing the IP
to the local IP (identical to the IP defined in the name attribute in
the Connector) seems to
They have to be on the classpath. The base configuration file ends up in
WEB-INF/classes. I've always put my hbm.xml files alongside the classes they
map.
Make sure that there is only one copy of your JDBC driver in your classpath as
well, and that it's in the right location.
/mde/
--- On Tue
> From: Shelli Orton [mailto:shelli.or...@sjrb.ca]
> Subject: Portlet Won't Deploy Unless Tomcat Started Via Eclipse
>
> May 21, 2010 9:29:02 PM com.sun.faces.util.Util createInstance
> SEVERE: Cant instantiate class:
> com.icesoft.faces.facelets.D2DFaceletViewHandler.java.lang.ClassNotFound
> Exc
2010/5/25 Søren Blidorf :
> Hi.
>
>
>
> Where in my war file should log4j.properties be?
>
>
>
> I have it in WEB-INF/classes but it seems like it can’t be found.
Der skal den være på runtime.
>
>
>
> I get: No appender could be found for logger (org.apache.jasper.JspC) when I
> compile.
>
Hvad e
Hi,
I am using Liferay with Tomcat 6.0 distribution and am having some
issues with deploying a portlet. I believe the issue is related to how
Tomcat starts up so am hoping someone on this list can help.
I created a Maven archetype based on one of our Liferay projects that
uses IceFaces. I
Hi.
Where in my war file should log4j.properties be?
I have it in WEB-INF/classes but it seems like it cant be found.
I get: No appender could be found for logger (org.apache.jasper.JspC) when I
compile.
Soren, DK
"Run as Administrator" -- That solved my problem on Windows 7, thanks!
-Original Message-
From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com]
Sent: Tuesday, May 25, 2010 10:46 AM
To: Tomcat Users List
Subject: RE: on Windows 7, i can't use service.bat to install windows
service
> From: Jeff [mailto:jwi...@cox.net]
> Subject: Re: Tomcat 6.0 always uses default host in multi-host config
>
> TC writes to the access logs for the default host, which would be
> expected.
Show us real information - in particular the HTTP headers. Use Wireshark or
equivalent if that's not in
> From: Feng Fan [mailto:f...@tibco.com]
> Subject: on Windows 7, i can't use service.bat to install windows
> service, tried both 6.0.24 and 6.0.26
>
> I found that I can't use service.bat to install tomcat as
> a service on Windows 7.
Welcome to UAC. You have to run service.bat from a command
TC writes to the access logs for the default host, which would be expected.
On 5/25/2010 8:18 AM, Caldarale, Charles R wrote:
From: Jeff [mailto:jwi...@cox.net]
Subject: Re: Tomcat 6.0 always uses default host in multi-host config
Standard HTTP exhibits the same behavior: if the default host is
Hi,
I found that I can't use service.bat to install tomcat as a service on
Windows 7. However tomcat's Windows EXE installer still works
successfully. I tried both 6.0.24 and 6.0.26.
Do you know if there is a fix to service.bat? I want to install our web
applications as a Service, so I can't
> From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com]
> Subject: RE: Tomcat 6.0 always uses default host in multi-host config
>
> noticed the OP's server.xml is missing the Service
> element and the Connectors are under the Engine.
Besides no one else noticing (embarrassing), it's indicativ
On Tue, May 25, 2010 at 7:29 AM, Jeffrey Janner
wrote:
> ... but noticed the OP's server.xml is missing the Service element
> and the Connectors are under the Engine.
+1 -- I was just going to comment that if this server.xml snippet is
really the entire file, it doesn't look valid; there's also
Is there a turtorial on the useIPVhosts attribute and how it is
"supposed" to work somewhere? The statement in the on-line
documentation is woefully insufficient.
If you want true default host processing based on incoming IP, you can
always set up multiple services:
No. And again, if I change the default host in the config, the app that
is displayed is different, so I don't think that's the issue.
On 5/25/2010 8:56 AM, Pid wrote:
On 25/05/2010 14:13, Jeff wrote:
The application does not automatically redirect to 443.
Standard HTTP exhibits the same b
On 25/05/2010 14:13, Jeff wrote:
> The application does not automatically redirect to 443.
>
> Standard HTTP exhibits the same behavior: if the default host is
> firstdomain.com, http://seconddomain.com still accesses the ROOT app for
> firstdomain.com
There's no chance you uploaded the apps to t
On 25.05.2010 11:54, André Warnier wrote:
pri...@samea.de wrote:
Hello,
I have a problem with my little CORBA-Servlet.
Allways I get this error:
java.net.SocketException: Too many open files
sun.nio.ch.Net.socket0(Native Method)
sun.nio.ch.Net.socket(Net.java:97)
sun.nio.ch.SocketChannelImpl.(
> From: Jeff [mailto:jwi...@cox.net]
> Subject: Re: Tomcat 6.0 always uses default host in multi-host config
>
> Standard HTTP exhibits the same behavior: if the default host is
> firstdomain.com, http://seconddomain.com still accesses the ROOT app
> for firstdomain.com
So turn on the AccessLogVa
> From: Pid [mailto:p...@pidster.com]
> Subject: Re: too many open files
>
> > I had a look at my servlet, but it closes the connection after
> > doing a request.
>
> Does it close the connection if the request throws an error?
And as previously suggested, use netstat to find out if the excess f
On 25.05.2010 13:44, André Warnier wrote:
Savoy, Melinda wrote:
Ranier,
I do not want the user to get prompted at all. I need this to work as
a single sign-on (seamless to the user). Is that not possible? I had
tested where when I got the prompt then I got the Domain\User name but
I am needing
On 25.05.2010 14:48, LES wrote:
I can't believe I missed the millisecond thing. :)
No problem, it's our fault not using consistent time units. The latest
1.2.30 has a useful default configuration in the src tarball. But yours
looks good too.
Regards,
Rainer
---
The application does not automatically redirect to 443.
Standard HTTP exhibits the same behavior: if the default host is
firstdomain.com, http://seconddomain.com still accesses the ROOT app for
firstdomain.com
On 5/25/2010 7:48 AM, Pid wrote:
On 25/05/2010 13:00, Jeff wrote:
I did not
On 25.05.2010 12:22, Savoy, Melinda wrote:
Ranier,
in^^ :)
I do not want the user to get prompted at all. I need this to work as a single
sign-on (seamless to the user). Is that not possible? I had tested where when
I got the prompt then I got the Domain\User name but I am needing t
On 25/05/2010 11:38, pri...@samea.de wrote:
> Hello,
>
> I had a look at my servlet, but it closes the connection after
> doing a request.
Does it close the connection if the request throws an error?
p
> Further it crashes by opening the nameserver.
>
> Thanks for your help.
>
> br,
>
> Mar
Hello all,
I am currently deploying a solution (B.O. Server) that uses both IIS 6 and
Tomcat 5; this last one just as a servlet handler.
This web site though must be secure and reached only via HTTPS (tcp
443/8443).
The SSL certificate was generated to IIS and, using
On 25/05/2010 13:00, Jeff wrote:
> I did not have Alias elements inside the Host elements. I did try both
> w/ and w/o www. so I didn't consider that an issue. After adding Alias
> elements, the problem persisted.
>
> There are ROOT.xml Contexts in both
> $CATALINA_HOME/conf/Catalina/firstdomain.c
Thank you for the help. You spend a great deal of time help folks on here
(as evidenced by the absurd number of times you have answered questions like
this :))...and it is appreciated.
I can't believe I missed the millisecond thing. :)
I'll check the log and the dump for the individual problems
Neither suggestion worked.
On 5/25/2010 5:52 AM, Konstantin Kolinko wrote:
2010/5/25 Jeff:
Any clues as to what is wrong?
6. useIPVHosts="true" />
Thus you should use IP addresses as host names (or as aliases).
8.
Your HTTPS connectors do not ha
IMHO the IIS redirection is a total hack. It's a lot of additional load, a
whole other web server to deal with, configure and administer. Because you're
merely hiding Tomcat behind IIS you're not really getting rid of your tomcat
server, you're just masking the problem.
I'll allow myself to the
I did not have Alias elements inside the Host elements. I did try both
w/ and w/o www. so I didn't consider that an issue. After adding Alias
elements, the problem persisted.
There are ROOT.xml Contexts in both
$CATALINA_HOME/conf/Catalina/firstdomain.com and
$CATALINA_HOME/conf/Catalina/seco
Savoy, Melinda wrote:
Ranier,
I do not want the user to get prompted at all. I need this to work as a single
sign-on (seamless to the user). Is that not possible? I had tested where when
I got the prompt then I got the Domain\User name but I am needing to avoid the
login dialog box altoget
2010/5/25 Jeff :
> Any clues as to what is wrong?
> 6. useIPVHosts="true" />
Thus you should use IP addresses as host names (or as aliases).
> 8. 9. protocol="org.apache.coyote.http11.Http11Protocol"
> 10. SSLEnabled="true"
> 11. maxThreads="150" sche
hello and than you. I will spend next few hours fixing this. I need to fix
hibernate catalog too as it is still trying to create tables in my test
datatabase
probably because catalogs are defined for test database in entity hbm.xml
mappings?
Do these mappings ususally go in the WEB-INF classes
Hello,
I had a look at my servlet, but it closes the connection after
doing a request.
Further it crashes by opening the nameserver.
Thanks for your help.
br,
Markus
>pri...@samea.de wrote:
>> Hello,
>>
>> I have a problem with my little CORBA-Servlet.
>> Allways I get this error:
>>
>> ja
OK - I have a huge message that I'm going to cut and paste into this one,
rather than finding the original and editing it online.
I'm going to edit in place and try to point out some issues. I'll ask
some questions along the way.
> I am trying to tweak my web application at thejarbar.org to be
Ranier,
I do not want the user to get prompted at all. I need this to work as a single
sign-on (seamless to the user). Is that not possible? I had tested where when
I got the prompt then I got the Domain\User name but I am needing to avoid the
login dialog box altogether.
Thank you for taki
Andre,
Just to get some clarification. When you say that SCMIS should be a "sub-case"
of the Jakarta virtual website, are you saying that SCMIS should be a virtual
website within the Jakarta virtual website?
Just want to confirm my understanding. Thanks again for all your help.
-Origin
On 25.05.2010 12:14, Rainer Jung wrote:
On 25.05.2010 12:02, André Warnier wrote:
Melinda,
from one of your previous posts :
In IIS I have the following:
Default Web Site - Anonymous access checked and Integrated Windows
authentication unchecked
Jakarta - virtual web site and Anonymous access
On 25.05.2010 12:02, André Warnier wrote:
Melinda,
from one of your previous posts :
In IIS I have the following:
Default Web Site - Anonymous access checked and Integrated Windows
authentication unchecked
Jakarta - virtual web site and Anonymous access checked and Integrated
Windows authentic
On 25/05/2010 10:44, Jeff wrote:
> I have two IP-based virtual hosts configured in a standalone Tomcat
> server. Each host has its own SSL certificate and keystore. Tomcat
> appears to behave as if only the default host is defined. When I hit
> seconddomain.com, Tomcat serves the ROOT app for first
Melinda,
from one of your previous posts :
In IIS I have the following:
Default Web Site - Anonymous access checked and Integrated Windows
authentication unchecked
Jakarta - virtual web site and Anonymous access checked and Integrated
Windows authentication unchecked
SCMIS - virtual web site
On 25/05/2010 10:26, pri...@samea.de wrote:
> Hello,
>
> I have a problem with my little CORBA-Servlet.
> Allways I get this error:
>
> java.net.SocketException: Too many open files
> sun.nio.ch.Net.socket0(Native Method)
> sun.nio.ch.Net.socket(Net.java:97)
> sun.nio.ch.SocketChannel
pri...@samea.de wrote:
Hello,
I have a problem with my little CORBA-Servlet.
Allways I get this error:
java.net.SocketException: Too many open files
sun.nio.ch.Net.socket0(Native Method)
sun.nio.ch.Net.socket(Net.java:97)
sun.nio.ch.SocketChannelImpl.(SocketChannelImpl.java:84)
I have two IP-based virtual hosts configured in a standalone Tomcat
server. Each host has its own SSL certificate and keystore. Tomcat
appears to behave as if only the default host is defined. When I hit
seconddomain.com, Tomcat serves the ROOT app for firstdomain.com and
writes to firstdomain.
On 24.05.2010 23:36, LES wrote:
I am having some trouble keeping a mod_jk setup stable. At this point, I
feel like I am too far into trial and error mode and would like some help
figuring out how to identify the problem.
My current setup involves, two linux (RHEL 5) server each running two tom
Hello,
I have a problem with my little CORBA-Servlet.
Allways I get this error:
java.net.SocketException: Too many open files
sun.nio.ch.Net.socket0(Native Method)
sun.nio.ch.Net.socket(Net.java:97)
sun.nio.ch.SocketChannelImpl.(SocketChannelImpl.java:84)
sun.nio
--- On Tue, 5/25/10 at 12:20 AM, Yucca Nel wrote:
> I know what the exception is saying but I can only swear
> that I am providing correct credentials.
>
Did you notice:
> There is leading white space in the user name: ' yucca123_tom'.
- Bob
---
Hello and thank you, one user (yucca123_tom) for container managed security
for tomcat and another for my application using hibernate (yucca123_hiber)
I keep making sure that I provide ALL privileges and correct credentials in
metedata but see same results?
I know what the exception is saying b
--- On Mon, 5/24/10 at 11:52 PM, Yucca Nel wrote:
> Could someone please help me understand what thia stack
> trace is saying?
>
> catalina.log
> File Type: ASCII English text, with very long lines
>
> INFO main org.apache.catalina.startup.Catalina -
> Initialization processed in 875 ms
> INF
65 matches
Mail list logo