Hi.
There are two parts to your question, only one of which I can maybe
contribute to.
Regarding hostnames and aliases :
First, to have requests to "sub1.domain.com" even reach your Tomcat
server, it would have to be so of course that the DNS system recognises
"sub1.domain.com" and translat
Hi,
I have downloaded one WAR file from net.
I need to deploy that in Tomcat 6 which is inside NetBeans 6 IDE.
Can you please help me to resolve this.
--
View this message in context:
http://www.nabble.com/Deploying-a-WAR-file-in-tomcat-6-tp23250903p23250903.html
Sent from the Tomcat - User ma
Hello,
I'm writing an application to support multiple clients using the same
tomcat application. For security purposes I want each client to have
there own database schema and subsequently their own subdomain i.e.
sub1.domain.com, sub2.domain.com etc.
I know I can update the server.xml file and
On 26.04.2009 03:05, Arne Riecken wrote:
> Hello,
>
> in the past I used mod_jk with workers with connection_pool_timeout=600 and
> tomcat ajp connector with corresponding connectionTimeout=60 as
> recommended.
>
> Now I additionally want to use mod_proxy_ajp with apache 2.2.9. Where in
> apa
parin123 wrote:
Hello Everyone,
I am trying to install Tomcat on Ubuntu Linux and here is the problem
...
Hi.
I am taking advantage of the fact that Chuck is on holiday, and maybe
not watching this forum with his accustomed eagle eye.
Considering that this is Ubuntu, and considering th
Thank you much for your response.
I am looking for a mechanism that would do the inclusion
at runtime (as in when Tomcat starts up). Hence I am unable
to use gcc. I assumed that the Java property files intrinsically
support #include making this transparent to Tomcat itself.
Perhaps I am mistaken?
Hello Everyone,
I am trying to install Tomcat on Ubuntu Linux and here is the problem
When I run make from jsvc-src directory I get following error message...
gcc -g -O2 -DOS_LINUX -DDSO_DLFCN -DCPU=\"amd64\" -I/usr/bin/include
-I/usr/bin/include/linux -Wall -Wstrict-prototypes -c java.c -o
in your jsp you can use struts tags to include e.g.
http://struts.apache.org/2.0.14/docs/include.html
bedankt,
Martin
__
Verzicht und Vertraulichkeitanmerkung / Note de déni et de confidentialité
Diese Nachricht ist vertraulich. Sollten Sie nicht de
Dear uma_rk,
We centralize configurations in /etc/conf and hence I would
like to import property configuration files into
${CATALINA_BASE}/conf/catalina.properties
using #include as in
// conf/catalina.properties
...
#include /etc/conf/mytomcat.properties
...
Please let me know if