coreservlets

2004-04-11 Thread electroteque
I found this place pretty extensive, I may buy the books, would anyone recommend these ? www.coreservlets.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Autoreply: coreservlets

2004-04-11 Thread DirectXtras
Hello, Due to the increased volume of SPAM this mailbox has been closed. Please contact us via http://www.directxtras.com/ContactUS.asp We apology for the inconvenience. Best Regards, -- The DirectXtras Team - DirectXtras - Xtr

RE: coreservlets

2004-04-11 Thread Schalk
I have the first edition, it is pretty nice and very detailed. Have not looked at the other book or the second edition but think the newer books will be a better bet. Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding emotionalize.conc

Global resource JDBC/JNDI

2004-04-11 Thread snpe
Hello, I set jdbc/jndi for web application, but I want set jdbc/jndi for all applications I try set jdbc/jndi in GlobalResource, but this resources don't see in web application automatic Is it possible regards Haris Peco - To

RE: Global resource JDBC/JNDI

2004-04-11 Thread D'Alessandro, Arthur
You need to make a refernce in your web app contexts to the global resource: -Original Message- From: snpe [mailto:[EMAIL PROTECTED] Sent: Sunday, April 11, 2004 12:49 PM To: [EMAIL PROTECTED] Subject: Global resource JDBC/JNDI Hello, I set jdbc/jndi for web application, but I want

[Tomcat 5] x:transfrom throws exception

2004-04-11 Thread Felix Gnass
Hello, I am migrating a webapp from Tomcat 4 to Tomcat 5.0.19. Everything works fine (including JSTL 1.1), only when using the following exception is thrown: java.lang.IllegalStateException: can't declare any more prefixes in this context at org.xml.sax.helpers.NamespaceSupport$Context.dec

Warning!

2004-04-11 Thread Webmaster
Norton AntiVirus Deleted1.txt Description: plain/text - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

hey you

2004-04-11 Thread craigmcc
Norton AntiVirus Deleted1.txt Description: plain/text - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

FW: Os X

2004-04-11 Thread Andrew Robinson
Hi all, I'm new to this list...Has anyone sucessfully installed tomcat on an OS X machine, I can't seem to get it to work. Thanks, Andrew

Re: FW: Os X

2004-04-11 Thread Hassan Schroeder
Andrew Robinson wrote: I'm new to this list...Has anyone sucessfully installed tomcat on an OS X machine, I can't seem to get it to work. Yes. It would probably be more useful if you specified what exactly you did and what exact problem you're having, eh? -- Hassan Schroeder ---

RE: FW: Os X

2004-04-11 Thread Andrew Robinson
Good point, I tried to do the build and I got a few of these errors [javac] public interface HttpSessionActivationListener extends EventListener { [javac]^ [javac] /Users/macusr/Desktop/apache-ant-1.6.1/jakarta-tomcat-5.0.19-src/ jakarta-servletapi-5/jsr154/src/share/javax

Re: Os X

2004-04-11 Thread Sandy McArthur
Sure, I develop on OS X with Tomcat as my test container. 1: Download the tar.gz binary. Try to download it without letting Safari automatically unpack it. 2: open a terminal and run: `gnutar xzf jakarata-tomcat-*.tar.gz` 3: change directory into jakarata-tomcat-* 4: create the file: bin/sete

Tomcat and my application's performance ... time being lost?

2004-04-11 Thread Allistair Crossley
Hello Guys *sigh* I am trying to make my app work as quick as possible but look at these stats... Page name: page_6 page_7 page_8 page_9 page_10 page_11 Min web transaction (without images): 460.79 1962.42 2296.12 2881.90 2660.72 1640.80 Avg web transaction (withou

Re: FW: Os X

2004-04-11 Thread Hassan Schroeder
Andrew Robinson wrote: I tried to do the build Why? If you're just getting started with this, I'd recommend that you install a binary version to get a feel for the installation, configuration, app deployment, etc. Once you're comfortable with that you can move on to installing from source if desi

RE: FW: Os X

2004-04-11 Thread Andrew Robinson
I wasn't sure if the binary would work with OS X...I've had bad luck with *nix binaries and os X. I'll give it a try and see if it works. Thanks, Andrew -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] rg] On Behalf Of Hassan Schroeder Sent: Sunday, April 11, 2004 3:

RE: Os X

2004-04-11 Thread Andrew Robinson
It seems to run but I get an error page when I go to the server at port 8080 ERROR The requested URL could not be retrieved While trying to retrieve the URL: / The following error was encountered: Invalid URL S

Re: Os X

2004-04-11 Thread Hassan Schroeder
Andrew Robinson wrote: It seems to run but I get an error page when I go to the server at port 8080 ERROR The requested URL could not be retrieved I'd suggest you stop Tomcat and restart using 5: start tomcat by `./bin/catalina.sh run` Leave that window open and watch the output as you try to acc

RE: Os X

2004-04-11 Thread Andrew Robinson
I figured out that it was a conflict with port 8080. I switched the port in the server.xml and now it is working very wellNow to learn more about jsp and servletsThanks for all your help Andrew -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] rg] On Behalf Of

RE: RE: RE: Os X

2004-04-11 Thread Andrew Robinson
It was working...I had to restart the machine and now I can't get to the tomcat mainpage that was loading...the one with the links...nothing comesup when I go to the server at the port # I was using...I restarted tomcat but I don't know what else to do Any suggestions, Andrew -Original M

Re: Os X

2004-04-11 Thread Hassan Schroeder
Andrew Robinson wrote: It was working...I had to restart the machine and now I can't get to the tomcat mainpage that was loading...the one with the links...nothing comesup when I go to the server at the port # I was using...I restarted tomcat but I don't know what else to do Everything below s

Re: [Tomcat 5] x:transfrom throws exception

2004-04-11 Thread Felix Gnass
To answer my own question, the problem can be fixed by placing the newest xalan.jar (2.6.0) in WEB-INF/lib. Thanks to Jouko Johansson, who obviously ran into the same problem: http://www.mail-archive.com/[EMAIL PROTECTED]/msg119042.html || -Felix Felix Gnass wrote: Hello, I am migrating a weba

Oracle 9i TomCat SQLJ JSP

2004-04-11 Thread tomcat
I have small test JSP to use SQLJ. Using JDeveloper works fine with embedded OC4J. But when deployed to TomCat 5 fails with the below error. I copied translator.jar and runtime12.jar as well as the orcale jdbc driver jar ojdbc14.jar from C:\oracle\ora92\sqlj\lib to C:\Tomcat\common\lib but still fa

RE: Clustering Application Scope Objects

2004-04-11 Thread Filip Hanik \(lists\)
not implemented right now, how would you solve conflicts? Filip -Original Message- From: Mike Duffy [mailto:[EMAIL PROTECTED] Sent: Friday, April 09, 2004 5:48 PM To: Tomcat Users List Subject: Clustering Application Scope Objects I've read documentation for The Tomcat 5 Servlet/JSP C

Re: Thanks!

2004-04-11 Thread tomcat-user
Please read the attached file. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Newbie problem with JSP contexts & virtual hosts

2004-04-11 Thread James Bucanek
Greetings all, I'm sure this is a newbie problem, but a search of the archives didn't reveal what I was looking for. It's probably easiest if I first describe what I want to accomplish: Mac OS X Server 10.3.3 Apache 1.3.29 Tomcat 4.1.24 (a) Deploy a webapp directory (or .war) that contains Jav

RE: FW: Os X

2004-04-11 Thread Carl Olivier
Erm, the .java file is incorrectly named: HttpSessionAttruteListener.java Should matcht he class declaration: HttpSessionAttributeListener.java (the missing i) Carl -Original Message- From: Andrew Robinson [mailto:[EMAIL PROTECTED] Sent: 11 April 2004 09:44 PM To: 'Tomcat Users List

RE: Clustering Application Scope Objects

2004-04-11 Thread Mike Duffy
>>>how would you solve conflicts? For my purposes, I would let the database manage conflicts. Each application scope object would be tied to the database, a change made on a specific application server would first update the database. For example, the information from a table containing label/