Question about lib folder of Webapps

2007-03-25 Thread Evrim Agha
- Don't be flakey. Get Yahoo! Mail for Mobile and always stay connected to friends.---BeginMessage--- Hi everyone I'd like to build a JSP to use and show results of using Sparql + Jena + Pellet libraries. I have set up a directory called MyFirstTestDir in

Re: Question about lib folder of Webapps

2007-03-25 Thread org
Too much pain... get yourself Netbeans, doing everything by hand is near impossible. In netbeans you can drop in your libs, make your JSP, debug it and deploy it. Good luck - Original Message - From: Evrim Agha To: Tomcat User Sent: Sunday, March 25, 2007 9:09 AM Subject:

Re: Question about lib folder of Webapps

2007-03-25 Thread Martin Gainty
+1 Netbeans is a great environment to work in and very easy to config BUT when adding any library it is important to know which classloader you will be using http://tomcat.apache.org/tomcat-5.5-doc/class-loader-howto.html System - generally for libraries utilised during Tomcat bootup Catalina -

RE: where is \common\endorsed in Tomcat 6.0? build.xml error

2007-03-25 Thread Caldarale, Charles R
From: Anil Philip [mailto:[EMAIL PROTECTED] Subject: where is \common\endorsed in Tomcat 6.0? build.xml error Where is \common\endorsed in Tomcat 6.0? By default, there isn't one in 6.0. If you want to change 6.0 to act like 5.5 in this regard, add the necessary directory to the

Re: Requesting files with non-English/international characters in their names

2007-03-25 Thread Mark Thomas
Thomas Peter Berntsen wrote: I have some trouble getting Tomcat to return files with non-English/international characters in their names. The good news is that this works for me. Now all we need to do is figure out why it doesn't for you ;) But when I request the other one, using

RE: [OT] java.util.MissingResourceException: Can't find bundle for basename

2007-03-25 Thread rvraaphorst
Hi Chuck, We got back last night after a 15 hour driver. We went to the town of Valloire in the Alps with our 7 weeks old daughter (no,she didn't ski) and it was great though the wheater was cold (-15, with wind -20) but we did get some fresh snow. I did find the snow tracks in Valloire (or

Fw: tomcat as service with VM arguments

2007-03-25 Thread Venky Vasant
I have pretty much resolved all the exceptions by adding required jar files to class path Now i dont get any exceptions but still tomacat does not start How do i know now what is the issue??? Need help here Regards Venkat - Forwarded Message From: Venky Vasant [EMAIL PROTECTED] To:

Tomcat on Windows Server 2003 R2

2007-03-25 Thread Markus Franz
Hi! I am running Microsoft Windows Server 2003 R2 Standard x64 Edition with JDK 6 (also x64 edition. My problem: I successfully installed Tomcat 6 (with the Windows Service installer). But everytime I try to start the service, it terminates without notice. The jakarta log contains the

Re: tomcat as service with VM arguments

2007-03-25 Thread Martin Gainty
Hi Ven- when you make Log4j method calls there is a log4j.properties file (located on your classpath) Log4j uses to determine config params I have attached a copy of my log4j.properties which I used in my last assignment - # Set root logger level and appenders log4j.rootCategory=INFO,

Re: Question about lib folder of Webapps

2007-03-25 Thread David Delbecq
Try to find out why some files have same name, it's probably because thay are the same share libraries, just put one copy of them :) Because what you are doing is building a webapp licaiton, which has some librarie, you need to know what libraries your are adding to your application , why and how

Re: Applet not initiated

2007-03-25 Thread Rashmi Rubdi
Place your Applet's class file anywhere but the WEB-INF folder, because WEB-INF folder is protected from client/browser's access, applet classes can't be accessed if they are under WEB-INF. Also use jsp:plugin tag , if you are accessing the Applet from a JSP file. -Rashmi On 3/25/07, Tomcat

Re: Requesting files with non-English/international characters in their names

2007-03-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thomas, Thomas Peter Berntsen wrote: Yes, my perception is also that ISO-8859-1 is Tomcat's default encoding. Just to be sure I edited the index.jsp of the ROOT app in which I have created the æøå.gif file and changed the encoding to UTF-8, but

Re: Tomcat on Windows Server 2003 R2

2007-03-25 Thread Layton Berry
I had this error in Win2k. Tomcat 6 needed msvcr71.dll in the Windows SYSTEM32 directory. I copied it in from a WinXP box. It fixed the problem. I found the answer in a Sun Developer Network Forum. Layton Markus Franz wrote: Hi! I am running Microsoft Windows Server 2003 R2 Standard x64

RE: where is \common\endorsed in Tomcat 6.0? build.xml error

2007-03-25 Thread Anil Philip
Thank you for replying. I appreciate it. I would like 6.0 to act like 6.0. Can you please tell me how to fix the build.xml? (I have no clue what common and endorsed are for). thanks, Anil --- Caldarale, Charles R [EMAIL PROTECTED] wrote: From: Anil Philip [mailto:[EMAIL PROTECTED] Subject:

Re: deploying problem

2007-03-25 Thread Deano!!
well being i cant even get the loging page to show u suppose there is a problem with how my tomcat is setup? Rashmi Rubdi-2 wrote: Although the JSF app worked on Tomcat 5.5, I saw some errors relating to JDBC connection on the console: Cannot load JDBC driver class

Re: deploying problem

2007-03-25 Thread Rashmi Rubdi
On 3/25/07, Deano!! [EMAIL PROTECTED] wrote: well being i cant even get the loging page to show u suppose there is a problem with how my tomcat is setup? Yes, it could be possible. In the past I've had problems with spaces in the installation path, so from then on I never install anything

Re: deploying problem

2007-03-25 Thread Deano!!
cheers, all i did to install it really was jjust choose to install it on the add/remove applications in fedora 6, and it seemed to sort it self out, then i assumed by the manager/admin application fro tomcat working then my project should.. Rashmi Rubdi-2 wrote: On 3/25/07, Deano!! [EMAIL

Re: where is \common\endorsed in Tomcat 6.0? build.xml error

2007-03-25 Thread burrus1
it really doesn't help you out any now but there used to be a common folder contained in the Tomcat installation under the lib folder but they apparently decided to do away with it for some reason! - Original Message From: Caldarale, Charles R [EMAIL PROTECTED] To: Tomcat Users List

Launching Tomcat at boot

2007-03-25 Thread dimitryous r .
Hello, Is there a way for me to launch my Apache Tomcat server automatically at each boot? Right now I have to launch Terminal.app and then type /usr/local/bin/ start_tomcat (or paste the stuff). Result ok at http://192/168/0/1:8080 . I tried to put the the following code - the file name is

Re: Launching Tomcat at boot

2007-03-25 Thread Hassan Schroeder
On 3/25/07, dimitryous r. [EMAIL PROTECTED] wrote: My start_tomcat contain the following code: export JAVA_HOME=/usr Well, right off the bat that line is useless :-) It needs to point to your installation of Java. Fix that and make sure the script starts Tomcat when run from the command

RE: Connections in tomcat resource in busy state forever

2007-03-25 Thread James McIntosh
Hi Drazen, Looking at the Oracle site there is a new JDBC driver available which may address this problem but I haven't had time to investigate. Here is their bug fixes list: http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/htdocs/readme_jdbc_10203.html But if it doesn't solve it

Re: where is \common\endorsed in Tomcat 6.0? build.xml error

2007-03-25 Thread Anil Philip
How should I modify build.xml - should I simply remove these lines or what is their new location? http://tomcat.apache.org/tomcat-6.0-doc/appdev/build.xml.txt !-- Include all elements that Tomcat exposes to applications -- pathelement location=${catalina.home}/common/classes/ fileset

Re: where is \common\endorsed in Tomcat 6.0? build.xml error

2007-03-25 Thread Martin Gainty
Anil- If you follow the ClassLoader how to from TC6 located at http://tomcat.apache.org/tomcat-6.0-doc/class-loader-howto.html For TC6 I would'nt config 'shared' in your build.xml but instead configure for 'common' HTH Martin--

Re: Launching Tomcat at boot

2007-03-25 Thread David Harrison
On 26/03/2007, at 10:30 AM, Hassan Schroeder wrote: On 3/25/07, dimitryous r. [EMAIL PROTECTED] wrote: My start_tomcat contain the following code: export JAVA_HOME=/usr Well, right off the bat that line is useless :-) It needs to point to your installation of Java. Fix that and make

Re: Launching Tomcat at boot

2007-03-25 Thread Hassan Schroeder
On 3/25/07, David Harrison [EMAIL PROTECTED] wrote: export JAVA_HOME=/usr No the JAVA_HOME directive is correct for OSX. This article maybe worth reading, it covers setting Tomcat to load on boot in OSX. It appears to be written for 10.3 but the theory should hold true for 10.4: ??? The

Re: Launching Tomcat at boot

2007-03-25 Thread Martin Gainty
Good information! Thanks David, Martin-- --- This e-mail message (including attachments, if any) is intended for the use of the individual or entity to which it is addressed and may contain information that is privileged,

Re: Launching Tomcat at boot

2007-03-25 Thread David Harrison
On 26/03/2007, at 1:36 PM, Hassan Schroeder wrote: On 3/25/07, David Harrison [EMAIL PROTECTED] wrote: export JAVA_HOME=/usr No the JAVA_HOME directive is correct for OSX. ??? The article shows this line in the example startup script export

Re: Launching Tomcat at boot

2007-03-25 Thread Hassan Schroeder
On 3/25/07, David Harrison [EMAIL PROTECTED] wrote: Either way works but Apple seems to promote the JAVA_HOME=/usr alternative: Um, an article citing Tomcat *4.0.1* as the latest? OK Let's just say: my startup script works, the OP's doesn't. You're more than welcome to adhere to the

Re: Configure ssl support on my tomcat instance number 2

2007-03-25 Thread Cartman
ok, thanks. On 3/24/07, Filip Hanik - Dev Lists [EMAIL PROTECTED] wrote: try to specify a full path for keystoreFile, not a relative one. my guess is that it is trying to read TOMCAT_HOME/bin/ssl/.keystore Filip Cartman wrote: Hi, i install two tomcat intances on my machine; and i modified

Re: where is \common\endorsed in Tomcat 6.0? build.xml error

2007-03-25 Thread Anil Philip
I wonder how was Tomcat 6 released even though the documentation is clearly for 5? Even the text says tomcat 5 at multiple places. It would be good if a bug were opened. As for me, I shall go back to 5.5 - Anil --- Martin Gainty [EMAIL PROTECTED] wrote: Anil- If you follow the ClassLoader

Re: Apache 2.2 mod_jk Tomcat 5.5 Keeps running

2007-03-25 Thread Scott Cole
Well I had some success with this problem. I was wondering why Tomcat would behave differently under a connection from the apache server (localhost:8009) than a connection from a browser (localhost:8080). After looking around I noticed in server.xml there is a section called Connector for

Re: Re: A newbie question

2007-03-25 Thread Steven
Thank you for your answer. I found the setting in the server.xml file and I can see the webpage coming up, when I type http://localhost/ on the same machine. But the page is still not showing when I check from my other computer from the LAN (I type http://192.168.10.100) It says: The page

Re: deploying problem

2007-03-25 Thread Rashmi Rubdi
On 3/25/07, Deano!! [EMAIL PROTECTED] wrote: cheers, all i did to install it really was jjust choose to install it on the add/remove applications in fedora 6, I tested your app on MS Windows XP. May be your JSF app needs to be configured for the Linux environment, for example paths in Linux

Service instance serialization question

2007-03-25 Thread Tom Kobialka
Hi, I have a web service which is running under the Tomcat container. Tomcat creates a new instance of this web service with each incoming simultaneous connection. The problem I am having, is that my web service calls a hardware device which can only handle one query at a time. If I have 5

Re: Tomcat mod_proxy_ajp and jk exceptions

2007-03-25 Thread Erik Melkersson
and while we're on the subject, what's the difference b/w proxyPass and ProxyPassReverse in laymens terms? I think thats a question for the Apache-web server mailinglist but... ProxyPass forwards the request from the user to another web server ProxyPassReverse rewrites the response from the