deploying war file

2002-04-10 Thread Brown Bay
I have a .war file that has been generated using the java create a war utility. this war file contains html, xsl, images and the associated jar and class files. this war file has worked fine with tomcat and websphere application studio developer, in short, it works by just dropping the file in

Distribution of production systems??

2002-03-21 Thread Brown Bay
I have an application that is ready to ship and uses basically servlets and JSPs. Our preferred system of choice is Tomcat/Apache, but there might be scenarios where customers would like to choose Websphere or BEA or . In this case we are considering packaging the application as a .war file

Re: Distribution of production systems??

2002-03-21 Thread Brown Bay
tasks to create those files. I'm sure other people have their favorites, as some IDEs have built-in support for this. Hope this helps, Yoav -Original Message- From: Brown Bay [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 21, 2002 9:21 AM To: Tomcat Users List Subject: Distribution

Tomcat 4.0.1 on omvs under os390

2002-03-13 Thread Brown Bay
I am in the process of porting our servlet based application running under Linux to omvs under Os390. After extensive searches on the web, I have not been able to find any kind of documentation/pages that suggest that this configuaration is possible. I believe that it can be done since I can run

Repost:Urgent: Trouble starting Tomcat - Unix - omvs

2002-03-08 Thread Brown Bay
Tomcat 4.0.1, JDK 1.3.1, OMVS Unix Os390. When I start Tomcat I get this error. Exception during startup processing java.lang.reflect.InvocationTargetException: javax.xml.parsers.FactoryConfigurationError at javax.xml.parsers.SAXParserFactory.newInstance(SAXParserFactory.java:157)

Trouble starting Tomcat - omvs

2002-03-07 Thread Brown Bay
Tomcat 4.0.1, JDK 1.3.1, OMVS Unix Os390. When I start Tomcat I get this error. Exception during startup processing java.lang.reflect.InvocationTargetException: javax.xml.parsers.FactoryConfigurationError at javax.xml.parsers.SAXParserFactory.newInstance(SAXParserFactory.java:157)

Re: Tomcat - OMVS/S390 - Urgent

2002-02-15 Thread Brown Bay
Has anyone got Tomcat (any version) running under OMVS on S390. If you have a Linux VM on your S390 it will be easy since we package Tomcat 3.3/4.0.2 as RPM ;) BTW, Tomcat is a java apps which could be used on any system with a JDK 1.1.x (TC 3.3) or JDK 1.2 (TC 4.0.2). I used them on our IBM

Scale Tomcat-Apache

2002-02-14 Thread Brown Bay
I have Apache 1.3.19 and Tomcat 4.0.1 running off a Suse Linux box A. I can scale this config for upto 1500 users giving acceptible response times. I have an identical machine B. What I would like to do is run Apache on machine A, serving requests off to Tomcat on machines A and B, some kind of

Re: Scale Tomcat-Apache - Is this true?

2002-02-14 Thread Brown Bay
I have Apache 1.3.19 and Tomcat 4.0.1 running off a Suse Linux box A. I can scale this config for upto 1500 users giving acceptible response times. I have an identical machine B. What I would like to do is run Apache on machine A, serving requests off to Tomcat on machines A and B, some

Tomcat - OMVS/S390 - Urgent

2002-02-14 Thread Brown Bay
Has anyone got Tomcat (any version) running under OMVS on S390. Please let me know. Thanks in advance. Brown. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: Log messages

2002-01-25 Thread Brown Bay
With respect to logging, I have a program that has System.out.println that are definied in certain places. If I disable logging for that context, they goto catalina.out. Is there a way for me to 1. disable logging into catalina.out or for that matter anywhere at all, so that those System.out's

Re: Tomcat Performance Expectations?

2002-01-24 Thread Brown Bay
Hi Randy, Thank you for your reply. One common misconception that people seem to have about Tomcat (and application servers in general) is that you can predict how well an application will perform on that server without any real details of the application, but exact hardware details. I

Tomcat Performance Expectations?

2002-01-23 Thread Brown Bay
I have a single servlet based application. This application is accessed througha browser and travels over to a high performance database through a RMI-IIOP connection. It is not the best application in terms of code tuning. We are deploying this application on Tomcat 4.0.1, Apache 1.3, Suse Linux

Re: page not found error using apache/tomcat

2002-01-18 Thread Brown Bay
When i type in the browser http://x.x.com/examples I get the listings of servlets, jsp and images but when i goto servlets link i get a page not found error and the apache log says File does not exist: I believe this is a bug in the webapp module and I struggled several days about this

page not found error using apache/tomcat

2002-01-17 Thread Brown Bay
Tomcat 4.0, apache 1.3, suse 7.0, os/390 My virtual host settings in apache http.conf are: VirtualHost x.x.x.x DocumentRoot /usr/local/tomcat/webapps ServerName x.x.com WebAppConnection warpConnection warp localhost:8008 WebAppDeploy examples warpConnection /examples /VirtualHost

Apache - Tomcat - integration

2002-01-17 Thread Brown Bay
Hi, I have been trying to make Apache 1.3 and Tomcat 4.0 work together but I was not sure what the different pieces are that I need to make them work together. I have listed a couple of doubts below, please take the time to answer them. 1. What is mod_webwap. Do I need this in my case. I have

Re: Hey Check this out... Tomcat forums!

2002-01-14 Thread Brown Bay
great job!! - Original Message - From: August Detlefsen [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, January 14, 2002 5:42 PM Subject: Hey Check this out... Tomcat forums! http://nagoya.apache.org:8080/jive/index.jsp

Tomcat Performance

2002-01-09 Thread Brown Bay
I have a system that is currently running on Websphere and we are only using the servlet container aspect of it. We have heard good things about Tomcat and were considering to move to it. Have members used Tomcat on production systems and have they achieved success in doing so, in terms of

Re: Tomcat Performance

2002-01-09 Thread Brown Bay
Subject: Re: Tomcat Performance We have been running over 10 instances of tomcat on one maschine in an complete J2EE environment with a very good performance. I would also be interested in loadbalancing of 2+ physically different systems. moritz Brown Bay wrote: I have a system

ORB Singleton: Access Denied

2001-12-27 Thread Brown Bay
a common error, but I have not found solutions on the net for this. Help would be appreciated. Thanks. Brown Bay. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Newbie: set java arguments

2001-12-21 Thread Brown Bay
. Please let me know. Thanks. Brown Bay. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: Newbie: initialize ORBSingleton

2001-12-21 Thread Brown Bay
that I can add the 1st set of arguments to the startup parameters for tomcat. Please let me know. Thanks. Brown Bay. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED