Thanks for replies yes we do have mismatch using jaxrs-Jersey Api and
Tomcat Filter causes issues so when choose to use Jersey filters it works
fine and makes sense after seeing the responses.
On Tue, 17 Dec, 2024, 12:51 am Christopher Schultz, <
ch...@christopherschultz.net> wrote:
> Mark,
>
> O
Mark,
On 12/16/24 5:52 AM, Mark Thomas wrote:
On 16/12/2024 10:10, anand raj wrote:
Hi all,
In Tomcat 11 a jersey Api multipart-formdata is registered with Multipart
feature.Also an inbound filter in front reading request.getparamater
fails
with "unable to process parts as no multi-part conf
On 16/12/2024 10:10, anand raj wrote:
Hi all,
In Tomcat 11 a jersey Api multipart-formdata is registered with Multipart
feature.Also an inbound filter in front reading request.getparamater fails
with "unable to process parts as no multi-part configuration has been
provided."
In Tomcat 11 it fail
Hi all,
In Tomcat 11 a jersey Api multipart-formdata is registered with Multipart
feature.Also an inbound filter in front reading request.getparamater fails
with "unable to process parts as no multi-part configuration has been
provided."
In Tomcat 11 it fails.
In Tomcat 10 same setup works continu
On Wed, Nov 11, 2020 at 3:16 PM Tamás Barta wrote:
> Hi,
>
> > Why do you use 1.7.29 ?
>
> Because our company has a Sentry server supports this version of clients.
>
> > Do you specify this class name in logging.properties ? Is
> this class in 1.7.29 ?
>
> Yes and yes. If I add sentry jars to cl
Hi,
> Why do you use 1.7.29 ?
Because our company has a Sentry server supports this version of clients.
> Do you specify this class name in logging.properties ? Is
this class in 1.7.29 ?
Yes and yes. If I add sentry jars to classpath, sentry works well.
Exceptions are sent to the server and vis
Hi,
On Wed, Nov 11, 2020 at 11:20 AM Tamás Barta wrote:
> Hi,
>
> The ways you wrote is not usable, because they cause the following problem:
>
> Handler error
> java.lang.ClassNotFoundException: io.sentry.jul.SentryHandler
> at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
Hi,
The ways you wrote is not usable, because they cause the following problem:
Handler error
java.lang.ClassNotFoundException: io.sentry.jul.SentryHandler
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
Hi,
On Wed, Nov 11, 2020 at 10:36 AM Tamás Barta wrote:
> Hi,
>
> Now it is a Spring Boot web application project without embedded tomcat.
> There is no library in war with javax.servlet api classes. There error is
> the same:
>
> 11-Nov-2020 09:34:06.719 SEVERE [localhost-startStop-1]
> org.apa
Hi,
Now it is a Spring Boot web application project without embedded tomcat.
There is no library in war with javax.servlet api classes. There error is
the same:
11-Nov-2020 09:34:06.719 SEVERE [localhost-startStop-1]
org.apache.catalina.core.ContainerBase.addChildInternal
ContainerBase.addChild:
Tamás,
On 11/10/20 15:42, Tamás Barta wrote:
This is the content of setenv.sh:
CLASSPATH=$CLASSPATH:$CATALINA_BASE/sentry/sentry-1.7.29.jar
CLASSPATH=$CLASSPATH:$CATALINA_BASE/sentry/slf4j-api-1.7.24.jar
CLASSPATH=$CLASSPATH:$CATALINA_BASE/sentry/jackson-core-2.8.10.jar
The web application wit
Hi,
This is the content of setenv.sh:
CLASSPATH=$CLASSPATH:$CATALINA_BASE/sentry/sentry-1.7.29.jar
CLASSPATH=$CLASSPATH:$CATALINA_BASE/sentry/slf4j-api-1.7.24.jar
CLASSPATH=$CLASSPATH:$CATALINA_BASE/sentry/jackson-core-2.8.10.jar
The web application without this sentry configuration works well f
Tamás,
On 11/10/20 13:18, Tamás Barta wrote:
Hi,
I tried to configure Sentry with Tomcat but I failed. I would like to use
the Java Logging appender. I guess I have to add sentry jars to bootstrap
jars, so I created setenv.sh with this content:
jackson-core-2.8.10.jar
sentry-1.7.29.jar
slf4j-a
Hi,
I tried to configure Sentry with Tomcat but I failed. I would like to use
the Java Logging appender. I guess I have to add sentry jars to bootstrap
jars, so I created setenv.sh with this content:
jackson-core-2.8.10.jar
sentry-1.7.29.jar
slf4j-api-1.7.24.jar
Of course I set logging.propertie
On 13/10/2014 22:52, C. Kaeppelin wrote:
> Dear Sir,
> I only replaced in the web.xml file of webapps examples
>
> /jsp/security/protected/*
> by
>
> /jsp/plugin/*
> then in my browser i typed :
> localhost:8080/examples/jsp/plugin/plugin.jsp
> After authentication i did not get
Dear Sir,
I only replaced in the web.xml file of webapps examples
/jsp/security/protected/*
by
/jsp/plugin/*
then in my browser i typed :
localhost:8080/examples/jsp/plugin/plugin.jsp
After authentication i did not get the clock as usual with tomcat 6. Do the
test please.
Thank
: Tomcat Users List
Subject: Re: Tomcat 6.0.24 java emailing configuration problem
On 25 Mar 2012, at 04:03, Huanyuan Sheng wrote:
> When I run the application the server gives the following error:
>
> javax.mail.Session cannot be cast to javax.mail.Session.
>
> No email is sent.
On 25 Mar 2012, at 04:03, Huanyuan Sheng wrote:
> When I run the application the server gives the following error:
>
> javax.mail.Session cannot be cast to javax.mail.Session.
>
> No email is sent.
This is usually indicative of a classpath error - meaning that you
have the class specified in tw
I am trying to configure javax.mail for our application running under
Servlet Engine: 2.5
JSP Engine: 2.1
Application Server: Apache Tomcat/6.0.24
But emailing never works. The smtp server is up and running on the server.
We can send email via the command line from localhost.
Please h
Thank you for your reply Konstantin.
> In short:
> 1. When session cookie is created in recent versions of Tomcat, the
> Path parameter in it is set to webappName + "/".
>
> 2. Requests to "webappName" are usually automatically redirected to
> "webappName + /" (Tomcat sends response code 302),
2011/9/14 Rudy Gireyev :
> Thank you P for the response. I admit I don't 100% understand what you mean by
> "Sounds like the session isn't being maintained in between requests."
> Is this something that I'm doing wrong? Or is this something outside
> of my control?
>
> The strange thing is that thi
Thank you P for the response. I admit I don't 100% understand what you mean by
"Sounds like the session isn't being maintained in between requests."
Is this something that I'm doing wrong? Or is this something outside
of my control?
The strange thing is that this very same code works just fine and
On 13/09/2011 23:35, Rudy Gireyev wrote:
> If I change the url-pattern to /* then the user is authenticated each
> and every time the application is accessed and the
> request.getRemoteUser() is then set to that user name. But then I
> cannot store anything in the session of the application. When I
I've run into a problem that I can't seem to resolve. :( I have to
configure Tomcat to work with Microsoft LDAP. I'm using Tomcat 7, and
both servers are running on Windows 2003. I managed to configure a
JNDI Realm in server.xml and it seems to be able to connect to LDAP
and authenticate the user w
Thanks, I will remove that as well.
-Original Message-
From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com]
Sent: Tuesday, June 29, 2010 11:00 PM
To: Tomcat Users List
Subject: RE: LockoutRealm configuration problem
> From: Robillard, Greg L [mailto:greg.l.robill...@lmco.
> From: Robillard, Greg L [mailto:greg.l.robill...@lmco.com]
> Subject: LockoutRealm configuration problem
One more thing...
> Jun 29, 2010 3:00:25 PM org.apache.catalina.loader.WebappClassLoader
> validateJarFile
>
> INFO: validateJarFile(C:\Program Files\Apache Software
&
Thanks, I will deploy the new driver.
-Original Message-
From: Pid [mailto:p...@pidster.com]
Sent: Tuesday, June 29, 2010 4:08 PM
To: Tomcat Users List
Subject: Re: LockoutRealm configuration problem
On 29/06/2010 21:14, Robillard, Greg L wrote:
> username="
On 29/06/2010 21:14, Robillard, Greg L wrote:
> username="fltwinds" password="fltwinds"
> driverClassName="org.gjt.mm.mysql.Driver"
Old school!
MySQL have a nice shiny new Connector/J driver, "com.mysql.jdbc.Driver",
much better to use that unless you have a really good reason.
That was it, thanks.
-Original Message-
From: Konstantin Kolinko [mailto:knst.koli...@gmail.com]
Sent: Tuesday, June 29, 2010 3:34 PM
To: Tomcat Users List
Subject: Re: LockoutRealm configuration problem
2010/6/30 Robillard, Greg L :
> When LockoutRealm is added to configuration, tom
2010/6/30 Robillard, Greg L :
> When LockoutRealm is added to configuration, tomcat will not start and I
> receive the following errors. All runs well when the wrapper is not used.
>
> Apache Tomcat 6.0.20 Server
The last released 6.0.x version is 6.0.26. The 6.0.28 release
candidate build is a
When LockoutRealm is added to configuration, tomcat will not start and I
receive the following errors. All runs well when the wrapper is not used.
Apache Tomcat 6.0.20 Server
Server.xml configuration:
...
...
Catalina ERROR:
Jun 29, 2010 2:46:57 PM o
> From: yuting lv [mailto:yutin...@gmail.com]
> Subject: Re: SSL Configuration Problem, can not open
> https://localhost:8443
>
> I found another tcnative-1.dll file under C:\windows\system32
> directory too,
I would remove it - that .dll should only be in Tomcat's b
> From "Caldarale, Charles R"
> Subject RE: SSL Configuration Problem, can not open
> https://localhost:8443
> Having multiple Tomcats installed on the same disk is not a problem. I have
> four different
> versions installed on my laptop, some with, some wit
> From: yuting lv [mailto:yutin...@gmail.com]
> Subject: Re: SSL Configuration Problem, can not open
> https://localhost:8443
>
> should not I put two tomcat on the same disk, isn't it?
Having multiple Tomcats installed on the same disk is not a problem. I have
fou
Thanks Mark, you solved my problem that confused me two days.
In fact, there are two tomcat on my disk D, one is for netbeans, one
is for usual test app.
The tcnative-1.dll file is not in the tomcat which I used to test
https://localhost:8443 SSL configuration, I found this file in another
tomcat w
yuting lv wrote:
> these are my steps, is something wrong?
Yes.
> step 1: generate tomcattest.keystore file under C:\key directory, about 2KB
>
> %JAVA_HOME%\bin>keytool -genkey -alias tomcattest -keyalg RSA -keypass
> changeit -storepass changeit -keystore C:\key\tomcattest.keystore
> -validity
Hello, i am a newer to tomcat, when use tomcat ssl 8443 port I met a problem.
Who can give me some suggestion? Thanks!
system environment: windowsXP tomcat5.5.26 jdk1.6.0_02(jdk and
jre both on D:\program file\java)
these are my steps, is something wrong?
step 1: generate tomcattest.keys
Hi all,
I have been trying to use a custom JAASRealm loginmodule in my code and running
into exception or 403 access denied error message. I have searched for an
answer in the Tomcat FAQ, on the net using general google search, searched the
bugs list. But did not get an exact answer to the pro
Redirection is up to the application. The *only* redirection I know of
in tomcat is the redirect for logins, but this doesn't appear to be that.
--David
kky wrote:
Hi, i've tried to install tomcat on linux gentoo and windows,
same problem with both os:
going at http://127.0.0.1:8080/hcf_c
Hi, i've tried to install tomcat on linux gentoo and windows,
same problem with both os:
going at http://127.0.0.1:8080/hcf_coge/index.html or
http://127.0.0.1:8080/hcf_coge/ i'm redirected to :
HTTP Status 404 - /hcf_coge/html/index.html
---
Sorry, I couldn't pinpoint to that specific config -- because I don't
know about it yet.
I'm glad your problem's fixed.
-Rashmi
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
F
seen with Eclipse as well.
Thanks again for your help Rashmi,
Mark
-Original Message-
From: Rashmi Rubdi [mailto:[EMAIL PROTECTED]
Sent: Monday, April 09, 2007 10:27 AM
To: Tomcat Users List
Subject: Re: Configuration problem: IntelliJ 6.0.5 and Tomcat6.0.10
On 4/9/07, Mark
On 4/9/07, Mark Plutowski <[EMAIL PROTECTED]> wrote:
I never needed to set CLASSPATH before, and the only thing it points to
now is QTJava.zip.
Unset the classpath temporarily to see if it solves anything.
My Tomcat6 settings in IDEA are exactly as they were
for Tomcat5. Something else must
I'm still stumped.
I take it you're running IDEA & Tomcat6? What versions?
Thanks,
Mark
-Original Message-
From: Rashmi Rubdi [mailto:[EMAIL PROTECTED]
Sent: Sunday, April 08, 2007 10:23 PM
To: Tomcat Users List
Subject: Re: Configuration problem: IntelliJ 6.0.5 and
I too use IDEA, but I point IDEA to an installation of Tomcat that I
installed manually (downloaded the ZIP file and unzipped it to a
folder under C:\)
Does the Tomcat you are using come with IDEA or did you install it?
Have you set a CLASSPATH System Environment Variable?
Having an incomplete
It is nice that IDEA now supports Tomcat 6, but whereas Tomcat5 builds
and runs just fine, I can't build on Tomcat6, using exactly the same
settings I had used for Tomcat5 (except where needed to point at Tomcat6
--- of course).
I've researched this online, and have come up short after having
jit.mehta wrote:
> Hi! I want to configure Virtual Host on my Tomcat 5 standalone server but I'm
> unable to run it.
http://tomcat.apache.org/tomcat-6.0-doc/virtual-hosting-howto.html
HTH,
Mark
-
To start a new topic, e-mail: u
m/Virtual-Host-Configuration-problem%2C-Help-needed%21%21%21-tf3485535.html#a9730541
Sent from the Tomcat - User mailing list archive at Nabble.com.
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mai
This worked :)
thank you very much man! :)
>JkMount works with respect to URLs, not file system pathes:
>
>Use
>
> JkMount /jsp-examples/* damnjk
>
>instead of
>
> JkMount /usr/local/tomcat5.5/webapps/jsp-examples/* damnjk
>
>There might be further config bugs after fix
On 3/8/07, Rainer Jung <[EMAIL PROTECTED]> wrote:
Mario Pavlov wrote:
> and I've edited the config files to look like this:
> for apache httpd and mod_jk
> /usr/local/etc/apache22/httpd.conf
> [CODE]
> ServerRoot "/usr/local"
Is your httpd working at all? I am not 100% sure but the server root
JkMount works with respect to URLs, not file system pathes:
Use
JkMount /jsp-examples/* damnjk
instead of
JkMount /usr/local/tomcat5.5/webapps/jsp-examples/* damnjk
There might be further config bugs after fixing this one :)
Regards,
Rainer
Mario Pavlov wrote:
Hello guys
I
Hello guys
I'm trying to set up apache to redirect requests to tomcat on my
FreeBSD-6.2-STABLE
but I can't get this to work
please help me :)
here is what I do:
so first I've installed the latest ports
apache-2.2.4
mod_jk-ap2-1.2.21,1
tomcat-5.5.20
and I've edited the config files to look like th
> From: Omar Adobati [mailto:[EMAIL PROTECTED]
> Subject: Re: [TOMCAT 5.5] Context configuration problem
>
> adding that line make me able just to point the browser to
> myhost.localhost but not to show what I need.
You need to read the doc for the , , , and
(not - the
To:
Sent: Thursday, October 26, 2006 6:35 AM
Subject: [TOMCAT 5.5] Context configuration problem
> Good Morning all,
>
> I need to setup a local virtual host, call it "myhost.localhost". I'm
> using a linux box, and so I edited the /etc/hosts file adding the
> line
Sent: Thursday, October 26, 2006 6:35 AM
Subject: [TOMCAT 5.5] Context configuration problem
> Good Morning all,
>
> I need to setup a local virtual host, call it "myhost.localhost". I'm
> using a linux box, and so I edited the /etc/hosts file adding the
> line:
&g
Good Morning all,
I need to setup a local virtual host, call it "myhost.localhost". I'm
using a linux box, and so I edited the /etc/hosts file adding the
line:
127.0.0.1myhost.localhost
Now, I need some help. I read on the tomcat's doc that I can set up
the into the $TOMCAT_HOME/conf/Catali
Tom Bednarz wrote:
> With my current configuation the tomcat startup page appears. If I look
> in the manager application, I see the two hosts 'localhost' and
> 'my.mycompany.com'. Under both hosts I see the SAME list of
> webapplications.
This is because they use the same appBase. For different ap
I like to define a HOST which is bound to one of my webapplications.
I have the following directory structure:
$CATALINA_HOME/webapps/app1
$CATALINA_HOME/webapps/app2
$CATALINA_HOME/webapps/app3
server.xml:
Now I like that users can type: http://my.mycompany.
to everyone who offered suggestions. It got me going down the
> right path.
>
> Scott
>
> -Original Message-
> From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED]
> Sent: Monday, April 17, 2006 7:29 AM
> To: Tomcat Users List
> Subject: Re: Tomcat 5.5.16 configurati
t: Monday, April 17, 2006 7:29 AM
To: Tomcat Users List
Subject: Re: Tomcat 5.5.16 configuration problem--THIRD RESEND
do you have more than one docBase specified?
also, servlet.jar etc should not be in your WEB-INF/lib
Scott Smith wrote:
> OK, I removed the unnecessary Contexts (at least th
al Message-
From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED]
Sent: Friday, April 14, 2006 6:58 PM
To: Tomcat Users List
Subject: Re: Tomcat 5.5.16 configuration problem--THIRD RESEND
maybe I should read the docs ;)
yes, any container can have it,
Filip Hanik - Dev Lists wrote:
exactl
Hi,
Do you really need that resource-ref in the web.xml. Your resource is
defined under Context so you shouldn't need one. Other than that
Your code looks fine and I can't see any problems with it.
Regards.
Hi,
Why have you got servlet-api.jar under your WEB-INF/lib. You should
Be using the se
I would *really* like to see more of your log, since this is a classic "this
can't happen" bug.
"Jana Nguyen" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
Hi there,
I am running Tomcat 5.5 on RH Linux as user 'tomcat', I'm trying to
get tomcat to run on a secure port 8443 instead
ers List
Subject: Re: Tomcat 5.5.16 configuration problem--THIRD RESEND
maybe I should read the docs ;)
yes, any container can have it,
Filip Hanik - Dev Lists wrote:
> exactly, the realm element doesn't belong there, read up on the docs
>
> Scott Smith wrote:
>> I am also doing
Original Message-
From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED]
Sent: Friday, April 14, 2006 6:57 PM
To: Tomcat Users List
Subject: Re: Tomcat 5.5.16 configuration problem--THIRD RESEND
also, did you check your logs yet? I bet there is a nice little error
message in there for y
initialize yet.
This app used to use the struts tag, but I'm trying to
move it to jndi.
-Original Message-
From: Marc Farrow [mailto:[EMAIL PROTECTED] Sent: Friday, April
14, 2006 5:05 PM
To: Tomcat Users List
Subject: Re: Tomcat 5.5.16 configuration problem--THIRD RESEND
Wh
hmood [mailto:[EMAIL PROTECTED]
Sent: Friday, April 14, 2006 6:37 PM
To: users@tomcat.apache.org
Subject: FW: Tomcat 5.5.16 configuration problem--THIRD RESEND
Hi,
Do you really need that resource-ref in the web.xml. Your resource is
defined under Context so you shouldn't need one. Other
the error message.
-Original Message-
From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED]
Sent: Friday, April 14, 2006 4:56 PM
To: Tomcat Users List
Subject: Re: Tomcat 5.5.16 configuration problem--THIRD RESEND
check your log files upon startup, your myapp.xml doesn't
Original Message-
From: Marc Farrow [mailto:[EMAIL PROTECTED]
Sent: Friday, April 14, 2006 5:05 PM
To: Tomcat Users List
Subject: Re: Tomcat 5.5.16 configuration problem--THIRD RESEND
What are you trying to accomplish with the tag?
On 4/14/06, Filip Hanik - Dev Lists <[EMAIL PROTE
Hi,
Do you really need that resource-ref in the web.xml. Your resource is
defined under Context so you shouldn't need one. Other than that
Your code looks fine and I can't see any problems with it.
Regards.
On 4/14/06, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote:
>
> check your log files u
2006 5:05 PM
To: Tomcat Users List
Subject: Re: Tomcat 5.5.16 configuration problem--THIRD RESEND
What are you trying to accomplish with the tag?
On 4/14/06, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote:
>
> check your log files upon startup, your myapp.xml doesn't have a
doc
2006 4:56 PM
To: Tomcat Users List
Subject: Re: Tomcat 5.5.16 configuration problem--THIRD RESEND
check your log files upon startup, your myapp.xml doesn't have a docBase
attribute to associate it with the app itself.
.
Scott Smith wrote:
> Sorry, I sent this so many times. Hopefully,
What are you trying to accomplish with the tag?
On 4/14/06, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote:
>
> check your log files upon startup, your myapp.xml doesn't have a docBase
> attribute to associate it with the app itself.
> path="/myapp">.
>
> Scott Smith wrote:
> > Sorry,
check your log files upon startup, your myapp.xml doesn't have a docBase
attribute to associate it with the app itself.
.
Scott Smith wrote:
Sorry, I sent this so many times. Hopefully, I have all of the typos
out of it this time...
I have specified the following as myapp.xml in the
c
Sorry, I sent this so many times. Hopefully, I have all of the typos
out of it this time...
I have specified the following as myapp.xml in the
conf\Catalina\locahost directory:
In my web.xml file I have:
jdbc/MyDB
javax
Scott Smith would like to recall the message, "Tomcat 5.5.16 configuration
problem".
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
in your code you are looking for context named "jdbc/MediaBrowserDB",
however your name in your context and web.xml is "jdbc/MyDB". Unless this
is a typo from trying to put code to the list, i would check that.
On 4/14/06, Scott Smith <[EMAIL PROTECTED]> wrote:
>
> Sorry, I hit send too soon-
>
>
Sorry, I hit send too soon-
I have specified the following as myapp.xml in the
conf\Catalina\locahost directory:
In my web.xml file I have:
jdbc/MyDB
javax.sql.DataSource
Container
But, when I execut
Scott Smith would like to recall the message, "Tomcat 5.5.16 configuration
problem".
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
I have specified the following as myapp.xml in the
conf\Catalina\locahost directory:
In my web.xml file I have:
jdbc/MyDB
javax.sql.DataSource
Container
But, when I execute the code
DataS
Hi there,
I am running Tomcat 5.5 on RH Linux as user 'tomcat', I'm trying to
get tomcat to run on a secure port 8443 instead of 8080. I
uncommented the "SSL HTTP/1.1 Connector" entry in
$CATALINA_HOME/conf/server.xml and generated a host certificate as
user 'tomcat'. The .keystore file got gene
We configure datasource in tomcat 5.0 for oracle 9i.
but we stuck hereit is showing error.
we added in server.xml
factory
org.apache.catalina.users.MemoryUserDatabaseFactory
pathname
conf/tomcat-users.xml
Thanks for the help, its working now ;)
Cheers
Christian
Ryan McDonald wrote:
apache + mod_jk, but I'd need 2 sets of worker.properties, one per
each virtual host, ie, virtual host 1 would forward requests to
Tomcat A and Tomcat B, and virtual host 2, would follow the requests
to Tomca
apache + mod_jk, but I'd need 2 sets of worker.properties, one per
each virtual host, ie, virtual host 1 would forward requests to
Tomcat A and Tomcat B, and virtual host 2, would follow the
requests to Tomcat C and Tomcat D. I have noticed that the
JkWorkersFile directive cant be used pe
Hello everyone,
I have come accross a problem, I need the following setup
apache + mod_jk, but I'd need 2 sets of worker.properties, one per each
virtual host, ie, virtual host 1 would forward requests to Tomcat A and
Tomcat B, and virtual host 2, would follow the requests to Tomcat C and
T
Hi all,
I want to start Tomcat using the security manager
I've an application that needs to have access to a folder outside the web
applications folder (which is /opt/jakarta/tomcat/webapps).
I added the following lines to the catalina.policy file:
// Permissions granted to access /var/opt/jaka
Hello Folks:
I am currently upgrading from Tomcat 5.0.28 to 5.5.12.
I have built my application using Jetspeed 1.5 and I am having problems
with Context configuration.
On Tomcat 5.0.28, the servlet mappings work fine! For e.g.,
The URL http://localhost:8080 would automatically resolve to the
jet
Hi,
I am trying to setup a secured website for my company.
I have also imported the SSL certificate into the server.
Am using Suse linux enterprise server version 9 in the server and tomcat
version 4.0 as the webserver,
Now my question is that
How to configure port 443 through a connector in th
88 matches
Mail list logo