Servlet as Virtual Include in ASP file

2002-10-22 Thread Kurisu QT
My company's website uses default.asp?page= to precede the actual file being called. Because my project uses servlets and must be integrated into the site, I'm going nuts trying to figure out if a servlet can be called as an virtual include in an ASP file. Or can I do the reverse-- call an ASP

Re: Database Issues

2002-10-22 Thread Kwok Peng Tuck
Try the jetspeed mailling list. this sounds like a configuration issue with jetspeed itself. [EMAIL PROTECTED] wrote: Apologies in advance for posting a repeat of earlier messages but I've yet to come across a solution to my problem... I'm attempting to get jetspeed working with PostgreSQL.

Re: Tomcat/log4j Question

2002-10-22 Thread achana
Hi, Tomcat1.4 here, please elaborate and do be expansive. A new piece of software is always scary for me. TIA Mr. Tomcat wrote: You may consider using Java 1.4's built-in logging mechanism instead. I don't think log4j has much of an advantage over the built-in logger, so I'm getting log4j

Re: Apache/2 and Tomcat/4 not talking

2002-10-22 Thread Milt Epstein
On Tue, 22 Oct 2002, Jim Urban wrote: I have spent the past two days trying to get Apache/2 to forward servlet requests to Tomcat. Here are the particulars: Java 1.3.0 Win 2K SP3 Tomcat 4.0.4 Apache/2 0.43 AJP13 SSL Mod_jk.conf ## Auto generated on Tue Oct 22 12:01:16 CDT

InvocationTargetException upon server start

2002-10-22 Thread Becky Phaneuf
Hello, After installing Tomcat 4.1.12 I copied a relatively simple web application called ISOdownload (1 jsp invoking 1 servlet that prints http headers) from my post-ant build directory to /webapps/ISOdownload/. Upon restarting Tomcat I received the exception below: - Oct

RE: Tomcat Connection Pooling

2002-10-22 Thread garrett smith
It's on the tomcat page under documentation. click on tomcat 4.0 here: http://jakarta.apache.org/tomcat/tomcat-4.0-doc/index.html It's basically the same, but you have to download all the jars, so more work to set up. --- Lior Shliechkorn [EMAIL PROTECTED] wrote: Is this feature is not

Re: Tomcat Manager APP: manage VIRTUALHOST'S apps all TOGHETHER?

2002-10-22 Thread Wu Yiqun
There was a site http://www.talika.org/. The author wrote a Tomcat ManagerX Servlet which can support virtual host. He sent out an email about it long time ago. I have successfully tested it with Tomcat 4.0.4 or some early version.(I cannot remember) You can have a try. Btw, developer such as

Re: SSL Servlet Client

2002-10-22 Thread Monte . Gardner
OK, I think I've got to where I understand the problem more clearly then i did yesterday. Here it is. When I followed the tomcat ssl how to and typed keytool -genkey -alias tomcat -keyalg RSA it created a keystore file called /root/.keystore in which a key aliased by 'tomcat' was stored. This

Re: Startup Bootstrap error message

2002-10-22 Thread garrett smith
You brought up a good point. I sometimes have a stupid error in web.xml and this is not logged in the logfile. I would appreciate better logging mechanism for tomcat-start-up. --- Michael Langan [EMAIL PROTECTED] wrote: Hello. Apologies for bringing up perhaps the oldest error in the book

Installing Tomcat 4.1.12 under Win2k, Apache 1.3.22, PHP4.1.2

2002-10-22 Thread Rainer Bruch
hi list, as a newbee on tomcat i need installation assistance (manual, etc.) for correct installation for tomcat 4.1.12 for following systemconfiguration: - win2k pro - apache 1.3.22 - php4.1.2 - j2sdk1.4.0_02 (including jre) how can i include the tomcat in my apache webserver and my

URI mapping looks in root not webapp

2002-10-22 Thread Lior Shliechkorn
Hello, I'm using IIS 5 and Win2000 server. I'm trying to have a url of a website mapped directly to a webapp www.xxx.com --- c:\tomcat\webapp\AppName I tested the webapp normally under localhost and it works fine. I packed all the utility classes and the web.xml file is created. The

tomcat 3.3.1 ThreadPool Bug?

2002-10-22 Thread Nagesh Nayudu
Hi, I am running Tomcat3.3.1 on Solaris. I specified the maxthreads for the AJP13 connector as 256. But, when I load test the web.app., I get a log message in stdout: ThreadPool: All threads are busy, waiting. Please increase maxThreads or check the servlet status200 200 Looks like the max

Re: multiple servlet instances?

2002-10-22 Thread Jon Eaves
Craig R. McClanahan wrote: On Mon, 21 Oct 2002, Nick Wesselman wrote: Date: Mon, 21 Oct 2002 18:07:42 -0500 From: Nick Wesselman [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: multiple servlet instances? the book was

Broken Link to Catalina Javadoc

2002-10-22 Thread Adam Sherman
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/catalina/docs/api/index.html Doesn't exist. I actually the docs too, are they anywhere else? Thanks, A. -- Adam Sherman Software Developer Teach and Travel Inc. +1.613.241.3103 -- To unsubscribe, e-mail:

Re: Broken Link to Catalina Javadoc

2002-10-22 Thread Warner Onstine
Funny I reported this almost a week ago and have heard nothing, even filed a bug on it. -warner - Original Message - From: Adam Sherman [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, October 22, 2002 1:28 PM Subject: Broken Link to Catalina Javadoc

mod_jk - Apache 2.0.43 - Tomcat 4.1.12 config issues on Solaris 8

2002-10-22 Thread Tref Gare
Hi Folks, We're having more than a few problems in this process so far. Any help will be as always gratefully received. A: we've been unable to compile a fresh connector in either jk or jk2 flavour. Each one fails at a late stage of compile listing copious parse errors in the jni.h

Re: multiple servlet instances?

2002-10-22 Thread Craig R. McClanahan
On Wed, 23 Oct 2002, Jon Eaves wrote: Date: Wed, 23 Oct 2002 11:53:29 +1000 From: Jon Eaves [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: multiple servlet instances? Craig R. McClanahan wrote: On Mon, 21 Oct 2002,

Re: problem on deployment

2002-10-22 Thread Billy Ng
If you copied the war file to the TOMCAT_HOME/webapps directory, TC should recognize it and expand it for you. Is it expanded? Look in the webapps directory, do you see a new directory there with the same name as your war file?. If you still have the Tomcat http connector running then go to

mod_jk Internal Server Error

2002-10-22 Thread chris . hanrahan
Greetings, I am running Apache 1.3.27 and Tomcat 3.3.1 under Red Hat Linux. Apache is on one server, and Tomcat is on a different server. I have configured apache to send all requests for .jsp files to the Tomcat server. Here is the workers.properties file from the apache server:

RE: tomcat 3.3.1 ThreadPool Bug?

2002-10-22 Thread Larry Isaacs
The property name is case sensitive. Thus, maxThreads=256 will work, but maxthreads=256 won't. Cheers, Larry -Original Message- From: Nagesh Nayudu [mailto:nagesh;supportsoft.com] Sent: Tuesday, October 22, 2002 9:52 PM To: 'Tomcat Users List' Subject: tomcat

Re: problem on deployment

2002-10-22 Thread Jean-Francois Arcand
In ${CATALINA_HOME}/conf/tomcat-user.xml, add a user and a role like this user name=XXX password=XXX roles=manager / Then restart Tomcat. -- Jeanfrancois Billy Ng wrote: If you copied the war file to the TOMCAT_HOME/webapps directory, TC should recognize it and expand it for you. Is it

Re: InvocationTargetException upon server start

2002-10-22 Thread Jean-Francois Arcand
Seems to be related to a parsing error. Are you sure your web.xml file is a proper XML instance? Try to validate your XML file againts the DTD included in the DOCTYPE element of the file. -- Jeanfrancois Becky Phaneuf wrote: Hello, After installing Tomcat 4.1.12 I copied a relatively simple

Re: session replication

2002-10-22 Thread Jean-Francois Arcand
Euhmm..turn off the JMX stuff by commenting the follwoing in server.xml: !-- !-- Uncomment these entries to enable JMX MBeans support -- Listener className=org.apache.catalina.mbeans.ServerLifecycleListener debug=0/ Listener

Manager?

2002-10-22 Thread Bryan Dollery
Hi, Tomcat 4.1.12 question: 1. Install and Deploy manager functions - what's the difference? The documents mention something about deploy copying and install not doing so, but I can't find any more information on this. I've looked back through this list's archives and can't find any other

Re: Manager?

2002-10-22 Thread Kwok Peng Tuck
I think(?) it should go to the {CATALINA_HOME}/webapps directory. Bryan Dollery wrote: Hi, Tomcat 4.1.12 question: 1. Install and Deploy manager functions - what's the difference? The documents mention something about deploy copying and install not doing so, but I can't find any more

Re: Tomcat/log4j Question

2002-10-22 Thread Jacob Kjome
Log4j requires its own logging universe in the default setup. The easiest way to do this in a servlet container is to put the log4j jar in WEB-INF/lib of each web application you have. You can put a log4j.properties or a log4j.xml in WEB-INF/classes for default configuration initialization.

RE: mod_jk - Apache 2.0.43 - Tomcat 4.1.12 config issues on Solaris 8

2002-10-22 Thread Tref Gare
In the hope that someone can clarify how this has worked or that this will help someone else, I seem to have resolved the issue we were having getting mod_jk working with Apache 2.0.43 and Tomcat 4.1.12. As far as I can make out the problem was associated with the automatically configured

Re: Jasper redistribution issues

2002-10-22 Thread Bill Barker
Tomcat (including Jasper) are distributed with the Apache License http://www.apache.org/LICENSE. In particular, you are free to bundle Jasper, subject to the rules in the license. Eugene Zhuravlev [EMAIL PROTECTED] wrote in message news:003601c279eb$f6f015c0$2301a8c0;Labs.IntelliJ.Net... Hello,

RE: Servlet as Virtual Include in ASP file

2002-10-22 Thread Nicholas Orr
What is the default.asp?page= actually doing? When I was doing ASP I would do this only to include something out of a database. You may find that what default.asp is doing is not very complex and you could just replicate it in your servlets. I don't know, but you haven't really given enough

RE: Database Issues

2002-10-22 Thread Sexton, George
Change: database.default.url=jdbc:postgresql://localhost/jetspeed to database.default.url=jdbc:postgresql://localhost:5432/jetspeed Also, make sure that PostgreSQL is accepting TCP connections. Check the postgresql.conf (on RedHat this is /var/lib/pgsql/data). If you have connection problems,

Do I need to delete the app directory for new deployment?

2002-10-22 Thread Billy Ng
I notice if I just copy the was file and not delete the old app directory, tomcat will not extract the new war file. Is there any setting in the web.xml to enforce tomcat to extract the war file after restarting? Thanks! Billy Ng

tomcat's web xml

2002-10-22 Thread Mark Goking
in your web.xml suppose your login page is login.jsp so when you go to a url, it shows u the login page before you are able to access the page that you wish to access how can you set it in the configuration such that when the webserver shows you the login page, it simulates a redirection so

Re: Security RISK !

2002-10-22 Thread Nikola Milutinovic
SigurĂ°ur Bjarnason wrote: Hi all The question is.. is there any security risk if I Have the Apache DocumentRoot pointing straight to the webapps folder ?! First of all, Apache cannot handle JSPs and has no knowledge of Servlets. Second, if both Apache and Tomcat-via-connector access the same

Re: Manager?

2002-10-22 Thread Craig R. McClanahan
On Wed, 23 Oct 2002, Bryan Dollery wrote: Date: Wed, 23 Oct 2002 16:55:40 +1300 From: Bryan Dollery [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Manager? Hi, Tomcat 4.1.12 question: 1. Install and Deploy manager

Re: Do I need to delete the app directory for new deployment?

2002-10-22 Thread Craig R. McClanahan
On Tue, 22 Oct 2002, Billy Ng wrote: Date: Tue, 22 Oct 2002 22:56:54 -0700 From: Billy Ng [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Do I need to delete the app directory for new deployment? I notice if I just copy the

Sorry - Forgot subject : Tomcat 4.1.12 IBM HTTP Server 1.3.19.3

2002-10-22 Thread Kristian A. Leth
I'm having a bit troubles with configuring Tomcat 4.1.12 LE for use with IBM HTTP Server 1.3.19.3 (Powered by Apache) on Windows 2000 Server. I'm trying to configure the connection through the webapp connector ( mod_webapp) - Is this the right track or am I tracing shadows ? If it's the right way

Re: Security RISK !

2002-10-22 Thread Dennis Muhlestein
One issue I am aware of, but may not apply, is that apache I think has a setting that can autofill in file extensions for you. If you put the files in the same folder you may want to check for that. If you map *.jsp to go to tomcat, index.jsp goes to tomcat. But if you type in /index apache,

<    1   2