On 5/8/13 1:17 PM, suresh babu yella wrote:
> Hi Dan,
>
> We might consider for upgrading the tomcat later, due to to supportability
> concerns from Autonomy we cannot upgrade it to any of the higher version.
>
> but right now we are looking to apply the fix for all CVE's we identified,
> it will b
Given this is a reoccurring error:
> java.lang.NoSuchMethodError:
> javax.servlet.ServletContext.getContextPath()Ljava/lang/String
Looks like you are missing possibly the servlet-api jar file or it's in
the wrong place. Fix this error and things should work better. BTW ...
where did you place t
Depends on your OS and how you start tomcat (startup script or as a
service).
--David
On 5/3/2011 1:43 PM, Varuna Seneviratna wrote:
> On 3 May 2011 22:21, Caldarale, Charles R wrote:
>>> From: Varuna Seneviratna [mailto:varunasenevira...@gmail.com]
>>> Subject: What is JAVA_HOME?
>>> What is th
NF/classes:
> insgesamt 4
> -rw-r--r-- 1 karl karl 931 2011-04-22 12:13 Ch1Servlet.class
> karl@sonoma:/var/lib/tomcat6/webapps$
>
> Yours,
> Karl
>
> On Mon, Apr 25, 2011 at 2:52 PM, David Smith <mailto:david.sm...@cornell.edu>> wrote:
>
> Hi Karl.
Hi Karl.
The tomcat service set's it's own JAVA_HOME and CATALINA_HOME
environment variables. Just a quick look in /etc/init.d/tomcat6 will
show that.
My installation of tomcat 6 on Ubuntu has webapps deployed to
/var/lib/tomcat6/webapps, not /usr/share/tomcat6/webapps. The later
directory doe
On 4/12/2011 11:28 AM, David kerber wrote:
> On 4/12/2011 11:17 AM, Yucca Nel wrote:
>> Indeed :D,
>>
>> Seems to be an issue when I add an ampersand to the password!
> That doesn't surprise me a bit. I don't think I've run into any
> password system that will accept that character, though I gue
Perfectly normal browsers assume port 80 when you don't offer a
port number in the url. Your tomcat instance is not listening on port
80 and won't be able to respond when you try to access it there.
Solution: change the port number in your tomcat's server.xml file and
restart.
--David
On 3
With tomcat's built-in database pooling, just adding a validation query
to the resource config should be all that's necessary. On each borrow
of a connection, the connection is tested and closed if the test fails.
Failed connections are replaced with new ones.
--David
On 2/24/2011 10:49 AM, Ján
Check the logs to find out what happened when you attempted to start the
server. Is there something else already running on the ports tomcat is
trying to use? What does netstat list as listening ports with and
without tomcat running? Also what connectors are configured in your
tomcat's server.xm
Tomcat doesn't do anything that would cause that behavior. It's disk
writing is mostly limited to just writing log files, expanding .war
files and compiling jsp files. Ubuntu has a tool called "Disk Usage
Analyzer" which should be able to help you sort out what's going on with
your system.
--Dav
This smells like a router/firewall issue and it only looks like the top
level page at 211.210.19.11:8080 works. Some browsers (IE) offer the
cached copy when it runs into trouble loading a page fresh. When you do
get tomcat home page from your server at an internet cafe, try holding
the shift
On 12/28/2010 8:33 AM, Pid wrote:
> On 12/27/10 4:11 AM, Harsimranjit singh Kler wrote:
>> Hi
>>
>> i have testing tomcat clustering on single machine.What i am able to do is i
>> hv 4 tomcat instances 1 work as balancer and 3 as cluster.using Rule.xml in
>> balancer with round robin approach.all r
Looks like you should be requesting /filename/filename.htm instead of
filename/ ... that is unless you've set a welcome file in the app's
web.xml file.
If that doesn't work, also take a look at the tomcat logs for the moment
in time you a. started tomcat, b. deployed your app (if different from
th
> webapp --> filename --> WEB-INF--> filename.htm + web.xml + META-INF
> + classes + lib
If I read this right, 'filename.htm' is being stored in
webapp/filename/WEB-INF/filename.htm inside your .war file. FWIW,
WEB-INF has no special meaning except in the top level of your .war
archive A .war a
> I might be wrong but maybe you need to set something in your web.xml to
> deliver static files. (basically Tomcat is not designed to run static html
> files, you can use a combination of Apache serveur + tomcat serveur to do
> that).
Sorry but that's just not correct. Any file in the webapp, bu
Ok ... checklist time ...
- Comments around the and elements have been
removed. From what I could tell in your original post this is taken
care of.
- The tomcat server has been restarted since the last time
tomcat-users.xml has been edited.
- You are accessing the manager app using the path /ma
Absolutely. I have no problem parsing and deleting.
--David
On 9/24/2010 8:18 AM, michel wrote:
> Sorry, but I don't get why people can't delete emails on topics they aren't
> interested in; do some people here feel the need to read all the spam they
> get?
>
>
>
> Michel
>
>
>
>
> - Orig
But I'm too lazy to go fishing for questions I could answer ... I like
them showing up in my inbox. If there in a web forum I'm not going to
go looking for them. When I'm looking for an answer to one of my
questions, google is my first stop and the tomcat list is archived online.
--David
On 9/
> I tend to agree. All this graphical stuff is making life miserable for most
> of us web
> developers. Back before Tim Berners-Lee came up with HTTP and HTML and made
> things
> horribly complicated, one could still concentrate on the quintessential
> meaning of things,
> rather than spen
HI Astghik
1. Don't put elements in server.xml. They should go
into files named ROOT.xml in /etc/tomcat6/Catalina/localhost and
/etc/tomcat6/Catalina/www.myip.com. While your at it, drop the docbase
and path attributes ... they aren't needed when the Context element is
in it's own xml file.
2.
[Tomcat Built in ] 1 Post request is visible
>
>
>
>
> Both of the samples were verified in 2 Browsers [IE 7+ / FF3 +] more then 6
> times and the info is captured via tcp Dump.
>
>
>
>>> request with wget rather than browsers
>>>
> Since the
Any chance we could see a snippet of access log showing the two
requests? All I really see here is two packet captures that *look* like
they are from in between tomcat and iis (or whatever you are running as
a front-end web server). Since 10 addresses are not routeable this
looks like all interna
See inline below ...
On 6/27/2010 5:24 PM, Pid wrote:
> On 27/06/2010 22:09, 1destroy...@gmx.de wrote:
>
>> hi,
>>
>> i already tried this, but here the output:
>>
>> D:\ttest>set CLASSPATH=%CATALINA_HOME%\bin\tomcat-juli.jar;%CLASSPATH%
>>
>> D:\ttest>cd bin
>>
>> D:\ttest\bin>catalina.bat run
On 6/26/2010 12:19 PM, 1destroy...@gmx.de wrote:
> What happens if you run startup.bat?
>
> A second dos box shortly appear and is closing immediately...
>
> Start a command prompt first, then manually type the startup.bat command
> - don't double click the file to run it.
>
> What does
On 6/26/2010 3:33 PM, 1destroy...@gmx.de wrote:
> hi, as already written:
>
> "The Tomcat do not start with „catalina.bat run“ in the box is
> written that he can not find "Class
> org/apache/juli/logging/LogFactory"...
> The file is definitely there..."
>
> kind regards, dessi
>
Please post t
x27;' for connect URL 'null' AGAIN!
>
>
>> if you took time to look at tomcat-users archive you would've come across
>> this post by david smith..the answer is just as good now as when
>> originally posted
>>
>>
>>
>> On 6/19
On 6/19/2010 1:31 PM, yucca...@live.co.za wrote:
> I have no choice left but to not let hibernate use my tomcat datasource. This
> is not good. I have even moved host provider in hope that it was previous
> fult tomcat install from dailyrazor (tomcat 6 does not hav common/lib) and is
> meant to
It can also (and frequently does) happen when there is some mismatch
between where the resource is defined and where it's used. Maybe the
context.xml file you think tomcat is using for your webapp isn't being
used at all.
--David
On 6/16/10 7:33 AM, yucca...@live.co.za wrote:
> The bottom line f
Hi.
Could you please post a version of server.xml without the comments.
They are very helpful as documentation but make the file extremely
difficult to read. Also, I would check to see if the problem is because
the driver jar could not be found or because of some other problem.
It's easy enough
t: Re: Glassfish overriding Tomcat 6.0.24 installation?
>
> Thanks David, I did that and it seemed to work. :: thumbs up ::
>
> - Josh
>
> On Thu, May 27, 2010 at 2:02 PM, David Smith wrote:
>
>
>> On 5/27/2010 1:44 PM, Josh Gooding wrote:
>>
>>>
Don't use that ... it still throws an error, reconnecting only after the
exception is thrown. If using the db pooling in tomcat, it's better to
include a validationQuery attribute in the element in
your app's context.xml file. If on the other hand you are directly
connecting the database on your
On 5/27/2010 1:44 PM, Josh Gooding wrote:
> Hey guys (and gals).
>
> Interesting enough, I installed the Jave EE 5 JDK for windows. I then
> installed Tomcat 6.0.24, when I navigate to htp://localhost:8080 (which
> should be the default of Tomcat) I am getting the glassfish junk. How can I
> remo
If your tomcat instance crashes, it'll be sudden and not anything the
tomcat instance itself can do anything about. Try looking into a cron
script or some other scheduled task external to tomcat. The script
could make a request of tomcat every minute or so and restart it if it's
down. Generally
Personally I highly recommend the Firebug plugin for Firefox to diagnose
this stuff. It does an amazing job of showing parameters, headers,
responses, everything.
--David
On 5/2/2010 12:42 PM, André Warnier wrote:
> Hi.
>
> Jie Sheng Chua wrote:
>
>> Hi André and Juha,
>>
>> I edit my tomcat
You might want to check the file permissions before and after you edit
it. Something about this smells like a permissions issue. I have a
Ubuntu 9.10 installed tomcat and it works perfect. Admittedly I didn't
upgrade from 8.4 but w/ editing tomcat-user.xml being the only change,
there are only a
Adjust your script to check http://hostname:443/... An SSL cert is tied
to a hostname and will probably fail due to certificate issues if you
attempt to access via localhost. Some http script libraries can be
rather draconian on this issue.
--David
On 4/29/2010 3:35 AM, Anisha Parveen wrote:
>
it
contains password information.
--David
On 4/22/2010 9:07 AM, Luís de Sousa wrote:
> On Thu, Apr 22, 2010 at 1:29 PM, David Smith
>
>> I have a Ubuntu 9.10 system and did exactly what you've posted above.
>> It works like a charm. Have you altered anything else? C
On 4/21/2010 1:14 PM, Luís de Sousa wrote:
> Dear all,
>
> Tomcat 6.0.20 on Ubuntu 9.10. I can't login to the manager pages
> (http://localhost:8080/manager/html). I set a new user and a few roles
> in the /etc/tomcat6/tomcat-users.xml file, restarted Tomcat but can't
> possibly login.
>
> I browse
An alternative exists in the ServletContext class --
ServletContext.getResource( path ) takes path as relative to the current
webapp and returns a URL for opening the resource or null if the
resource was not found.
also there is --
ServletContext.getResourceAsStream( path ) takes a path as relat
I strongly advocate server relative URLs which get rid of the whole
problem. All that means is the URL becomes everything after the
servername & port in a full absolute URL. That way it just plain works
and even minimizes the browser's understanding of how to compute an
absolute URL from a relati
>
> Communications link failure
Suggests either a) the mysql server isn't running or b) it isn't
listening on port 3306 of your localhost adapter.
--David
On 3/22/2010 12:31 AM, Roman Sokolyuk wrote:
> Hi,
>
> I am running Tomcat 6.0 on windows 7.
> I am also running MySQL as a service and I am
On 3/8/2010 6:46 PM, Richard Huntrods wrote:
> Does anyone know if it is possible, or has anyone done this:
>
> I have two applications running on a single server. The applications
> use different domains and URLs, so the single Tomcat instance can
> easily tell them apart. (Note: this part is curr
On 3/4/2010 8:00 AM, maven apache wrote:
> Hi:
> I am using Ubuntu9.10. I have install jdk1.6 in /home/kk/ProgramFiles/jdk1.6
> , also I have set up a permanent environment variable JAVA_HOME which link
> to the jdk directory.
> I just downloaded apache-tomcat-6.0.24.tar.gz and extact it to
> "/hom
acces to logs, but no error comes in stdout or stderr.
>
> Same tomcat version. But not sure about the jvm - I'll start there.
>
> Thanks.
>
> -Oprindelig meddelelse-
> Fra: David Smith [mailto:d...@cornell.edu]
> Sendt: 27. februar 2010 15:17
> Til: Tomcat
On 2/27/2010 8:31 AM, Søren Blidorf wrote:
> I have made a struts application and it works just fine on my testserver.
>
>
>
> I have now uploaded it to my hosted webserver and struts does not work.
>
>
>
> When I link to a *.do I get “Page not found”
>
>
>
> Could it be a Tomcat config probl
On 2/10/2010 11:47 AM, Telles Nobrega wrote:
> Im working with some webapp, and they were suppose to be running on tomcat,
> i got all together, put it all into the webapp folder,
> some worker, some didnt.
> can anyone explain the reason for that?
>
>
Only the tomcat logs know ... you might wan
On 1/31/2010 6:15 PM, hbral wrote:
>
>
> David Smith-2 wrote:
>
>> On 1/31/2010 5:36 PM, hbral wrote:
>>
>>> Hi everyone.
>>> I have a serlvet that reads a file from disk and then starts streaming
>>> the file.
>>> i have
On 1/31/2010 5:46 PM, Charles Ohana wrote:
> Hello guys,
> I just installed tomcat 6 on my machine (yup it's my first time). I realized
> it does not come with the "Administration Tool".
> I've been looking to download it but cannot find it anywhere.
> Can anyone points me to the right direction?
>
On 1/31/2010 5:36 PM, hbral wrote:
>
> Hi everyone.
> I have a serlvet that reads a file from disk and then starts streaming
> the file.
> i have mapped the servlet to url in the web.xml file.
> it works perfect on my local machine (i'm using gwt with eclipse which uses
> jetty i think) but whe
On 1/28/10 9:46 AM, LI Daobing wrote:
> Hello,
>
> in http://tomcat.apache.org/tomcat-6.0-doc/config/context.html, there
> is a statement:
>
> "Once this file exists, it will not be replaced if a new WAR with a
> newer /META-INF/context.xml is placed in the host's appBase."
>
> but, in my practice,
Mark Witczak wrote:
> I'm very new to Tomcat, connection pooling, JSP, etc. and I've been
> banging my head against a wall for two weeks trying to get a simple
> program to connect to a MySQL database.
>
> *Vital Stats:*
> Ubuntu 9.10, Java 1.6.0_0, Java Servelet 2.5, Java Server Pages 2.1,
> JSTL
Rick Bragg wrote:
> On Mon, 2010-01-18 at 08:23 -0600, Caldarale, Charles R wrote:
>
>>> From: Rick Bragg [mailto:li...@gmnet.net]
>>> Subject: RE: Cyclos Webapp Trouble (404)
>>>
>>> Yes I notices that as well, I forgot to post my cyclos.properies Here
>>> is the "mysql" section...
>>>
>>> hibe
Rick Bragg wrote:
> On Mon, 2010-01-18 at 07:39 -0500, David Smith wrote:
>
>>> Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException:
>>> Communications link failure
>>>
>> To me this looks like it's outside of tomcat. Check tha
>
> Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException:
> Communications link failure
To me this looks like it's outside of tomcat. Check that mysql is up,
listening on tcp port 3306 (the standard mysql port) and there aren't
any firewalls causing problems between tomcat and mysql
1. It's WEB-INF, not web-inf. Case matters.
2. If the classes are in .jar files, yes. Otherwise they will have to
be in WEB-INF/classes
--David
Clay McCoy wrote:
> I have some servlets that are in jars in web-inf/lib and Tomcat does not see
> them. I know that it is typical to have servlets
I'm assuming your docBase for this app is not inside tomcat's webapps
folder and in that case, you're right to wonder how tomcat finds the
context.xml file. The ... element can also be
in it's own file named after the path attribute - i.e. alti.xml in
conf/Catalina/localhost. Replace 'Catalina' w
Caldarale, Charles R wrote:
>> From: Ken Bowen [mailto:kbo...@als.com]
>> Subject: Re: [Solved+Question]SessionListener not being invoked
>>
>> This project has been sputtering along for a fair number of
>> years, and my context.xml almost certainly began life inside
>> conf/server.xml.
>>
>
>
André Warnier wrote:
> Konstantin Kolinko wrote:
>> 2009/11/29 Bill Barker :
>>> "André Warnier" wrote in message
>>> news:4b119016.2020...@ice-sa.com...
Pid wrote:
> On 28/11/2009 12:56, André Warnier wrote:
>> ;-)
>> I just wanted, once, to use a subject line with capitals and a
The super simple answer is deploy your 'ROOT' webapp as 'prefix' instead.
--David
Jason Pyeron wrote:
> We are installing TC behind a proxy. The proxy will map all requests of form
> http(s)://host/prefix/* to tomcat.
>
> Is there a config option to change the context root?
>
> i.e.:
>
> webapps/
Take a look at your log for relevant messages and be very detailed in
describing what exactly is erroring.
-- David
On Nov 22, 2009, at 9:04 AM, SRamasamy wrote:
I have developed application with Windows XP it's looks good when
try to run
Vista and Windows 7 application not running but
Christopher Schultz wrote:
> David,
>
> On 11/17/2009 7:39 AM, David Smith wrote:
> > Your tomcat has to listen on 443 to remove the port number from the
> > URL. This is not a tomcat issue, but rather the browser's expectation.
>
> That's not entirely true.
Your tomcat has to listen on 443 to remove the port number from the
URL. This is not a tomcat issue, but rather the browser's expectation.
-- David
On Nov 17, 2009, at 4:40 AM, Robert Denison wrote:
Hi,
I've set up my tomcat server to serve http requests on port 8080 and
https on port
>
> jdk is 1.3
Ouch! You really should consider an upgrade. What version of tomcat do
you have ... it hasn't been recommended that anyone set classpath since
tomcat 3 days. And then it was a nightmare trying to engineer
classpaths so all the apps and tomcat were happy. More details would be
gre
Not always. In the simplest of configurations, just serving out
webapps, it's better to go with a standalone Apache Tomcat
installation. Putting Httpd in front would just add latency to the
request and make the environment more complicated. If you need other
features best provided by Httpd, then
y do much of anything with
sessions. Maybe someone here can address that question since it appears
to be what you really want.
--David
Maurice Yarrow wrote:
> Hello Tomcat User Group and in particular, David Smith:
>
> My use-case is embedding meshcms inside my primary web app and
> in a
I'm still wondering why you'd want to do ROOT#multilevelcontext.xml when
it's functionally the same as multilevelcontext.xml. What use case do
you have for such a thing?
--David
Maurice Yarrow wrote:
> Hello Tomcat Users Grp and in particular, Pid and Konstantin Kolinko:
>
> Thanks for your repl
Have you run a filesystem checker on the disk lately? I would expect an
error like that to come from the underlying OS. A cheap test would be
to rename the file (struts_dojo.js.bad) and put a new one in with it's
original name.
--David
Mitch Claborn wrote:
> tomcat 6.0.20
> Java(TM) SE Runtime
You could implement a ServletContextListener that reads the properties
and makes them available however your app needs them.
--David
Ken T. wrote:
> I looked around online but couldn't find anything. Is there a way to
> start a web application under Tomcat with specific properties mappings.
>
NativeMethodAccessorImpl.java:39
> )
>
>at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
> .java:25)
>
>at java.lang.reflect.Method.invoke(Method.java:597)
>
> at org.apache.catalina.startup.Bootstrap.start(Bootstrap.ja
Elli Albek wrote:
> Hi,
> We have Tomcat behind a load balancer. The servlet API and tomcat libraries
> see the load balancer IP as the client IP.
>
> I tried to write a simple valve which will extract the IP from HTTP header
> X-Forwarded-For
> and continue the valve chain using this IP as the cl
Eric P wrote:
> Hi,
>
> (Tomcat newb alert)
>
> I've got a simple database servlet application that has a few model
> classes on the back end.
>
> I have the model classes pretty well genericized so that they could
> (almost) be utilized outside of Tomcat by another app, but they do
> utilize the T
Daniel B. Thurman wrote:
> On 09/23/2009 10:13 AM, Mark Thomas wrote:
>
>> Daniel B. Thurman wrote:
>>
>>
>>> Just wondering if this problem has been reported:
>>>
>>> URL: http://localhost/admin
>>>
>>> 1) The Login.jpg image is not appearing, and the
>>> Login/Password inputboxes
>> secure="true"
>>
>>>>clientAuth="false" sslProtocol="TLS"
>>>> keystoreFile="conf/keystore"
>>>>algorithm="IbmX509" />
>>>>
>>>&g
jithu mada wrote:
> Hi,
>
> I am using Tomcat 5.0.27 on AIX.
>
> Its abruptly closing a connection after processing a user request
> successfully.
>
> Wanted to know does it log anywhere why is it closing the connection or do
> we need to change any settings to make it log closed connections.
>
> T
Ok... but what actually ends up in your tomcat's webapps folder? If
it's a compressed .war file, it should have been expanded either in the
webapps folder or tomcat's work folder. What do you see in there?
Essentially I'd like to know what tomcat is given to work with ... not
what your source pr
Rafael Muneton wrote:
> Hello everyone:
> I’m learning the Struts framework and in my first Web Application, that
> contains only a JSP with the classic Hello World! Message, I have some
> problems.
>
> I’m using Windows XP SP2 as the OS.
> Apache Tomcat 5.5 as the web server.
> Ant 1.7.1 and
I am convinced somewhere in code, these connections are never returned
to the pool (closed from the app's point of view) and that's why you
have this problem . It's out of the pool's control what happens to the
connection while it's out on loan. Unfortunately I've never had the
chance to look int
Servlets handle uri encoded POSTs just fine. It's when the POST body is
encoded differently like with mulipart -- that's where tools like
fileupload come into the picture. Either way, the POST body should be
completely available to the servlet, even if it's just as an input stream.
Were there a
Could you provide the full stack trace? And if possible, can you
describe time it takes as it relates to the timeout of your MySQL
server? The default timeout in MySQL is 8 hours, but is configurable.
Also I'm assuming all the ${...} stuff is just you sanitizing the
block. One last question ..
Hassan Schroeder wrote:
> On Tue, Sep 8, 2009 at 12:07 PM, André Warnier wrote:
>
>
>> Mmmm. The concept of a "circular file" sounds interesting.
>>
>
> In classic American office parlance (yeah, showing my age here),
> "the circular file" (or "round file") was a euphemism for "trash can" :
ble('javascriptid','jstest');
so.addVariable('enablejs','true');
so.write('container');
It's rock solid stable even through forwarding.
--David
Adrian Matei wrote:
> Hi David,
>
> Thank you very much for your useful advice. Indeed with
André Warnier wrote:
> mateo-jl wrote:
>> Hello,
>>
>> i would like to have a circular catalina error file
>> is it possible ?
>>
> Mmmm. The concept of a "circular file" sounds interesting. Maybe you
> want to explain a bit what you mean ? there may be a great technical
> breakthrough lurking ther
Have you used a plugin like Firebug for Firefox to verify the url of the
.swf file as requested by the browser? What url does the browser try to
use to get the .swf file and what is the status code on the response
(200, 404, 500, etc., )?
--David
Adrian Matei wrote:
> Hi everyone,
>
> I've b
gt; - ojdbc6.jar (2111220 bytes)
>
> is it a driver-specific issue?
> I couldn't find out any useful (i.e. pastable) hint. is tomcat+oracle
> such a rare combination?
>
> thanks in advance,
> roberto
>
>
>
> ---
Just delete the original ROOT webapp and rename your webapp ROOT.
-- David
On Sep 7, 2009, at 5:54 AM, skarahan wrote:
Hi,
I use tomcat5.5 on ubuntu and have java web application.When I run
it, its
address looks like "http://servername:8180/myapp"; on browser address
line.But I don't lik
As configured below, try http://d1uap:4901/UMI/UMI/servlet/HUControlServlet
The servlet mapping in WEB-INF/web.xml should not include the context
path of the webapp.
--David
Lataxes, Karl wrote:
> I am attempting to migrate a servlet from Tomcat 5.0.25 to 6.0.18, but
> my efforts to access it
Strickland, Lawrence P wrote:
> How do I uninstall Tomcat 6.0 so that I can down level it to 5.5?
> This is on a UNIX operating system.
>
> Larry Strickland
> Lead Systems Administrator
> lawrence-strickl...@uiowa.edu
> University of Iowa Hospitals and Clinics
>
>
>
>
That depe
So, you are saying the EL expressions are evaluated, but the standard
taglibs aren't? Can you post a minimum jsp with the problem? Also
get rid of javaee.jar. I believe it duplicates servlet-api classes.
-- David
On Sep 2, 2009, at 5:03 AM, veerabahu
wrote:
Hi All,
We are using E
I believe once a servlet is initialized in memory, it stays in and is
re-used over and over. After removing the class, you'd have to reload
the webapp to make the change show.
--David
Daniele Development-ML wrote:
> Consider also that once the application is loaded is memory, even if you
> cance
ons of confidentiality.
> The addresses and names in my code have worked before though.
>
> Kind regards,
>
> Piet
>
> On Mon, Aug 17, 2009 at 2:42 PM, David Smith wrote:
>
>
>> Are you replacing DNS names and IPs with fakes for the purposes of email
>> o
Are you replacing DNS names and IPs with fakes for the purposes of email
or are these real values? 192.168.x.x is unroutable and suggests the
time out is because your firewall or cable router aren't passing through
the requests from clients.
--David
java piet wrote:
> Thank you for the feedback.
Drop the path attribute from your ...
definition. The path should ideally be driven by the name of the war
file, not explicitly called out in config unless your webapp is outside
the webapps directory.
--David
Andy Ee wrote:
> Hi Mark,
>
> Before I prepare my .war file, there is an existing META
Aaron Aberg wrote:
> Hi,
>
> I'm using Linux CentOS with Plesk 9.2.1, Tomcat 5.5 and Solr 1.3.0. I
> installed the solr war file through the plesk control panel but it
> doesnt start up. The logs reveal that solr/home property needs to be
> set before it can be started up. After some googling, I fo
Try installing Firebug on an install of Firefox and watch Firebug's Net
tab. You'll see all the requests, response codes and more as the page
loads. Should be able to figure out what's happening in short order.
--David
Gabriele Fatigati wrote:
> And very very strage, with user_1 pages has corre
ysql/java/apache/mod_jk configuration is the same
> that we have had for the last two years and the site ran fine. Tomcat is
> the only thing I have really changed. It might be a leak, but I have not
> added any code to the code we have used for the past two years, and I am
> unsure o
Mark Thomas wrote:
> Gabriele Fatigati wrote:
>
>> I kow what is tag , but simply i don't understand how i
>> have to write security coinstraints.
>>
>
> But you clearly don't know what a context path is. Read the servlet
> spec. It explains this.
>
>
>> You told me:
>>
>> "you don't ne
Your best bet is to assign your own cookie. Then on new session
creation, look for the cookie and repopulate the new session with
shopping cart data.
--David
Mitch Claborn wrote:
> My usage is: I store the key to the user's shopping cart in the
> session. I'd like the user to be able to come b
Mohamed Shah wrote:
> Hi,
>
> I am new to apache tomcat.
> May I know which is the root directory for source files like html,jsp. I
> guess it is webapps.
> How to call the files using browser. http://localhost:8080/mywork/name.jsp
> Is this right way to use?
> Then How to check if the service
Just to clarify, authentication to my mind means providing
username/password credentials. There's nothing in the connector aside
from maybe the clientAuth="false" attribute that controls this. Setting
that true would mean the client browser is required to send an
authentication certificate during
Roman Sokolyuk wrote:
> Thank you very much for your time.
> This fixed the problem.
>
> I have only one question. How does the browser determine which parts of the
> URL to strip?
>
> On Fri, Jul 31, 2009 at 11:07 AM, André Warnier wrote:
>
>
One way to handle the paths in jsps is to use some
1 - 100 of 1522 matches
Mail list logo