I have tried with firefox and ie6. May i ask what you are using?
Ben
On 9/5/06, Markus Schönhaber <[EMAIL PROTECTED]> wrote:
benshort wrote:
> How do I get the IF_MODIFIED_SINCE header from the HttpServletRequest
> object?
>
> When I use the HttpServletRequest.getHeaderNames() method and iterat
log-1.0-SNAPSHOT/admin/editCategory.html?categoryId=1
cookie : JSESSIONID=AB7DD26B34FCAEA604B904B275C03BAD
cache-control : max-age=0
Regards
Ben
On 9/5/06, Markus Schönhaber <[EMAIL PROTECTED]> wrote:
ben short wrote:
> I have tried with firefox and ie6. May i ask what you are using?
Fi
Markus,
I have fixed the problem. I needed to set the contenttype and the
contentlength on the HttpServletResponse. Now i see the
if-modified-sice header on the second request.
Thanks for your input.
Regards
Ben
On 9/5/06, ben short <[EMAIL PROTECTED]> wrote:
Markus,
Im using Tomcat
-Modified-Since request header the next time it needs that resource.
I can then send HTTP Error 304 - Not modified, in return and all will
be well.
Again, thanks for your help.
Ben
On 9/5/06, Markus Schönhaber <[EMAIL PROTECTED]> wrote:
ben short wrote:
> Im using Tomcat 5.5.17. I assume
Hi Luke,
This is a litte off topic for the Tomcat usergroup but here you go.
I have added the following to my web.xml
img
org.springframework.web.servlet.DispatcherServlet
1
img
/img/*
My img-servlet.xml
imageController
Hi,
I have used virtual hosts configured as below on a Apache 1.3 server
to proxy to Tomcat. Maybe of interest to you.
ServerName www.domain1.com
ProxyPass / http://192.168.100.20:8080/app1/
ProxyPassReverse / http://192.168.100.20:8080/app1/
ProxyRequests off
ErrorLog logs/domain1-error_log
Tr
If you are using windows you could try added a line like the following
to the c:\WINDOWS\system32\drivers\etc\hosts file.
127.0.0.1 www.virtualhost1.com
Then open www.virtualhost1.com in your web browser. the same this
should be possible from linux but i dont have my linux hat on at the
moment.
Hi Steffen,
I can see your post.
Ben
On 9/25/06, Steffen Heil <[EMAIL PROTECTED]> wrote:
Hi
I know, reasking the same question if there was no answer, is no good style.
However I had problems using apache-lists earlier and I don't know wether my
mail made it to the list.
So could anyone pleas
Download the Administration Web Application from this site
http://tomcat.apache.org/download-55.cgi. Then un zip/tar it over the
tomcat install directory. Restart tomcat and off you go.
Ben
On 9/25/06, Raffaele Viola <[EMAIL PROTECTED]> wrote:
Hi all,
how can I install the Administration Web A
Are the permissions for the new files ok?
Ben
On 9/25/06, Raffaele Viola <[EMAIL PROTECTED]> wrote:
I've already done the un-tar over the tomcat install directory. I try to
access by remote host but nothing.
Raffo
On 9/25/06, ben short <[EMAIL PROTECTED]> wrote:
Ah yes,
I have
In my tomcat-users.xml.
Ben
On 9/25/06, Raffaele Viola <[EMAIL PROTECTED]> wrote:
It seems start to work after I add into the tomcat-user.xml file the row
and give to the user administrator this role.
Raffo
On 9/25/06, ben short <[EMAIL PROTECTED]> wrote:
Hi is it possible to use a regular expression as a servlet-mappings url-pattern?
Ben
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTE
apping will direct to //
Is this even relevant to your question? :-)
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
ben short
Sent: Friday, October 27, 2006 8:35 AM
To: Tomcat Users List
Subject: Tomcat 5.5 Regular Expression as servlet-mapping url-patte
Hi Chuck,
Do you have an example of this?
Ben
On 10/27/06, Caldarale, Charles R <[EMAIL PROTECTED]> wrote:
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Subject: Re: Tomcat 5.5 Regular Expression as servlet-mapping
> url-pattern
>
> So I wanted to do something like map requests that ar
Hi,
I got it working but changed to to the following..
Archetype Created Web Application
test
org.springframework.web.servlet.DispatcherServlet
1
default
/images
default
/css
default
/js
test
Hi I am having some trouble with setting up my servlet mappings. I am
replacing a legacy webapp but need to keep the same urls. The current
webapp uses cocoon.
Here is my web.xml
http://java.sun.com/xml/ns/j2ee";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLo
Hi,
I changed the mapping to as follows but no joy. Although the problem
seems to of changed slightly. When I try to request an images
http://myhost/images/error/logo.gif i get a 404. I have double checked
and the image is definatly in the correct location.
testerror
/error/*
Yes I really have a error subdir under the images directory.
this is what i see in the access log.
192.168.6.185 - - [30/Oct/2006:15:16:51 +] "GET
/images/error/logo.gif HTTP/1.1" 404 1018
192.168.6.185 - - [30/Oct/2006:15:16:51 +] "GET /favicon.ico HTTP/1.1" 302 -
192.168.6.185 - - [30/
Charles,
Im deploying a war file. Im also using spring. I havent touched the
web.xml. I have litrally downloaded and un tared the file from the
apache tomcat website.
Here is the layout of the test app;lication i have setup to try it out.
test
- images
- test.jpg
- WEB-INF
- web.xml
- test-s
I just tried changing the /images/* to *.jpg and it works
On 10/30/06, ben short <[EMAIL PROTECTED]> wrote:
Charles,
Im deploying a war file. Im also using spring. I havent touched the
web.xml. I have litrally downloaded and un tared the file from the
apache tomcat website.
Here is the
I deploy this test webapp via the tomcat manager to http://myhost/test.
The appBase in the sever.xml is set, as default, to webapps. The
directory structure is
webapps
- ROOT - Currently another applicaiton I have setup.
- test - The test application.
When deploying to the root, just name the
.getWriter().flush();
}
}
The webapp was deploed to http://myhost/test via the tomcat manger
webapp. On going to the http://myhost/test url the webpage is shown
but no image. Going to http://myhost/test/images/test.jpg give a 404.
Ben
On 10/30/06, ben short <[EMAIL PROTECTED]> wr
Many thanks for your help Charles.
On 10/31/06, Bill Barker <[EMAIL PROTECTED]> wrote:
"ben short" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>I just tried changing the /images/* to *.jpg and it works
>
Yes, Tomcat's default servlet won'
Have you uncommented the https connector in the server.xml?
By default it is commented out as shown below
Ben
On 11/1/06, Andrea König <[EMAIL PROTECTED]> wrote:
Hi all,
I have to modify the default tomcat port 8080 to another port because
there is a another application running at port
Hi,
Sorry if that this is a bit off topic but i figured someone might have
some experience.
I'm trying to get Apache 2 to use mod_jk in a Solaris 10 Zone. I have
installed the ap2_mod_jk package from blastwave with no errors. I
added the following line to the correct httpd.conf
LoadModule jk_mo
use SMF to
reliably start the service.
Adding only the LoadModule line in the Apache config is not enough. You
need to read the online documentation of tomcat connectors, especially
the pages about apache configuration and also about workers.properties.
Regards,
Rainer
ben short wrote:
> Hi,
&
site they dont have a mod_jk package
for apache 2.0.. just 1.3 and 2.2.
Thank you for your help.
Ben
On 11/22/06, Rainer Jung <[EMAIL PROTECTED]> wrote:
ben short schrieb:
> Rainer,
>
> Running the svcadm enable apache2 command without the LoadModule
> starts apache correctly
wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Ben,
ben short wrote:
> Rainer,
> After looking at the package on the blastwave site i noticed it has
> Apache 2.2 prefork MPM as a dependancy.
Why are you using a 3rd-party distribution of mod_jk instead of the
official one? I did
Chris,
Are these not binary releases then?
http://www.mirrorservice.org/sites/ftp.apache.org/tomcat/tomcat-connectors/jk/binaries/
On 11/24/06, Christopher Schultz <[EMAIL PROTECTED]> wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Ben,
ben short wrote:
> Chris,
>
> Um,
I found this while I was digging around.
http://forum.sun.com/jive/thread.jspa?threadID=96761&tstart=30
Ben
On 11/24/06, Steve Ochani <[EMAIL PROTECTED]> wrote:
Date sent: Fri, 24 Nov 2006 14:26:34 -0800 (PST)
From: Nikola Milutinovic <[EMAIL PROTECTED]>
Subject:
Hi,
If you are using maven you could try the tomcat plugin
http://mojo.codehaus.org/tomcat-maven-plugin/introduction.html
Or the cargo plugin.
http://cargo.codehaus.org/
Ben
On 11/26/06, Pierre Goupil <[EMAIL PROTECTED]> wrote:
Hi all there !
After my bad experience with Eclipse JST / WST,
Hi,
I want to store user session data into a database rather than in the
session, to conserve memory. I want to use the session id as the key
to look up this data.
As a request comes in, the servlet will hit the db with the session id
and get the data if its there. if its not then i will create
could grab the requestedSessionId from the request and then use that
to look up the session data.
I know that tomcat provides some way of persisting session but the
documentation doesn't seem to be very good.
Ben
On 12/19/06, Caldarale, Charles R <[EMAIL PROTECTED]> wrote:
> F
I have used something like the following with mod proxy.
This goes in your apache config file
ServerName www.domainname.co.uk
ServerAlias www.domainname.com
ProxyPass / http://192.168.100.20:8080/yourwebapp/
ProxyPassReverse / http://192.168.100.20:8080/youwebapp/
ProxyRequests off
ErrorLog log
Hi Joe,
Have a look at the Acegi Security [1] stuff if your using spring. This
will allow you to configure what paths require https and redirect the
incomming requests if they are not https.
There is a catalina project too [2] but im not to sure what that
does, but you never know it might be of
Um your joking right?
Tomcat dosent actually create any of the html, thats up to your servlets/jsp.
Unless you mean the Tomcat manager webapp. I havent had any problems
with it and have used a few different browsers to acces it.
On 1/6/07, Pierre Goupil <[EMAIL PROTECTED]> wrote:
Hello, folks
e:
Errr... I thought that the JSP was converted into HTML by Tomcat ?
Regards,
Pierre
2007/1/6, ben short <[EMAIL PROTECTED]>:
>
> Um your joking right?
>
> Tomcat dosent actually create any of the html, thats up to your
> servlets/jsp.
>
> Unless you mean the Tomcat
HI,
Maybe this will help...
http://www.java-source.net/open-source/content-managment-systems
Ben
On 1/7/07, Dima Retov <[EMAIL PROTECTED]> wrote:
Please, advise small CMS for tomcat.
I need smallest possible CMS with set of skins to rapidly setup
several sites.
I tried several CMS but they
Hi all,
Im trying to use jstl 1.2 with tomcat 5.5.20 and java 1.5.0_05-b05.
My webapp deploys ok but when I browse to it I get the following exception.
xception
org.apache.jasper.JasperException: Unable to read TLD "META-INF/c.tld"
from JAR file
"file:/opt/apache-tomcat-5.5.20/webapps/basket/
iginal Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
ben short
Sent: Tuesday, January 09, 2007 12:08 PM
To: Tomcat Users List
Subject: Tomcat and JSTL 1.2
Hi all,
Im trying to use jstl 1.2 with tomcat 5.5.20 and java 1.5.0_05-b05.
My webapp deploys ok but when I browse to
Tim,
Thats what I thought, but I check and double checked and the
jstl-1.2.jar file is in the correct location. It also has the c.tld
inside it.
On 1/9/07, Tim Funk <[EMAIL PROTECTED]> wrote:
Looks like you are missing the JSTL jar files whihc need to be in
WEB-INF/lib
-Tim
ben short
-Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
ben short
Sent: Tuesday, January 09, 2007 12:45 PM
To: Tomcat Users List
Subject: Re: Tomcat and JSTL 1.2
Tim,
Thats what I thought, but I check and double checked and the
jstl-1.2.jar file is in the corr
Hi,
I have done something similar, but used Jetty [1] as I couldn't figure
out how to get tomcat to do it..
My application registers a servlet and starts jetty. the servlet gets
the interface to the application via a static method. But it all works
OK. Maybe you could set the application interfa
HessianServlet" // class name
);
servletHolder.setInitParameter("api-class",
"com.mycompany.myapp.IWebservice");
servletHolder.setInitParameter("service-class",
com.mycompany.myapp.WebserviceImp");
mJettyServer.start();
Ben
On 1/23/07, ben short
Langas,
Probably best you look at the source code then.
Ben
On 1/24/07, Langas de los Langas <[EMAIL PROTECTED]> wrote:
Thanks for the feedback, but I had already checked that documentation. I
want to understand j_security_check on a deeper level; I especifically want
to know how the process r
27;s it! So, and excuse me if this sounds dumb, but where can I look up
the source code?
>From: "ben short" <[EMAIL PROTECTED]>
>Reply-To: "Tomcat Users List"
>To: "Tomcat Users List"
>Subject: Re: Further documentation on j_security_check
>Dat
Hi,
What OS are you on?
On linux I do the following and it works fine for me. See the docs here [1]
cd $CATALINA_HOME/bin
tar xvfz jsvc.tar.gz
cd jsvc-src
autoconf
./configure --with-java=$JAVA_HOME
make
cp jsvc ..
cd ..
[1] http://tomcat.apache.org/tomcat-5.5-doc/setup
Hi,
I am trying to deploy a large war via the manager webapp over a slow
connection. After about 10 mins the connection times out. Is it
possible to increase this timeout period?
Regards
Ben Short
-
To start a new topic, e
uming. Many Thanks
On 5/21/07, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote:
there is a disableUploadTimeout flag on the element,
are you sure tomcat is timing out the connection?
Filip
ben short wrote:
> Hi,
>
> I am trying to deploy a large war via the manager webapp over
Have a look here..
http://tomcat.apache.org/tomcat-6.0-doc/jndi-datasource-examples-howto.html
On 5/22/07, Mohammed Zabin <[EMAIL PROTECTED]> wrote:
Hi All
Am new on this, i want to know how to configure Database Connection Pooling
to use Oracle Database?? anyhelp will be appreciated.
Jotnart
What makes you think it wouldnt?
On 5/23/07, Velidanda Srinivas <[EMAIL PROTECTED]> wrote:
Hi,
Does Tomcat 6.013 support XFire Spring Web Services?
Thanks & Regards,
Srinivas Velidanda.
This e-mail has been scanned for a
I have used Spring's HTTP invoker with Tomcat 6 and it works fine. So
I dont see a reason why XFire shouldnt work too.
On 5/23/07, ben short <[EMAIL PROTECTED]> wrote:
What makes you think it wouldnt?
On 5/23/07, Velidanda Srinivas <[EMAIL PROTECTED]> wrote:
> Hi,
>
>
-Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of
> ben short
> Sent: 23 May 2007 16:10
> To: Tomcat Users List
> Subject: Re: XFire Spring Web Services
>
>
> I have used Spring's HTTP invoker with Tomcat 6 and it works fine. So
> I
Take a look at the manual for a simple example..
http://static.springframework.org/spring/docs/2.0.x/reference/remoting.html#remoting-web-services-xfire
On 5/23/07, ben short <[EMAIL PROTECTED]> wrote:
The configureation is all done in your spring config files in your
webapp. All tom
And also here...
http://xfire.codehaus.org/Spring+Remoting
On 5/23/07, ben short <[EMAIL PROTECTED]> wrote:
Take a look at the manual for a simple example..
http://static.springframework.org/spring/docs/2.0.x/reference/remoting.html#remoting-web-services-xfire
On 5/23/07, ben short &
I cant get the example you posted to work either and dont have time to
look in to it in too much depth. Have a go with the one from the xfire
site, I have used xfire before with spring at it was pretty easy to
get going. Im sure you'll get there.
On 5/23/07, ben short <[EMAIL PROTECTED
How about Nagios [1]. It can check allsort of things. And you can set
it up to send email/sms notifications.
[1] http://nagios.org/
On 5/24/07, Neil Meyer <[EMAIL PROTECTED]> wrote:
Hi,
I have found from one of these group the following monitor tool.
www.appmanager.com
You will find a tool
I would think that they have apache httpd running in font of tomcat
and the page is displayed by that.
On 5/24/07, Praveen Kumar <[EMAIL PROTECTED]> wrote:
Thanks for your ans.
They should provide some option saying send mail to x before
shutdown.
That will be more helpful.
And one
I'd still recommend Nagios to do the monitoring, far cheaper than
hiring someone to do the checking 24*7. Also you'll get an instant
notification of when things go bad, rather then in 2 hours time when
someone checks it.
You could setup 2 instances of nagios.. get them to monitor each other
and t
Have a look at this maven 2 plugin
http://mojo.codehaus.org/jspc-maven-plugin/usage.html
Ben
On 5/24/07, Rogerio Baldini das Neves <[EMAIL PROTECTED]> wrote:
I need to do it in maven.
But send me your solution,
if I don't be able to solve my problem with maven, I will use yours.
Thank you.
The maven config is easier on the eye ;)
On 5/24/07, Milanez, Marcus <[EMAIL PROTECTED]> wrote:
See if it helps you then...
Generating .java files from .jsp files
Neves <[EMAIL PROTECTED]> wrote:
I am using this plugin like in tutorial.
But it's happing some strange with item:
org.apache.taglibs.standard.tag.rt.core.ForTokensTag.setItems(Ljava/lang/Str
ing;)V
-Mensagem original-
De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Em nome d
changed to 1.1.2.
Thanks a lot.
Now, I need to monitor if this change won't bring me some side effect.
-Mensagem original-
De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Em nome de ben
short
Enviada em: quinta-feira, 24 de maio de 2007 17:52
Para: Tomcat Users List
Assunto: Re: pr
omcat 2 deployDir, but is not in
either tomcats manager app or accessible via the webapps url.
Can anyone give me some help with getting this going?
Regards
Ben Short
-
To start a new topic, e-mail: users@tomcat.apache.o
/30/07, ben short <[EMAIL PROTECTED]> wrote:
Hi,
I'm trying to setup a cluster of two tomcats and use the
Tomcat 1 server.conf
Tomcat 2
/07, ben short <[EMAIL PROTECTED]> wrote:
Hi,
After reviewing the cluster-howto [1] I have noticed a few bits I have
forgotten to configure.
Namely
# Make sure your web.xml has the element or set at
your
# Make sure that jvmRoute attribute is set at your Engine
[1] http://tomcat.apac
Hi,
To delete a cookie you have to set its max age to 0.
Calling invalidate on the httpsession will delete the cookie that
holds the session id, wont it? request.getSession().invalidate()
Ben
On 6/1/07, Tim Funk <[EMAIL PROTECTED]> wrote:
There is nothing in the servelt api to explicitly del
Probably worth posting the /rel/tomcat/bin/start_apps.sh script as it
sounds like it could be suspect.
On 10/8/07, Ray Statham <[EMAIL PROTECTED]> wrote:
> Afternoon,
>
> This is my first posting to this list and after breifly checking the
> archives I hope this question is not a duplicate: -
>
>
I have tomcat 6 running on fiesty with jdk 1.6 and have the following
in my init script...
JAVA_HOME=/usr/lib/jvm/java-6-sun-1.6.0.00
On 10/8/07, Arun <[EMAIL PROTECTED]> wrote:
> Hi ,
>
> My webapp hangs on tomcat. I have struts,spring and hibernate on it.
> I was getting an OutOfMemory error
.1-1.4.2.0/ java-gcj/ .java-gcj.jinfo
>
> My jvm directory looks like this.
>
> On 10/8/07, ben short <[EMAIL PROTECTED]> wrote:
> >
> > I have tomcat 6 running on fiesty with jdk 1.6 and have the following
> > in my init script...
>
Don't worry about removing it for now
follow the steps i showed you to install jdk 1.6 and then set it as
what gets executed when you type java at the prompt
On 10/8/07, Arun <[EMAIL PROTECTED]> wrote:
> How to remove ?
> apt-get remove? what is the name for this?
> I dont know the name.. Am I us
> On 10/8/07, ben short <[EMAIL PROTECTED]> wrote:
> >
> > Don't worry about removing it for now
> >
> > follow the steps i showed you to install jdk 1.6 and then set it as
> > what gets executed when you type java at the prompt
> >
> > On 10/8/07,
tomcat the virtual host had gone from the
host-manager. Should this happen or am I correct in thinking that the
host-manager is a work in progress and the virtual host configuration
isn't persisted currently.
Regards
Ben Short
---
So your webapp ran pretty fast before it was deployed?
Your going to need to provide much more information. Like OS and
versions of tomcat, java, database etc and maybe some metrics on how
long it takes to process the requests.
Also you will want to use a profiler to figure out what part of the
a
Yair,
I created a eshop website that dynamically re sizes images depending
on the url. Here is a simple outline of what happens.
A new product is created by the shop admin. Images are then uploaded
and stored in a database in the uploaded size.
When a product page is viewed the controller ( im u
Look at the catalina.bat or catalina.sh specifically at the JAVA_OPTS
environment var
On Nov 26, 2007 3:51 PM, Jean-Pierre Astier <[EMAIL PROTECTED]> wrote:
> Hello all,
>
> I want to use a J2ee application (Magnolia), but I need to increase
> the java heap size when tomcat (5.5.25) start.
>
> Wha
Do you really need to use tomcat to do this? Maybe you should take a
step back and rethink what your trying to achieve.
On Nov 29, 2007 10:14 AM, Yair Ben-Meir <[EMAIL PROTECTED]> wrote:
> Let me try another scenario: let say that the generated text for the "out"
> is not one iamge, but some numbe
sessions
>=30 minutes:36264 sessions
Also shouldn't the 36K sessions that >=30 Min's get expired?
Regards
Ben Short
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Add something like the following to your servlet
synchronized ( someObject )
{
do work
}
But you'll need to be careful, as requests will block and clients
might time out if you are performing lengthy operations inside the
synchronized block.
On Jan 4,
While I was attempting to use rewrite and jk i found that you need to
load the jk module before the rewrite module, so be warned ;)
On Jan 9, 2008 10:53 AM, Rainer Jung <[EMAIL PROTECTED]> wrote:
> Hi Edwin,
>
> Edwin Walsh wrote:
> > Hi,
> >
> > First of all I would like to mention that this is m
Sounds like your code might have a memory leak.
The best thing todo is to profile the application and see where all
the memory is being used.
On Jan 16, 2008 8:52 AM, Katama Reddy <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I was facing an issue in one of the web application which was deployed in
> Apac
Hi,
I'm trying to compile jsvc on a RedHat 4 ES box. I have installed JDK
6 and typing java -version at the shell prompt tells me its installed
OK.
I then compile jsvc with that jdk and it completes ok.
When I try and run the following startup script I get the following
debug output.
#!/bin/bas
to be i386
and recompile. You could also edit location.c and add the right path and
recompile.
"ben short" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi,
>
> I'm trying to compile jsvc on a RedHat 4 ES box. I have installed JDK
> 6 and typing jav
Hi All,
I'm trying to setup session clustering between two Tomcat 6.0.13
instances with Apache 2.2 and Mod JK 1.2.23.
The problem I'm having is that every request returns me a new session
so the users state is not kept, So i assume that the clustering is not
configured correctly.
Looking at the
] [25137:8064] [debug]
service::jk_lb_worker.c (): recoverable error... will try to
recover on other worker
[Mon Jun 18 12:29:46 2007] [25137:8064] [info]
service::jk_lb_worker.c (1160): All tomcat instances are busy or in
error state
On 6/18/07, ben short <[EMAIL PROTECTED]> wrote:
Id suggest having a look at the spring web mvc stuff it can help you
simplify form submissions by mapping request params to objects so you
don't have to do, although there will be a slight learning curve.
Just my 2 pence :)
On 6/19/07, Kevin Wilhelm <[EMAIL PROTECTED]> wrote:
I'd take the appro
In learning the spring frameworks, or learning any new technology.
On 6/19/07, Mohammed Zabin <[EMAIL PROTECTED]> wrote:
What learning curve?
On 6/19/07, ben short <[EMAIL PROTECTED]> wrote:
>
> Id suggest having a look at the spring web mvc stuff it can help you
> simplif
In the server.xml that comes with tomcat there are 2 HTTP/1.1
connectors defined. One is on port 8080 the other is on port 8443.
Comment out the 8080 one and uncomemnt the 8443 one and change the port to 443.
Install your cert and you should be good to go.
Regards
Ben Short
On 6/20/07
on the server can only be
connected to via HTTPS, correct?
Any way to do it just for one app?
Nick
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
rg] On Behalf Of ben short
Sent: Wednesday, June 20, 2007 11:04 AM
To: Tomcat Users List
Subject: Re: Tomcat application c
I think the following should do you
" width="" />
On 6/22/07, Johnny Kewl <[EMAIL PROTECTED]> wrote:
Hi Nikola, never done it, but I think you have to override the resolver.
ie instead of the standard resolver, which looks for standard properties or
custom classes declared thru XML yours
Well you learn something new everyday, I wasn't aware that ${X} worked
like
Which doesn't seem that bad to me.
With your spring setup you could also create an HandlerInterceptor [1]
and add it to your url mapping, that adds the PHOTO object to the
model after the controller has process the requ
And your not happ with just using...
<%=com.libris4you.books.maintenancepanel.AuthorTabController.DATA_PHOTO_WIDTH%>
On 6/24/07, Hassan Schroeder <[EMAIL PROTECTED]> wrote:
On 6/23/07, Nikola Milutinovic <[EMAIL PROTECTED]> wrote:
> The answer is simple, "imageUrl" is calculated in the contr
Hi,
We use maven to build our war files. The war file names are as
follows... appname-1.0.war. Currently I rename the file to ROOT.war
then deploy it via the tomcat manager app.
Is it possible to leave the war file name alone but deploy it as the
ROOT webapp?
Regards
Ben Short
Take a look at the String Frameworks [1] instead of ejb.
[1] http://www.springframework.org/
On 6/30/07, Asare Samuel <[EMAIL PROTECTED]> wrote:
Hi all,
I am about to code a web applciation(Appointment system).
It will require a database, email reminders, and JSP pages. Would you sujest an
E
I asked auntie Google for 'java cms' and she found this [1]. She even
gave me cucumber sandwiches :)
[1] http://java-source.net/open-source/content-managment-systems
On 7/2/07, Gregor Schneider <[EMAIL PROTECTED]> wrote:
Dear list,
among other things it's now my job to look out for CMS.
I've
I had an issue where getLocalAddr() would return 127.0.0.1 rather than
the ip address of my linux box. Altering the /etc/hosts file to
something like the following fixed that. I wonder what effect that
might have for your problem.
192.168.6.173 box box.domain.com
127.0.0.1
l the webapp
has started up so the blank page is never shown?
Regards
Ben Short
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Karen,
If your using maven 2 then it should be dead easy. Assuming you have
maven 2 setup on your system follow the example given here [1]. This
will create a war file artifact with a simple jsp and the web.xml. The
last goal mvn package will create you a war file.
I suggest that you give it ago
tomcat?
Regards
Ben Short
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hi Tim,
Thanks for that, but it only seems to log out the request/response
headers. Is It possible to log everything sent to the client?
Ben
On 7/24/07, Tim Funk <[EMAIL PROTECTED]> wrote:
Look at the RequestDumperValve
-Tim
ben short wrote:
> Hi,
>
> I using Tomcat 6.0.13 a
1 - 100 of 134 matches
Mail list logo