Re: Installing Java Advanced Imaging In Tomcat.

2010-04-26 Thread Stephen Souness
aditya siram gmail.com> writes: > > Hi all, > I am having issues using jai [1] with a Tomcat webapp. I am running > the tomcat6 package installed from the Ubuntu repos. > > The webapp does some image decompression and is unable to detect > CLibJpegImageReader which is a class in the jai_imagei

RE: Tomcat scalability setting - need help please

2010-04-11 Thread Stephen Souness
What sort of transaction isolation level requirements does your application have? If users are prevented from accessing the functionality of the system when a large query is being run then I would recommend checking whether the database is locking the tables. cinlung wrote: > > Dear Leon >

Re: Apache Tomcat 6.0 loads blank page

2009-02-01 Thread Stephen Souness
Hi. I believe the error will be preventing Tomcat from starting - which is why the restart attempt is failing when it attempts to connect to the shutdown port - according to the log posted. Find and fix the XML issue, then you should be good to get Tomcat started. -- Stephen Souness

Re: javax.naming.NameNotFoundException: Name jdbc is not bound in this Context

2009-01-29 Thread Stephen Souness
Which lib did you put your jars in? The web app's or Tomcat's? -- Stephen Souness Hamacher, Eric wrote: Hello: This has been a truly frustrating problem. Here is what I did: Tomcat 6.0.18 JDK 1.5 u 16 Eclipse w/ WTP 3.4.1 Ojdbc14dms.jar Dms.jar I placed my drivers in lib. In

Re: Tomcat 6.0 loading servlet twice

2009-01-29 Thread Stephen Souness
Also, make sure you clean out Tomcat's work directory - just to be sure that your config changes are taking effect. -- Stephen Souness Ani wrote: On Thu, Jan 29, 2009 at 11:40, Ani wrote: Hello, I have a web application in which I am facing one wiered pbm. I see tomcat loading ser

Re: Deploying a Java Web Application on / folder

2008-09-17 Thread Stephen Souness
You'll get better mileage as; ROOT.war - case sensitivity tends to matter for this sort of thing. -- Stephen Souness Martin Gainty wrote: deploy your application as root.war http://tomcat.apache.org/tomcat-5.5-doc/virtual-hosting-howto.html M

Re: Shared Javascript, CSS, and Image Files

2008-05-15 Thread Stephen Souness
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stephen, Stephen Souness wrote: | The symbolic link solution should be fine as long as you configure | Tomcat to follow symbolic links (see Steve O's response in this thread). | | Having a "shared webapp"

Re: Save POJO Application Server Definition

2008-05-14 Thread Stephen Souness
I'm with you David, I don't visit these groups to see spam thinly disguised as Tomcat-related messages. -- Stephen Souness David Fisher wrote: We know you think your stuff is so kewl, but would you please stop leading all your email with an evangelical tag line. That would be

Re: Shared Javascript, CSS, and Image Files

2008-05-14 Thread Stephen Souness
y cookies were involved. -- Stephen Souness Johnny Kewl wrote: - Original Message - From: "John Buchholz" <[EMAIL PROTECTED]> To: Sent: Wednesday, May 14, 2008 1:21 AM Subject: Shared Javascript, CSS, and Image Files Hi, I am looking for the recommended sol

Re: Trying to Map a web application to "/" in tomcat 5.5

2007-12-17 Thread Stephen Souness
nt for that? Martin-- Message - From: "Stephen Souness" <[EMAIL PROTECTED]> To: Sent: Monday, December 17, 2007 2:31 PM Subject: Re: Trying to Map a web application to "/" in tomcat 5.5 Martin Gainty wrote: If you are front-ending with Apache you can use RewriteRul

Re: Trying to Map a web application to "/" in tomcat 5.5

2007-12-17 Thread Stephen Souness
Martin Gainty wrote: If you are front-ending with Apache you can use RewriteRule http://mail-archives.apache.org/mod_mbox/tomcat-users/200608.mbox/%3Cecdskn$ [EMAIL PROTECTED] Have you considered deploying your application as root.war? NB: ROOT.war is the filename that Tomcat looks for as the

Re: Save sessions across restarts

2007-06-19 Thread Stephen Souness
Martin Gainty wrote: playing around with sessions or cookies has no impact on ability to preserve one's capability or ability to establish role verification if you dont know anything about jetspeed you need to stay quiet In any event lets take this offline as you dont have a clue what SSO means

Re: Found a product for running Tomcat off CDROM -have anybody tried it?

2007-02-20 Thread Stephen Souness
Interesting that the Stunnix website appears to make no mention of who is actually behind it the product. Also interesting that you have posted a very similar message to a python mailing list, subject: "Found a product for running Python-based websites off CDROM -have anybody tried it?" -- S

Re: Tomcat and JSF. Internet Explorer prompts for download

2006-11-08 Thread Stephen Souness
I'm no JSF expert, but the following might get you somewhere... Do you have a MIME type configured for the url extension(s) that you have for your JSF URLs? I've also seen a recommendation to add the following directive: on the Core JSF FAQ page. -- Stephen Christopher Schultz wrote: -

Re: Complier not recognizing

2006-11-06 Thread Stephen Souness
Sounds more like eclipse is not set up to allow use of Java 5 (your examples are the new for loop and generics). Change your "Java Compiler" settings for Compiler Compliance level for the project or workspace. -- Stephen gp wrote: My Eclipse is not recognixing formats like the for loop str

Tomcat 5.5 on port 80 using jsvc

2006-10-05 Thread Stephen Souness
ething to listen on that port). -- Stephen Souness - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Http11AprProtocol took 2 hr to init on http-443

2006-06-19 Thread Stephen Souness
. Changing the securerandom.source entry in ${JAVA_HOME}/jre/lib/security/java.security to file:/dev/urandom solved it for us. -- Stephen Souness Jeff Chuang wrote: Thanks for responses. If I put connector ajp-8009 configuration block BEFORE connector http-443 in server.xml, the log looks like Jun