Re: Is Tomcat a J2EE Container as well??

2002-11-12 Thread Kwok Peng Tuck
That's probably what I thought when I had a look at one of my friends using it. App servers like iplanet seem to have better support tools. I'm pretty sure that may change with JBoss if there are sufficient requests to do so :) Keith Pemberton wrote: No, JBoss is in my opinion not easy to use.

Help in JNI

2002-11-12 Thread Santosh Kulkarni
Hi, I'm getting this stack trace when I invoke a JNI call. This is happening on solaris only and could not reproduce on Win NT. Any pointers to why this might be happening is appreciated. Is this anything to do with the version/build/patch of jdk ? Stack trace: Unexpected Signal : 11 occurred at

Re: help me!why i can't start the manager

2002-11-12 Thread Kaustuv Sharma
Hi, the manager application request url is like this http://{host}:{port}/manager/{command}?{parameters you have to give the command which you want to execute. For more details go to: http://jakarta.apache.org/tomcat/tomcat-4.0-doc/manager-howto.html Regards, Kaustuv - Original Message

Re: Is Tomcat a J2EE Container as well??

2002-11-12 Thread Keith Pemberton
No, JBoss is in my opinion not easy to use. Plus you have to buy the documentation. I know that they have to make money somewhere, but at least they could provide a comprehensive management tool that was easy to use like Macromedia JRun. If you are a beginner I would highly recommend staying awa

RE: help me!why i can't start the manager

2002-11-12 Thread 钱 小虎
here is my "tomcat-user.xml",but i still can't start manager from http://localhost:8080 please help me ,thank you!! _ ÏíÓÃÊÀ½çÉÏ×î´óµÄµç×ÓÓʼþϵͳ¡ª MSN Hotmail¡£ http://www.hotmail.com -- To unsubscribe,

How do I know if tomcat is started with SSL?

2002-11-12 Thread Mark Liu
I am using Tomcat 4.1.12 under my W2K box. I have done the SSL setup configuration following the documentation. After I attempted to have started Tomcat, I can check out http://localhost in the browser, but I did get such exceptions in the log file stderr.log: java.io.FileNotFoundException: C:\D

RE: mod_jk Problem

2002-11-12 Thread Milt Epstein
On Wed, 13 Nov 2002, Rudolph Araujo wrote: > The include is occurring fine and is right at the end of the > httpd.cong. Also I have got it logging now. I commented the > tag in the mod_jk.conf file and it still works. Now > hoever, I get an Internal Server error whenever it tries to execute > a J

RE: Link Error Building JK2 on Solaris 9

2002-11-12 Thread Robert Williams
Hi all, After a bit more fussing around with this I found the answer. So here is my recipe for a successful build on Solaris 9. I Haven't tested it yet but at least it built. Here is my recipe. install GNU Tools autoconf-2.54-sol9-sparc-local.gz tar-1.13.19-sol9-sparc-local.gz

RE: OFF_TOPIC: How to convert JSP page into an EXCEL format

2002-11-12 Thread David Tildesley
You could also use the excel "web-query" functionality (search msdn.microsoft.com for the document that explains this) which will do a http connection to your "JSP page" and parse the table into the spreadsheet automatically. -Original Message- From: news [mailto:news@;main.gmane.org]On Be

RE: mod_jk Problem

2002-11-12 Thread Rudolph Araujo
The include is occurring fine and is right at the end of the httpd.cong. Also I have got it logging now. I commented the tag in the mod_jk.conf file and it still works. Now hoever, I get an Internal Server error whenever it tries to execute a JSP. How di I fix this? Also since mod_jk.conf gener

Re: Cannot create Oracle driver not matter what I do!

2002-11-12 Thread Kristian A. Leth
Have you tried to access the Oracle directly from your JVM ? Else read this article, it helped me yesterday, where I had somewhat of the same problem with Tomcat and my JVM: http://www.experts-exchange.com/Databases/Oracle/Q_20154416.html I ended up using a slightly different url than the normal

Tomcat auto-start

2002-11-12 Thread Adam Getchell
I'd like to setup Tomcat to autostart on bootup: I'm running OpenBSD 3.2. My root account runs tcsh, but I believe default scripts go to sh. I have the following lines in /etc/rc.local if [ -x /usr/local/jdk1.3.1-linux/bin/i386/green_threads/java ]; then echo -n ' tomcat'; /usr/local/jaka

Re: OFF_TOPIC: How to convert JSP page into an EXCEL format

2002-11-12 Thread Bill Barker
If I was going to do this from scratch, I'd probabaly write the JSP in xml format and use a filter (or, even, cocoon http://xml.apache.org/cocoon/) to transform it into either HTML, or EXCEL output. (cocoon has a serializer based on POI http://jakarta.apache.org/poi/). The other suggestions are p

Re: Cannot create Oracle driver not matter what I do!

2002-11-12 Thread Jacob Kjome
The oracle driver works just dandy for me. I renamed classes12.zip to classes12.jar and put it in common/lib. Make absolutely sure that you don't include the oracle driver in your WEB-INF/lib. You will just confuse the classloaders. Put it in common/lib and that is it, end of story. Then

RE: mod_jk Problem

2002-11-12 Thread Tref Gare
Another thought. I was making the mistake of putting my Include line immediately after the modules section of Httpd.conf which was one reason why it wasn't working for me. Have you got yours at the very end of httpd.conf? Tref -- Tref Gare Dev

RE: Cannot create Oracle driver not matter what I do!

2002-11-12 Thread Matthew O'Haire
Strange... I'm using Oracle and Tomcat 4.1.12 and have it all working fine. I followed the instructions in http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasource-examples-how to.html... Special attention to the docs: NOTE:Third Party drivers should be in jarfiles, not zipfiles. Tomcat

Re: mod_jk Problem

2002-11-12 Thread Milt Epstein
On Tue, 12 Nov 2002, Rudolph Araujo wrote: > I actually had them both named ajp13 (the remote was a mistake) but > still it won't work. Another key thing is that my mod_jk.log file is > empty. curiously though when I start up my web server port 8009 is > also opened. So some stuff is working I gat

Re: Removing default Contexts in production...

2002-11-12 Thread sonam singh
--- "Stone, Timothy" <[EMAIL PROTECTED]> wrote: > List, > > I'm deploying the rather simple Lucene demo on > Tomcat 4.0.6. I would like to remove the examples > and ROOT contexts to further harden the development > deployment on the production servers. > yeah u can remoce the default context us

RE: classpath for web applications

2002-11-12 Thread sonam singh
--- "Turner, John" <[EMAIL PROTECTED]> wrote: > > Check the docs. Tomcat ignores the CLASSPATH > environment variable. > > You will want to read and follow the Application > Developer's Guide, and you > will want to read the ClassLoader HOWTO. Most of > your questions are > probably answered

RE: mod_jk Problem

2002-11-12 Thread Tref Gare
Makes it sound like something to do with the virtual host settings.. having said that I've stuck with the manual fix in the end myself (ie: coding direct into httpd.conf rather than using the Include)... -- Tref Gare Development Consultant Areeb

Re: Cannot create Oracle driver not matter what I do!

2002-11-12 Thread ira . waxberg
Neither repackaging the jar without the javax.sql classes, nor just placing one copy in common/lib worked. Another person suggested I use ojdbc14.jar instead of classes12.jar, but this didn't work either. So, now I'm looking into the Orion server Extranet [EMAIL PROTECTED] - 11/12/2002 1

Re: mod_jk Problem

2002-11-12 Thread Rudolph Araujo
I actually had them both named ajp13 (the remote was a mistake) but still it won't work. Another key thing is that my mod_jk.log file is empty. curiously though when I start up my web server port 8009 is also opened. So some stuff is working I gather. If I do paste the stuff from mod_jk.conf int

RE: Cannot create Oracle driver not matter what I do!

2002-11-12 Thread ira . waxberg
I tried this (put in common/lib) but I get the same error. Ira Extranet [EMAIL PROTECTED] - 11/12/2002 11:37 PM Please respond to [EMAIL PROTECTED] To: tomcat-user cc: Subject: RE: Cannot create Oracle driver not matter what I do! Download the ojdbc14.jar from Oracle, replace the c

looking for tomcat instance create tool.

2002-11-12 Thread Phillip Rhodes
I was wondering if anyone created an application that will allow users on a unix system to create a new instance of tomcat. Basically, the configuration files would be templated and would create a new instance of tomcat with new ports, etc... Interest in this tool? Thanks. -- To unsubscribe,

RE: Does Win2K SP3, IIS 5.0 have problem with IIS-Tomcat redirector, Tomcat-4.1.12, ajp13 and jdk1.4.0_01?

2002-11-12 Thread Turner, John
Check these entries: [Tue Nov 12 01:14:43 2002] [jk_uri_worker_map.c (460)]: Into jk_uri_worker_map_t::map_uri_to_worker [Tue Nov 12 01:14:43 2002] [jk_uri_worker_map.c (477)]: Attempting to map URI '/localhost/examples/jsp/index.html' [Tue Nov 12 01:14:43 2002] [jk_uri_worker_map.c (599)

RE: classpath for web applications

2002-11-12 Thread Turner, John
Check the docs. Tomcat ignores the CLASSPATH environment variable. You will want to read and follow the Application Developer's Guide, and you will want to read the ClassLoader HOWTO. Most of your questions are probably answered between those two documents. John -Original Message- F

RE: Link Error Building JK2 on Solaris 9

2002-11-12 Thread Turner, John
Do a find and look for libapr*. You'll probably find one that's named something like libapr.0.so or similar. Create a link named libapr.so and link it to the one you find, then redo your build. I had the same problem on Solaris 8. John -Original Message- From: Robert Williams To: Tom

RE: help me!why i can't start the manager

2002-11-12 Thread Turner, John
Did you follow the instructions? Did you set up a role named "manager" in tomcat-users.xml? Did you create a user in tomcat-users.xml with that role assigned to them? John -Original Message- From: ? ?? To: [EMAIL PROTECTED] Sent: 11/12/02 4:00 AM Subject: help me!why i can't start th

RE: Basic Setup Question...

2002-11-12 Thread Turner, John
Agreed. I just recommend using the auto-config option as a benchmark for a "correct" httpd.conf segment. Even if you can't do the Include because the services are on separate machines, it provides a great reference. John -Original Message- From: Matthew Hannigan To: Tomcat Users List

Re: JNDI Connection pooling defaults

2002-11-12 Thread Garrett Smith
If I understand correctly, you want to have more initial connections to the database. maxActive 100 maxIdle 30 taken from http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasource-examples-howto.html --- Madocke TomCat users <[EMAIL

Re: proper use of servlet contexts

2002-11-12 Thread Glenn O
>"Noah Davis" wrote: > I have a question regarding the proper way to use servlet contexts. The way I've >been using > them I always seem to bump into one problem or another which affects the flexibility >of using > servlets or affects the portability of my application. > You might look into usi

classpath for web applications

2002-11-12 Thread Abhijat Thakur
I am new to tomcat and i added my web application to Tomcat by adding in server.xml file. My classpath environment variable is set up which has all the classes. However when i try to invoke a servlet by typing the URL it gives me a classNotFoundException. Howe

null datasource tomcat 4.1.12 workaround

2002-11-12 Thread Dan . B . Tanner
I noticed that a lot of people have gotten the same problem in getting a database connection after using the admin tool to create a datasource in tomcat 4.1.12: java.sql.SQLException: Cannot load JDBC driver class 'null' exception when calling getConnection() on datasource object. I also got this

Does Win2K SP3, IIS 5.0 have problem with IIS-Tomcat redirector, Tomcat-4.1.12, ajp13 and jdk1.4.0_01?

2002-11-12 Thread Reza Darbandi
Hello, I was wondering if anyone can help me on the problem that I have while trying to use the following: Win 2K SP3, IIS 5.0, IIS-Tomcat redirector(isapi_redirector.dll), Tomcat-4.1.12, ajp13, and jdk1.4.0_01 I already checked all the documents and even checked the link http://members.ozemail

help me!why i can't start the manager

2002-11-12 Thread 钱 小虎
i installed tomcat4.1 on winxp(home),and i have choose full install. and after installed,i found that i can't start the manager from http://127.0.0.1/:8080,but the Admin works well.and i found in the directory tomcat4.1/server/webapps/manager there is only one directory WEB-INF,why?

RE: Is Tomcat a J2EE Container as well??

2002-11-12 Thread James Higginbotham
Jboss is, IMO, the cleanest architected j2ee server to date. The docs are thorough (esp the $100 pay-for docs - support the team with this and learn a ton!), and support on the mailing lists is like few other projects. I'd give it a shot.. I used to be a Weblogic fan (and still am to some extent),

Repost - Include in Tomcat 4.1.12

2002-11-12 Thread James Higginbotham
After spending several hours configuring 4.1.12 from CVS to build properly and getting around an XSLT bug (27 step build process??), I wanted to resend this and see if anyone had any clue, before I spend more time trying to find out what the problem is. I can put together a test case if needed, but

Coyote handling of HttpServletResponse.addCookie()

2002-11-12 Thread Matthew O'Haire
Hi, I have an application that communicates with a Win32/Delphi client app (in a quasi web-services fashion). The server sends cookies in the format: ID1="VALUE1", ID2="VALUE2", ID3="VALUE3". In Tomcat 4.0.x using the "legacy" catalina HTTP connector this style of cookie was passed back to the

Re: Is Tomcat a J2EE Container as well??

2002-11-12 Thread Kwok Peng Tuck
Try jboss and tomcat together: http://www.jboss.org/downloads.jsp Is that easy to use btw (I mean the jboss part) ? I tried iplanet platform edition but that wouldn't let me do remote admin. Enhydra was a bit vague in certain areas for me. -- To unsubscribe, e-mail:

Re: Is Tomcat a J2EE Container as well??

2002-11-12 Thread Charles Baker
--- Kwok Peng Tuck <[EMAIL PROTECTED]> wrote: > No servlet and jsp only. > > Nicholas Orr wrote: > > >Just a quick one, > > > >Can you run full blown J2EE apps in Tomcat?? If so > do you need to do > >anything special or is it ready to go out of the > box?? > > > >Nicholas Orr > > {{SNIP}} Try

Re: Is Tomcat a J2EE Container as well??

2002-11-12 Thread Kwok Peng Tuck
No servlet and jsp only. Nicholas Orr wrote: Just a quick one, Can you run full blown J2EE apps in Tomcat?? If so do you need to do anything special or is it ready to go out of the box?? Nicholas Orr ** The information conta

Re: Tomcat Application on Port 443 or 8080?

2002-11-12 Thread Robert L Sowders
The statements are different for JK and JK2, but basically you can either do a Jkmount or a JkUriSet statements inside the IP based virtual config in Apache to accomplish what you want. rls "Manoj Kithany" <[EMAIL PROTECTED]> 11/12/2002 12:04 PM Please respond to "Tomcat Users List"

proper use of servlet contexts

2002-11-12 Thread Noah Davis
I have a question regarding the proper way to use servlet contexts. The way I've been using them I always seem to bump into one problem or another which affects the flexibility of using servlets or affects the portability of my application. Here's my problem: I developed several servlets and de

Is Tomcat a J2EE Container as well??

2002-11-12 Thread Nicholas Orr
Just a quick one, Can you run full blown J2EE apps in Tomcat?? If so do you need to do anything special or is it ready to go out of the box?? Nicholas Orr ** The information contained in this e-mail is confidential and is inten

Tomcat/IIS + SSL : Mime Type problem

2002-11-12 Thread Laurent Féral-Pierssens
Hi, We have been experiencing some problems with Mime type configuration. We want to allow the download of wpd (WordPerfect) documents through our webapp and with our configuration, we only get junk printed in the browser. Our configuration consist of a single server, Windows 2000, with Tomcat

Re: Basic Setup Question...

2002-11-12 Thread Matthew Hannigan
On Tue, Nov 12, 2002 at 07:39:55AM -0500, Turner, John wrote: > > You need a workers.properties file, as well. Ah yes, good catch. I meant to write workers.properties instead of mod_jk.conf. > You will need to change server.xml if you use virtual host names...the > default server.xml has Host e

Tomcat Application on Port 443 or 8080?

2002-11-12 Thread Manoj Kithany
Hi Experts: THANK YOU for your reply. I am using mod_jk.so as a Connector for Apache(1.3.27) and Tomcat. In httpd.conf, I have added following information (after reading the documentation): --- LoadModule jk_module /opt/freeware/a

RE: SECOND REPOST: Tomcat 4.1.12 won't start on Windows Me

2002-11-12 Thread Sinclair, Alan (CORP, GEAccess)
Are the class files in ..server/lib still present ? Is there a syntax error in the server.xml file ? -Original Message- From: todd thorner [mailto:tthorner@;lycos.com] Sent: Tuesday, November 12, 2002 4:16 PM To: [EMAIL PROTECTED] Subject: SECOND REPOST: Tomcat 4.1.12 won't start on Windo

Configuring web application at run time

2002-11-12 Thread Abhijat Thakur
Hi, Is it possible that we can deploy a web application at run time from from code by using some java classes provided by Tomcat. If that is not possible then the way i am specifying the path to my web application is by adding entry in the $CATALINA_HOME/conf/server.xml configuration file. In

Tomcat 4.0x and JCE 1.2 problem

2002-11-12 Thread Dan Tran
Hello all I use JBuider7, and integrated Tomcat 4.03 to develop and test my application which eventually deploy on JRUN4 customer system. My startup servlet constructs a java class which uses JCE 1.2 API. I have no problem with my servlet when run under tomcat 3.3 and Jrun3/4, except Tomcat4 I

SECOND REPOST: Tomcat 4.1.12 won't start on Windows Me

2002-11-12 Thread todd thorner
Hi, I get the following error output when I try to start Tomcat: ERROR reading C:\Utilities\Java\Tomcat 4.1\conf\server.xml At Line 3 /Server/Listener/ Catalina.start: java.lang.ClassNotFoundException: org.apache.catalina.mbeans.ServerLifecycleListener

RE: Connection pooling & BasicDataSource parameters

2002-11-12 Thread Sinclair, Alan (CORP, GEAccess)
I don't understand as yet, but I will look into the documentation how this works. thanks -Original Message- From: Wendy Smoak [mailto:Wendy.Smoak@;asu.edu] Sent: Tuesday, November 12, 2002 3:51 PM To: 'Tomcat Users List' Subject: RE: Connection pooling & BasicDataSource parameters Alan

Re: tomcat 4.1.12 and symbolic links

2002-11-12 Thread Jan Agermose
I was not considering 4.1.14 since it is not the relase version??? Only (?) a test version. :-) But I found a post explaining the problem it will give it a try. Thanks Jan - Original Message - From: "Turner, John" <[EMAIL PROTECTED]> To: "'Jan Agermose '" <[EMAIL PROTECTED]>; "''Tomcat U

RE: mod_jk Problem

2002-11-12 Thread Tref Gare
Ooops.. well done Milt, I missed that ajp13 v remote thing in the mod_jk.conf that'll definitely be a (if not the) problem. Mind you I can't work out where you can reset the name of the worker that will be generated by the mod_jk.conf. you might want to try editing your workers.properties file b

RE: Jk2 not forwarding to Tomcat 4.1 from Apache 2

2002-11-12 Thread Robert Williams
Thanks! That is just what I needed. Robert -Original Message- From: Robert L Sowders [mailto:rsowders@;usgs.gov] Sent: Monday, November 11, 2002 6:08 PM To: Tomcat Users List Subject: Re: Jk2 not forwarding to Tomcat 4.1 from Apache 2 Hi Robert, You should search again for JkUriSet and

Link Error Building JK2 on Solaris 9

2002-11-12 Thread Robert Williams
Hi, I gathered up as much info as I can from this list google etc. but I can't figure this on out. I am compiling JK2 on Solaris 9. I makes it all the way through the compile and builds mod_jk2 but then dies when it tries to build jkjni.so. From my amateur look at the log it would seem that I am mi

RE: Connection pooling & BasicDataSource parameters

2002-11-12 Thread Wendy Smoak
Alan wrote: > however, the pool of connections are not initiated with the database until > the first JSP requiring a datasource is requested. A ServletContextListener? I have one that loads up some context-wide code tables into Java objects and sticks them in application scope. public class MyL

RE: tomcat 4.1.12 and symbolic links

2002-11-12 Thread Turner, John
Check the release notes. Check docs and/or archives for workaround. I believe you have to add something to server.xml. I'm not sure of the details, we don't use symlinks in our apps so its never been a concern. John -Original Message- From: Jan Agermose To: Tomcat Users List Sent: 1

RE: tomcat 4.1.12 and symbolic links

2002-11-12 Thread Turner, John
Check the release notes. Symbolic links are disabled by default in newer versions of Tomcat. In addition, the workaround in 4.1.12 is buggy as far as I know. I think you have to go up to .13 or .14 to get the fix for the fix. Search the archives for "allowLinking" or something similar...this

RE: Connection pooling & BasicDataSource parameters

2002-11-12 Thread Mike Jackson
A "do-nothing" servlet started a load time that uses a database connection? Kinda silly, but it will take care of the problem. --mikej -=- mike jackson [EMAIL PROTECTED] > -Original Message- > From: Sinclair, Alan (CORP, GEAccess) > [mailto:alan.sinclair@;geaccess.com] > Sent: Tuesday

Re: tomcat 4.1.12 and symbolic links

2002-11-12 Thread Jan Agermose
Should add, I tried running the application using java 1.4.1 and to "old tomcat" = 4.0 and every thing still works - sym. links are followed Jan - Original Message - From: "Jan Agermose" <[EMAIL PROTECTED]> To: "'Tomcat Users tomcat" <[EMAIL PROTECTED]> Sent: Tuesday, November 12, 2002 11

RE: JDBC Error, cannot establish socket - Tomcat 4.0.6/SQL Server 2000

2002-11-12 Thread Turner, John
I'm not the developer, just the sys-admin. The app is working, and as an aside, it's MUCH faster than the exact same app in ASP/VB + COM+ against the exact same database. John -Original Message- From: John Mattos To: Tomcat Users List; [EMAIL PROTECTED] Sent: 11/12/02 4:27 PM Subject:

RE: Tomcat Application on Port 443 or 8080?

2002-11-12 Thread Turner, John
Only if you change Tomcat's SSL Connector to listen on port 443 instead of 8443. The assigned port (default port) for SSL is 443...you can't change that, unless you want to grab the Mozilla source code and build your own browser. 443 is the port your browser will try to contact if you leave out

RE: Tomcat Application on Port 443 or 8080?

2002-11-12 Thread Turner, John
You can just set Tomcat's SSL Connector to run on port 443. Tomcat has to run as root, then. John -Original Message- From: Pae Choi To: Tomcat Users List; [EMAIL PROTECTED] Sent: 11/12/02 7:17 PM Subject: Re: Tomcat Application on Port 443 or 8080? The recommend way is either you [1

tomcat 4.1.12 and symbolic links

2002-11-12 Thread Jan Agermose
I'm trying to update from java 1.3 and tomcat 4.0.5 to java 1.4.01 Apache Tomcat/4.1.12-LE-jdk14 linux redhat the application seams to be running allright, but some of the images are located in a directory that is pointet to by a symbolic link. Using the old setup, this is not a problem, but usin

RE: remove the need for :8443 in URLs needing https:

2002-11-12 Thread Turner, John
Changing /etc/services is bad. Don't do it. Either change the SSL Connector in server.xml to run on port 443 instead of 8443, or put Apache in front of Tomcat and have Apache listen to port 443. /etc/services is just a list of assigned ports and the services that run on them...it doesn't contr

RE: mod_jk Problem

2002-11-12 Thread Turner, John
You've got a worker in mod_jk.conf defined as "ajp13". The worker defined in workers.properites is called "remote". They need to match...change one or the other...mod_jk.log is probably holding a bunch of "can't open worker" messages. John -Original Message- From: Rudolph Araujo To: [

Connection pooling & BasicDataSource parameters

2002-11-12 Thread Sinclair, Alan (CORP, GEAccess)
Hi all, I would be most eternally grateful if someone could throw some light on this issue. We have a commercial app server (no names) which initiates the connection pools with the databases when the app server is started. I have managed to use DBCP with both Tomcat 4.0 and 4.x to setup a pool wi

RE: mod_jk.log entries

2002-11-12 Thread Milt Epstein
On Tue, 12 Nov 2002, Koes, Derrick wrote: > This might help. > > >http://www.faqchest.com/prgm/tomcat-l/tmct-01/tmct-0104/tmct-010470/tmct01043017_27782.html Note that errno's are system dependent -- although the interpretation of the 61 matches in this case (i.e. what's on the above page -- "Co

tomcat 4.1.12 Incompatible type for getting or setting field error

2002-11-12 Thread B W
Hi, I just update the tomcat from 4.0.3 to 4.1.12(on win2k, apache+tomcat). Then an error message when viewing jsp files popups from time to time like the following, but when refreshing, the error disppears. This never happens in 4.03. Does someone have any idea? Apache Tomcat/4.1.12 - Error

RE: To use certificates

2002-11-12 Thread Peter Romianowski
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/ssl-howto.html for 4.0.x and 4.1.x and really detailed (step by step) Peter > -Original Message- > From: Lindomar [mailto:lindomar.silva@;bol.com.br] > Sent: Tuesday, November 12, 2002 6:07 PM > To: Tomcat Users List > Subject: To use cert

Re: mod_jk Problem

2002-11-12 Thread Milt Epstein
On Tue, 12 Nov 2002, Rudolph Araujo wrote: > Hi All, > >I am running Apache 1.3 and Tomcat 4.1.12 and am not being > able to link the two via mod_jk. The two are working correctly on > their own, but if I hit http://localhost/examples I get a 404 from > Apache (http://localhost:8080/exampl

RE: mod_jk Problem

2002-11-12 Thread Tref Gare
Hi Rudolph, I share your pain, I had a similar two week ordeal a month ago or so. What are your other logs saying, namely mod_jk.log and the stdout (tomcat.out)? I'm using TC 4.1.12 so we have some discrepancy in the set up there but the following howto got me through the worst of it. http://ww

Re: Tomcat Application on Port 443 or 8080?

2002-11-12 Thread Milt Epstein
On Tue, 12 Nov 2002, Manoj Kithany wrote: > Hi Experts: > > My Apache+SSL is working now - thanks to you all. I checked it using > https://www.kithany.com. > > However, I have a small Application which contains JSP+Servlets > which calls Oracle DB via JDBC. This application is working fine > when

Re: Tomcat Application on Port 443 or 8080?

2002-11-12 Thread Chris Parker
> > But for Tomcat running Stand Alone there still must be a way for SSL to work > w/o having to explicity say :8443 in the URL. > > find this in server.xml... change 'port=8443' to 'port=443'. -- To unsubscribe, e-mail:

Re: Tomcat Application on Port 443 or 8080?

2002-11-12 Thread Pae Choi
Sure it's possible. I have not done that because I never needed in that way. But you certainly can do with the DNS Name Resolver and TC with SSL 443 by configuring it. So anything with HTTPS will handled by port listener 443 which will be your standlone TC. In that way you do not need 8443. Form t

RE: Include in Tomcat 4.1.12

2002-11-12 Thread James Higginbotham
More information: I have downloaded and installed 4.1.12 full version (vs. the LE edition that comes with Jboss) and get the same thing. Is this an issue related to the war inside the ear, or using a .war in general, or ??. I am about to embark in a debugging session but hoped that someone could s

RE: JDBC Error, cannot establish socket - Tomcat 4.0.6/SQL Server 2000

2002-11-12 Thread John Mattos
also, are you sure that this is correct (from your server.xml) driverName SQLServer John Mattos <[EMAIL PROTECTED]> wrote:Can I ask what your entry in the application's web.xml looks like? "Turner, John" wrote: We're using 4.1.12, ours looks like this: type="com.mic

Re: remove the need for :8443 in URLs needing https:

2002-11-12 Thread Pae Choi
That is wha the connector is for. Pae - Original Message - From: "Qmail List" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, November 12, 2002 1:21 PM Subject: remove the need for :8443 in URLs needing https: > > Hello, > > It is more difficult to re-wr

mod_jk Problem

2002-11-12 Thread Rudolph Araujo
Hi All, I am running Apache 1.3 and Tomcat 4.1.12 and am not being able to link the two via mod_jk. The two are working correctly on their own, but if I hit http://localhost/examples I get a 404 from Apache (http://localhost:8080/examples does work). The logs say that /var/www/html/examp

Re: Tomcat Application on Port 443 or 8080?

2002-11-12 Thread Qmail List
But for Tomcat running Stand Alone there still must be a way for SSL to work w/o having to explicity say :8443 in the URL. - Original Message - From: "Pae Choi" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, November 12, 2002 7:17 PM S

RE: JDBC Error, cannot establish socket - Tomcat 4.0.6/SQL Server 2000

2002-11-12 Thread John Mattos
Can I ask what your entry in the application's web.xml looks like? "Turner, John" <[EMAIL PROTECTED]> wrote: We're using 4.1.12, ours looks like this: type="com.microsoft.jdbcx.sqlserver.SQLServerDataSource"/> factory com.microsoft.jdbcx.sqlserver.SQLServerDataSourceFactory driverClassN

Re: Tomcat Application on Port 443 or 8080?

2002-11-12 Thread Pae Choi
The recommend way is either you [1]configure Apache/HTTP(S) and TOMCAT(TC) with connentor or [2]make a direct conection to TC. So the first case will be accessed as follows: [1]https: This will use the port # 443. And the second case will be accessed as follows: [2]https://

remove the need for :8443 in URLs needing https:

2002-11-12 Thread Qmail List
Hello, It is more difficult to re-write urls as: https://www.domain.com:8443/index.jsp as opposted to https://www.domain.com/index.jsp How can I configure Tomcat (and/or underlying Unix box) to not need the :8443 explicit port reference in the url? I tried changing the https /etc/

Re: Rare request delay of 100 seconds

2002-11-12 Thread Randy Watler
George, Thanks for the cycles. We have been pondering this move already and have it on the evaluation queue. Meanwhile, we will continue to try to find the root cause. Of course, we will post any findings here! Thanks again, Randy Watler Finali Corporation "Sexton, George" wrote: > At this poi

RE: Tomcat Application on Port 443 or 8080?

2002-11-12 Thread Turner, John
The default Tomcat SSL port is 8443. Unless you start an SSL Connector on port 8080, you will never get a response for https://some.host:8080 as there is nothing on the server end to negotiate the SSL connection with the browser making the request. John > -Original Message- > From: M

RE: windows iis machine + linux tomcat machine

2002-11-12 Thread Sexton, George
You could use SMB to mount the files from the Windows machine to the Linux machine. If you need high performance, this will have a hit. Alternatively, you could write a shell script that will sync the files on Windows over to the Linux machine using ftp. ncftpget is pretty nice for an ftp program t

Re: windows iis machine + linux tomcat machine

2002-11-12 Thread Jose Antonio Martinez
i know. The question here is that it is needed that jsp files be on the tomcat machine (linux). People have an ftp account in the windows machine but some files must go to the linux machine (jsp ones) - Original Message - From: "Sexton, George" <[EMAIL PROTECTED]> To: "Tomcat Users List"

Tomcat Application on Port 443 or 8080?

2002-11-12 Thread Manoj Kithany
Hi Experts: My Apache+SSL is working now - thanks to you all. I checked it using https://www.kithany.com. However, I have a small Application which contains JSP+Servlets which calls Oracle DB via JDBC. This application is working fine when I type http://www.kithany.com:8080/kithany/index.jsp b

RE: mod_jk.log entries

2002-11-12 Thread Koes, Derrick
This might help. http://www.faqchest.com/prgm/tomcat-l/tmct-01/tmct-0104/tmct-010470/tmct0104 3017_27782.html -Original Message- From: Turner, John [mailto:JTurner@;AAS.com] Sent: Tuesday, November 12, 2002 3:40 PM To: 'Tomcat Users List' Subject: RE: mod_jk.log entries The referenc

RE: mod_jk.log entries

2002-11-12 Thread Turner, John
The reference would be the source code. John > -Original Message- > From: Chad Cannell [mailto:ccannell@;elogex.com] > Sent: Tuesday, November 12, 2002 3:38 PM > To: Tomcat Users List > Subject: RE: mod_jk.log entries > > > Is there an error reference guide or chart. I need to look in

RE: mod_jk.log entries

2002-11-12 Thread Turner, John
I think the callback errors are because the response cannot be completed. For example, the user closing their browser, or browsing to another page before the page is completed. I don't know about the "connecting to Tomcat process" error. John > -Original Message- > From: Chad Cannell [

RE: mod_jk.log entries

2002-11-12 Thread Chad Cannell
Is there an error reference guide or chart. I need to look into the folowing errors: I am seeing a lot of chatter in my mod_jk.log: [jk_ajp13_worker.c (326)]: Error ajp13_process_callback - write failed [jk_uri_worker_map.c (335)]: jk_uri_worker_map_t::uri_worker_map_close,NULL parameter [jk_uri_

RE: Rare request delay of 100 seconds

2002-11-12 Thread Sexton, George
At this point, my only recommendation would be to upgrade the kernel to the current RedHat 7.2 patch release of 2.4.18-7.x There have been a ton of things fixed in 9 kernel releases and this could be related to one of them. -Original Message- From: Randy Watler [mailto:rwatler@;finali.com]

RE: windows iis machine + linux tomcat machine

2002-11-12 Thread Sexton, George
Get the ISAPI redirector module and install it on IIS, configure it to point to the linux server. -Original Message- From: Jose Antonio Martinez [mailto:lfbbes@;yahoo.es] Sent: 12 November, 2002 4:22 AM To: [EMAIL PROTECTED] Subject: windows iis machine + linux tomcat machine what do you

RE: JDBC Error, cannot establish socket - Tomcat 4.0.6/SQL Server 2000

2002-11-12 Thread Sexton, George
Change jdbc:inetdae7:10.10.0.84:1433?database=TibcoClearHouse to jdbc:microsoft:sqlserver://10.10.0.84:1433;DatabaseName=TibcoClearHouse George Sexton MH Software, Inc. Home of Connect Daily Web Calendar Software http://www.mhsoftware.com/connectdaily.htm Voice: 303 438 9585 -Original Mes

RE: Java returns bunk date!?

2002-11-12 Thread Sexton, George
If you don't need the time portion, I once wrote a replacement for the calendar that handles just dates. Unlike all of the bizarre manipulations required by a calendar, with mine you can just call object.add(7) to add 7 days to a date. It uses an internal Julian date field. Checking for elapsed num

RE: JDBC Error, cannot establish socket - Tomcat 4.0.6/SQL Server 2000

2002-11-12 Thread Turner, John
We're using 4.1.12, ours looks like this: factory com.microsoft.jdbcx.sqlserver.SQLServerDataSourceFactory driverClassName com.microsoft.jdbcx.sqlserver.SQLServerDataSource driverName SQLServer description SQL Server Dat

RE: JDBC Error, cannot establish socket - Tomcat 4.0.6/SQL Server 2000

2002-11-12 Thread John Mattos
Hmm. I have the app specified in my server.xml as follows. dows anything jump out at you? I even used the IP instead of the DNS entry for the DB machine user tibco_user

RE: JDBC Error, cannot establish socket - Tomcat 4.0.6/SQL Server 2000

2002-11-12 Thread Turner, John
Yup. It's network related. Probably the name of the database server can't be resolved into an IP address, or a connection request is being made on the wrong port. SQL Server's default port is 1433, I believe. John > -Original Message- > From: John Mattos [mailto:mattosj@;yahoo.com] >

  1   2   >