Re: [mod_jk] 1.2.22 won't build (libtool error) :(

2007-05-13 Thread Rainer Jung
Hi Christopher, Perhaps this (potential - I've /never/ seen it on other systems) issue could be avoided by adding a bit of documentation to the BUILD.txt file that says "if you get a weird error about tags not being defined, try running this: export CC=`apxs -q CC` I've now reordered configur

How to read file content from servlet?

2007-05-13 Thread Teh Noranis Mohd Aris
Dear All, I have an applet that sends data name, score and ScoreFile to a servlet that get these data to be saved in a file. My question is, how can I send these data from the servlet to the applet (reversed) so that I can use only the data name in processing? Please help. Thank you.

RE: cant't log in to tomcat manager

2007-05-13 Thread Caldarale, Charles R
> From: green [mailto:[EMAIL PROTECTED] > Subject: cant't log in to tomcat manager > > i have tried all manager roles form the tomcat-users.xml > file, to login. but it doesen't work. You have to add a userid of your choice with a role of "manager" to the default tomcat-users.xml; there isn't o

RE: war package ignores context fragment?

2007-05-13 Thread Caldarale, Charles R
> From: Tomi N/A [mailto:[EMAIL PROTECTED] > Subject: war package ignores context fragment? > > Just put a context fragment file under > $CATALINA_HOME/conf/Catalina/localhost that looks > something like this... A better place for the would be in META-INF/context.xml of the webapp. > > v

Re: war package ignores context fragment?

2007-05-13 Thread Tomi N/A
2007/5/13, Hassan Schroeder <[EMAIL PROTECTED]>: On 5/13/07, Tomi N/A <[EMAIL PROTECTED]> wrote: > I want to set up an application called solr to run on tomcat. I have a > problem with a property I need to set so that the application will run > correctly: I don't understand the instructions for t

Re: Run Xalan on Tomcat

2007-05-13 Thread Martin Gainty
Domenico download xalan here http://xml.apache.org/xalan-j/downloads.html I would deploy the demo servlet xalanservlet suppling the 3 required params on the QueryString XML XSL PVAL e.g. http://localhost:8080/xalanservlet/?XML=fooparam.xml&XSL=fooparam.xsl&PVAL=Hello HTH/ Martin This email mess

synchronizing Tomcat start and axis web service application start.

2007-05-13 Thread Hakan . Barisik
Hi I am trying to find a config point or some mechanism where I can make Tomcat to start ( not just load ) my axis web service application. As the component initialization during startup for my application will take some time (2 minutes), I want Tomcat to handle incoming requests wi

Re: Run Xalan on Tomcat

2007-05-13 Thread Rashmi Rubdi
On 5/13/07, domenico di leo <[EMAIL PROTECTED]> wrote: Hi How can I run Xalan on Tomcat? Configure it as you would configure other plug-ins. That is, place xalan.jar (and dependent JAR files such as serializer.jar) either in 1) your projects /WEB-INF/lib folder or in Tomcat's shared folder (

Run Xalan on Tomcat

2007-05-13 Thread domenico di leo
Hi How can I run Xalan on Tomcat? I use Tomcat 5.5.23 and I'm newbie many thanks - 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: war package ignores context fragment?

2007-05-13 Thread Hassan Schroeder
On 5/13/07, Tomi N/A <[EMAIL PROTECTED]> wrote: I want to set up an application called solr to run on tomcat. I have a problem with a property I need to set so that the application will run correctly: I don't understand the instructions for the tomcat setup. $ cat /tomcat55/conf/Catalina/local

war package ignores context fragment?

2007-05-13 Thread Tomi N/A
I want to set up an application called solr to run on tomcat. I have a problem with a property I need to set so that the application will run correctly: I don't understand the instructions for the tomcat setup. From the "solr on tomcat setup guide": -

Re: Oracle JDBC connection Tomcat 5.5

2007-05-13 Thread Martin Gainty
make sure the driver is ok first e.g. import java.sql.*; Properties props = new Properties(); String c_sUserNameKey="username"; String c_sPasswordKey="password"; String c_sDBURL ="jdbc:oracle:thin:@"; String c_sDriverName ="oracle.jdbc.driver.OracleDriver"; //Instantiate driver Driver c_Driver=n

Re: Oracle JDBC connection Tomcat 5.5

2007-05-13 Thread Rashmi Rubdi
On 5/12/07, Zdeněk Vráblík <[EMAIL PROTECTED]> wrote: Hi Rashmi, thans for reply. Configuration that is described in link you sent me works fine. Problem is when I change the datasource factory to Oracle datasource factory. Than is not possible to find this datasource through JNDI lookup and th

Embedded Tomcat 6

2007-05-13 Thread lightbulb432
Why is there no embedded Tomcat download for Tomcat 6, while there is for Tomcat 5.5? What's the difference between regular and embedded Tomcat, in terms of functionality and what the distributions come with? -- View this message in context: http://www.nabble.com/Embedded-Tomcat-6-tf3736013.ht

RE: Tomcat and mod_jk

2007-05-13 Thread David Short
Hi Scott, That did the trick! Are you using Tomcat 5.5.23? I didn't have to do this with previous versions of Tomcat... This might be bug reporting material. Did you report this as a bug? If not, I will. Thanks you for your response, Dave -Original Message- From: Scott Cole [mailto

Re: Tomcat Inner Gold Mine

2007-05-13 Thread Johnny Kewl
Thanks but no... just a reoccuring urge I get to expose more of tomcats inherent functionality... but then it could be as Christopher Schultz mentioned because I'm still on 5.5.23... and Tomcat 6 now exposes the inner libs. Its just stuff like, you need to hash something and MD5 is in tomcat

RE: Tomcat Embedded - Limitations?

2007-05-13 Thread risky57
ive never liked installing tomcat. i just never liked sonfiguring it. but tomcat embedded. was so easy, i thought. so why would i choose regular tomcat over tomcat embedded if i find embedded easier to install and there are no limitations? why would anyone? Caldarale, Charles R wrote: > >

Re: cant't log in to tomcat manager

2007-05-13 Thread Martin Gainty
login with username which has %CATALINA_HOME%/conf/tomcat-users.xml with roles="admin,manager" defined.. M-- This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have received this em

Re: Tomcat Inner Gold Mine

2007-05-13 Thread Martin Gainty
Good Morning- I *think* what you're speaking of is a comprehensive Adaptive Security Algorithm solution. A HW/DW solution from Cisco (Pix) is illustrated here http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_61/config/overvw.htm More specifically RIPv2 implementations with coverage

Re: TomCat users' list, forum or documentation ?

2007-05-13 Thread Martin Gainty
Good Morning Sven Didnt necessarily want to push you to a Apache solution but considering these (albeit dated) tests http://mail-archives.apache.org/mod_mbox/tomcat-users/200308.mbox/[EMAIL PROTECTED] demonstrates that for situations for serving small static pages Apache does serve small page

Re: Help with mod_jk.so errno=13

2007-05-13 Thread Martin Gainty
#define EACCES 13 /* Permission denied */ So The current root hasnt granted permissions to the requesting user for the specified resource To avoid these situations create your own root user on your own linux server and resinstall Apache, mod-jk module and tomcat M-- This email message and any

Re: Tomcat Inner Gold Mine

2007-05-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Johnny, Johnny Kewl wrote: > Often in a tomcat application I use separate XML files for > configuration. I normally end up using a lite weight sax parser that > I wrote especially for this, but every time I do this... I think to > myself... I'm just d

cant't log in to tomcat manager

2007-05-13 Thread green
helo, i have tried all manager roles form the tomcat-users.xml file, to login. but it doesen't work. My tomcat server works normal. i use tomcat 5.5.16 where is the problem? thank you achi ases - To start a new topic, e-mail:

Re: [SOLVED]Tomcat native library Not found in Solaris 9

2007-05-13 Thread Rainer Jung
It's very likely, that it depends on the same lib in RedHat. You can check by using "ldd libtcnative-1.so". The difference is: gcc is a fundamental part of the OS with Linux, so libgcc_s.so is ususally installed in a standard library location for Linux. Under Solaris it's an optional add-on in

Re: Manager/status not showing any connections but one

2007-05-13 Thread ewsinc
as I reported in another post here, the resolution was removing the APR connector (libtcnative) and using the standard AJP connector not sure why this is so, but now I see many threads opened and remaining open in the Tomcat Manager. ewsinc wrote: > > I am running tomcat 6.0.10 on RHEL4. Ap

Re: Tomcat 6 Manager logging

2007-05-13 Thread ewsinc
the latest mod_jk.1.22 doesn't seem to improve things with APR connector, as indicated by the Tomcat Manager. So for now, I have kept the libtcnative out of the Tomcat deployment. ewsinc wrote: > > not quite. other errors remain complaining about sockets not open: > [Sat May 12 22:47:34 2007]

Re: TomCat users' list, forum or documentation ?

2007-05-13 Thread Sven
Stephen, On May 11, 2007, at 8:54 AM, Stephen Caine wrote: Sorry I misunderstood you. I wish you luck. No problem, I was probably not as clear as I should have been. To close out the thread; I switched over from JForum to phpBB this morning. After about 2-3 hours I had it up and running