How to deploy a war-file to tomcat 4?

2004-03-09 Thread Martin Monsorno
Hi all, I have a war-file containing my application, and the application needs a data source. A not too unusual situation, I suppose. Now, when I install my application (by copying the war to the webapp-dir by using the manager app), it won't run, because it has no data source available. To

Re: Context mapping and war

2004-03-23 Thread Martin Monsorno
Jesse Vitrone [EMAIL PROTECTED] writes: So in TC5, the conext is part of the war file, and I don't need to do anything separate? All that info can be in the war file? In TC5, you can define the context in a special file in conf/Catalina/localhost/webapp.xml. With this, everything works as

JNDI-lookup fails with GlobalResources

2003-11-14 Thread Martin Monsorno
Hi *, I recently installed tomcat 4.1.29 and deployed a web application on it via a war-file. The provided server.xml contains the following lines: , |... | !-- Global JNDI resources -- | GlobalNamingResources | | !-- Test entry for demonstration purposes -- | Environment

Re: JNDI-lookup fails with GlobalResources

2003-11-14 Thread Martin Monsorno
Christopher Schultz [EMAIL PROTECTED] writes: Martin, I recently installed tomcat 4.1.29 and deployed a web application on it via a war-file. The provided server.xml contains the following lines: Have I forgotten to do some additional initialization or configuration or something else?

cannot access my web application (resource is not available)

2003-11-19 Thread Martin Monsorno
!-- -*- xml -*- -- !-- Example Server Configuration File -- Server port=8005 shutdown=SHUTDOWN debug=0 !-- Global JNDI resources -- GlobalNamingResources !-- Test entry for demonstration purposes -- Environment name=simpleValue type=java.lang.Integer value=30/

Re: cannot access my web application (resource is not available)

2003-11-20 Thread Martin Monsorno
(Hmm, the mailing list server seems to have swallowed the message text part of my posting - here it is:) Hi *, after managing to install my web-app, I cannot access it with my browser. The installation is as follows: - I set CATALINA_BASE to a directory - created a conf/server.xml with the

XSLT transformations with tomcat

2004-06-30 Thread Martin Monsorno
Hi *, I have some questions about XSLT transformations with tomcat (4 and 5). 1.) There doesn't seem to be a XSLT-processor included in TomCat. Isn't this mandatory for a J2EE web container? Isn't this needed for the transform taglibs? 2.) When removing the xalan.jar-package from my web-app, I

strange error when processing stylesheets: tomcat, jdk1.4, windows, xalan

2004-07-01 Thread Martin Monsorno
Hi *, I get the following error when trying to transform a xml document with a XSLT stylesheet: ; SystemID: jndi:/localhost/ipas/xsl/minutes_pdf.xsl; Line#: 298; Column#: 66 javax.xml.transform.TransformerException: Unknown error in XPath at

Re: strange error when processing stylesheets: tomcat, jdk1.4, windows, xalan

2004-07-01 Thread Martin Monsorno
Martin Monsorno [EMAIL PROTECTED] writes: Hi *, I get the following error when trying to transform a xml document with a XSLT stylesheet: ; SystemID: jndi:/localhost/ipas/xsl/minutes_pdf.xsl; Line#: 298; Column#: 66 javax.xml.transform.TransformerException: Unknown error in XPath