SSL cert

2005-08-02 Thread Andreas Andersson
anything wrong? Anyone else had this problem? Thanks. -- Andreas Andersson IT Dept. Travelstart Nordic [EMAIL PROTECTED] http://www.travelstart.se - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: SSL cert

2005-08-02 Thread Andreas Andersson
Raghupathy,Gurumoorthy wrote: Did you restart tomcat ? Of course, several times just to be sure :) -- Andreas Andersson IT Dept. Travelstart Nordic [EMAIL PROTECTED] http://www.travelstart.se - To unsubscribe, e-mail: [EMAIL

remove stack-trace from public web

2005-03-31 Thread Andreas Andersson
Hi! Is there anyway to make tomcat not print the stack trace when jsp fails? -- Andreas Andersson IT Dept. Travelstart Nordic [EMAIL PROTECTED] http://www.travelstart.se - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

start/stop-script from source dist

2005-03-31 Thread Andreas Andersson
Is there a start/stop-script in the source distribution thats suitable to run from /etc/init.d on linux? Or is there a way to make one automatically? -- Andreas Andersson IT Dept. Travelstart Nordic [EMAIL PROTECTED] http://www.travelstart.se

replacing ROOT

2005-03-23 Thread Andreas Andersson
. Any ideas? -- Andreas Andersson IT Dept. Travelstart Nordic [EMAIL PROTECTED] http://www.travelstart.se - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: replacing ROOT

2005-03-23 Thread Andreas Andersson
= docBase=ROOT debug=0/ -- When are the xml-files from /webapps read? -- Andreas Andersson IT Dept. Travelstart Nordic [EMAIL PROTECTED] http://www.travelstart.se - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

different versions of libraries

2005-03-23 Thread Andreas Andersson
Hi! I need to use a really new version of xalan/xerces in one of my applications. Where should I put the .jars to make application specific? Is it even possible? -- Andreas Andersson IT Dept. Travelstart Nordic [EMAIL PROTECTED] http://www.travelstart.se

Re: replacing ROOT

2005-03-23 Thread Andreas Andersson
doesn't recompile the files :) Thanks everyhone for the help. -- Andreas Andersson IT Dept. Travelstart Nordic [EMAIL PROTECTED] http://www.travelstart.se - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: different versions of libraries

2005-03-23 Thread Andreas Andersson
functioning) version av xerces/xalan. It seems to me that the files I place under WEB-INF/lib isn't really read at all, at least not overriding the other once. I guess that a separat install is the only way to go :( -- Andreas Andersson IT Dept. Travelstart Nordic [EMAIL PROTECTED] http

Re: using shared objects from tomcat

2005-02-09 Thread Andreas Andersson
to relink the .so with a packagestructure (thats my next problem :). Thanks for the help! -- Andreas Andersson IT Dept. Travelstart Nordic [EMAIL PROTECTED] http://www.travelstart.se - To unsubscribe, e-mail: [EMAIL PROTECTED

using shared objects from tomcat

2005-02-08 Thread Andreas Andersson
and a standalone java application loads libraries? And what is the restrictions on loading subsekvent libraris (ie the first one loads the ones it depends on). If I could assigne Duke Dollars, Expert Exchange Dollars or some kind of Tomcat Dollars I would. -- Andreas Andersson IT Dept. Travelstart

Re: using shared objects from tomcat

2005-02-08 Thread Andreas Andersson
party product that we can't alter or even have altered for us. -- Andreas Andersson IT Dept. Travelstart Nordic [EMAIL PROTECTED] http://www.travelstart.se - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Using native and ld_library_path

2005-02-02 Thread Andreas Andersson
any help. -- Andreas Andersson IT Dept. Travelstart Nordic [EMAIL PROTECTED] http://www.travelstart.se - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Using a database under tomcat for linux

2005-02-02 Thread Andreas Andersson
codeBase file:/long-path/WEB-INF/lib/mysql-connector-java-3.0.5-gamma-bin.jar { permission java.net.SocketPermission localhost:3306, connect; }; Does anyone have an example of a working configuration? Thanks. -- Andreas Andersson IT Dept. Travelstart Nordic [EMAIL PROTECTED] http

Re: Using native and ld_library_path

2005-02-01 Thread Andreas Andersson
information available in some way? This is really frustrating since it shouldn't be this hard :) I appreciate any help. -- Andreas Andersson IT Dept. Travelstart Nordic [EMAIL PROTECTED] http://www.travelstart.se - To unsubscribe, e-mail

Using native and ld_library_path

2005-01-26 Thread Andreas Andersson
can set this parameter in tomcat? I've turned of security to see if that could be the error but it wasn't. Any help is welcome :) -- Andreas Andersson IT Dept. Travelstart Nordic [EMAIL PROTECTED] http://www.travelstart.se

Re: Using native and ld_library_path

2005-01-26 Thread Andreas Andersson
-DLD_LIBRARY_PATH=/path/to/so-file ? -- Andreas Andersson IT Dept. Travelstart Nordic [EMAIL PROTECTED] http://www.travelstart.se - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Using native and ld_library_path

2005-01-26 Thread Andreas Andersson
System.loadLibrary() in the javacode that does work (outside tomcat), do I have to? -- Andreas Andersson IT Dept. Travelstart Nordic [EMAIL PROTECTED] http://www.travelstart.se - To unsubscribe, e-mail: [EMAIL PROTECTED

web.xml

2004-12-06 Thread Andreas Andersson
Hi all! I'm wondering how to get the values of the context-param CONFIGFILE (see below) into my normal class. web-app context-param param-nameCONFIGFILE/param-name param-valuec:\some\path\config.xml/param-value /context-param /web-app -- Andreas Andersson IT Dept. Travelstart Nordic

Re: web.xml

2004-12-06 Thread Andreas Andersson
Allistair Crossley wrote: normal class? Is that a Servlet? Well, no. This class is called from another class wich in turn is used in a jsp-page as a session bean. Do I have to pass the value down all the way via jsp:setProperty? -- Andreas Andersson IT Dept. Travelstart Nordic [EMAIL PROTECTED

Re: web.xml

2004-12-06 Thread Andreas Andersson
class nostatic and in the application scope. What is best practise? -- Andreas Andersson IT Dept. Travelstart Nordic [EMAIL PROTECTED] http://www.travelstart.se - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands