RE: Cluster error when starting up web application

2004-03-01 Thread Filip Hanik \(lists\)
now remember, that I actually don't have to invoke the listeners upon replication, I am doing it anyway, cause I think it might help, but there is a risk in some apps that it may not. the spec is in the gray, it doesn't say that you have to or not. Filip -Original Message- From: Filip

The server encountered an internal error () that prevented it from fulfilling this request.

2004-03-01 Thread Metin Zavrak
What can be the reason of this error? Thanks, javax.servlet.ServletException: Error instantiating servlet class SepeteEkle org.apache.catalina.valves.ErrorReportValve.invoke (ErrorReportValve.java:164) org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:206)

updated Tomcat ISAPI filter available

2004-03-01 Thread David Boyer
This is the isapi_redirector2.dll built from the latest source snapshot as of March 1, 2004. http://web.bvu.edu/staff/david/index.jsp?section=softwaresubsection=isapipage=overview The build went without error, but please let me know if the filter does not work properly so I can pull it form my

MS SQL Server 2000 as JNDI Datasource

2004-03-01 Thread Frank Schaare
Hi, i´m looking for a working configuration (like in the JNDI Datasource HOW-TO) for MS Sql Server 2000. We´re using the MS JDBC driver. I´ve searched the mail-archives for hours now, found tons of threads, but no answer. Any suggestions / help / sources for me ?

RE: MS SQL Server 2000 as JNDI Datasource

2004-03-01 Thread Jim Steinberger
In the server.xml, nested in the GlobalNamingResources tags, I have: Resource name=SQLServer2000 auth=Container type=javax.sql.DataSource/ ResourceParams name=SQLServer2000 parameter namefactory/name valueorg.apache.commons.dbcp.BasicDataSourceFactory/value /parameter

Re: Tomcat5 MBeans/JMX context creation

2004-03-01 Thread Randy Watler
Remy Maucherat wrote: Randy Watler wrote: I am currently experimenting with the Java 1.5 remote JMX/MBeans for use in our build process. ... Can anyone clarify how the createStandardContext should be invoked? You can look at the JBoss integration code for examples. ... There's

RE: application unavailable

2004-03-01 Thread Wendy Smoak
From: Jason Keltz [mailto:[EMAIL PROTECTED] FAIL - Encountered exception java.lang.IllegalStateException: Container StandardContext[/jas/example2] has not been started Any ideas as to what the problem might be? Maybe a silly question, but did you try the 'start' Ant task instead of the

RE: application unavailable

2004-03-01 Thread Justin Ruthenbeck
At 01:27 PM 3/1/2004, you wrote: That's exactly the kind of thing I want to do. However, I just tried to use the manager app to restart my failed Hello example. When the context was up, the reload worked fine. However, when the context died because of an intentional error in web.xml, I get an

Re: Deployment: admin vs manager

2004-03-01 Thread Tom . Williams
Where do you specify the application.xml file so the datasources are configured automatically? Peace... Tom Riaan Oberholzer

Re: Process Died | Production

2004-03-01 Thread Ankur Shah
Shapira, Yoav wrote: Yeah, I've encountered internal crashes, as I imagine many others on the list have. In my case it was due to missing Solaris OS patches. The hs_err produced by the JVM when it has an internal crash sometimes says things like could not allocate font package xxx which is a

RE: application unavailable

2004-03-01 Thread Jason Keltz
Thanks Justin/Wendy, Yes. Using start instead of reload works just fine. Whoops. I'm new to this. Yoav -- In terms of running one tomcat server per user -- that's difficult. Imagine a class of 100 students (or more) all working on their programs at the same time. While a System.exit could

jsp import question

2004-03-01 Thread David Grant
Hi All, I am having a problem importing a package into my jsp file. The package is called mytest.jar The following is my jsp file - %@ page import = java.io.* import = java.lang.* import = java.util.* import = mytest.* % % Mytest mytest = new mytest(123123, javatest,

Re: Tomcat and SSL: problem with expiration of VeriSign Global Server ID Intermediate Root

2004-03-01 Thread Ankur Shah
Jörn Böckenkamp wrote: It IS easy when you're using a self-signed cert, but I have to use one from VeriSign and I don't think that I can regenerate the VeriSign cert with a new date :-) Did you try importing the new certificate directly into the user's keystore? For example, if you run the

Katja Handtusch/268/DCAG/DCX ist außer Haus.

2004-03-01 Thread katja.handtusch
Ich werde ab 16.02.2004 nicht im Büro sein. Ich kehre zurück am 03.03.2004. Ich werde Ihre Nachricht nach meiner Rückkehr beantworten. Bei dringenden Angelegenheiten wenden Sie sich bitte an meine Vertretung Solveig Hunger (Tel.: 5479) oder Alexandra Pürschel (Tel.: 5463).

The purpose of WEB-INF\classes ?

2004-03-01 Thread George Hester
This is not a question to fix a problem other then one in my head. I am not sure what the difference is putting a jar in a \WEB-INF\lib and setting up a \WEB-INF\classes. Since a jar usually just includes class files if we put a jar in the webapp's \WEB-INF\lib what would be the purpose of

JSP import problem

2004-03-01 Thread David Grant
Hi All, I am having a problem importing a package into my jsp file. The package is called mytest.jar The following is my jsp file - %@ page import = java.io.* import = java.lang.* import = java.util.* import = mytest.* % % Mytest mytest = new mytest(123123, javatest,

Re: JSP import problem

2004-03-01 Thread Parsons Technical Services
David, 1. What is the package line say in the classes contained in the mytest.jar? 2. What are the class names contained in the mytest.jar? 3. Have you checked spelling and capitalization? Just checking the basics first. Doug www.parsonstechnical.com - Original Message - From:

Re: Virtual Hosts with Apache and Tomcat

2004-03-01 Thread Christopher Schultz
Antonio, And bad. Every time I restart, Tomcat loses the state information for established login sessions. Customer don't like that. That (with a high probability) is because some objects they store in sessions are not Serializable. IOW, they violate the Servlet Specification. I'm just

Re: Virtual Hosts with Apache and Tomcat

2004-03-01 Thread Christopher Schultz
Kannan, Being yourself as SYSADMIN for UNIX and Network, it would be nice that developers or professional should take a lead into get into this problem. Easy for you to say. Let's face it: these guys have a connection leak. Plain and simple. Your devs need to find their leak. It is

Re: The purpose of WEB-INF\classes ?

2004-03-01 Thread Justin Ruthenbeck
To you (the end-user), there's no purpose for it other than convenience. One thing to keep in mind is that classes in the /classes directory take precedence over those in jars found in the /lib directory (in Tomcat -- is this a spec thing? I'm assuming not as WL61 at lease doesn't do this),

Re: Syntax Question

2004-03-01 Thread Christopher Schultz
Jack, I want to add a variable to the web.xml file and be able to call in from within a servlet, taglib or bean. You need to use the init-parameter element in your web-app element in web.xml. Your JSP syntax appears to be correct. -chris signature.asc Description: OpenPGP digital signature

Re: Do servlet threads ever die?

2004-03-01 Thread Christopher Schultz
Ken, Problem: I call native code (Tcl) from my servlet. Tcl's thread model forces me to run Tcl only on the thread that created the Tcl interpreter. So now how do I cleanup these interpreters? The cleanup code needs to be run on the creating thread. Guh. I highly recommend against running

Re: Securing SSL from IIS to Tomcat

2004-03-01 Thread Christopher Schultz
Antonio, Since IIS decrypts the request and passes it unencrypted to Tomcat, How do I encrypt the request so that all communication from IIS with Tomcat is secure??? Do you really need it? It would probably affect your performance seriously. (No, I cannot prove that statement...) I can prove

Re: The server encountered an internal error () that prevented it from fulfilling this request.

2004-03-01 Thread Christopher Schultz
Metin, What can be the reason of this error? java.lang.NoClassDefFoundError: org/jdom/JDOMException Looks like you need to install the JDOM library... -chris signature.asc Description: OpenPGP digital signature

Re: Tomcat 4.1.29 JVM crash on RHEL-3-ES

2004-03-01 Thread Christopher Schultz
Joe, I'm experiencing sporadic crashing of the JVM running Tomcat in 2 of my environments. These environments both run the same webapps, and they both use JDK 1.4.2_03 on RHEL-3 ES. Other environments where these same webapps run are using JDK 1.4.1 and Redhat7.2, and are not experiencing these

Re: classloader order

2004-03-01 Thread Christopher Schultz
Yoav, What can I do to make sure that whatever I have in my /WEB-INF/lib/ directory takes precedence? You're not doing anything wrong, your systems group is. You can't override the bootstrap classloader. Aw, sure you can (-Xbootclasspath/p). But trumping the boot classloader with WEB-INF/lib

RE: Tomcat users

2004-03-01 Thread UmamaheswarKalluru
Hi Kannan, Thank you for your reply. May I know what kind of Hardware or Software configuration can improve the performance of Tomcat please? Thank you, Best Regards, Uma - To unsubscribe, e-mail: [EMAIL PROTECTED] For

RE: The purpose of WEB-INF\classes ?

2004-03-01 Thread mike jackson
The first reason I can think of is configuration files. I have one environment on my development box, another on the test deployment box and yet another on the final production server. Depending on the box I'm on I'm going to use different database URLs at a minimum and quite often I'm having to

Re: Deployment: admin vs manager

2004-03-01 Thread Riaan Oberholzer
The system is setup so that each user gets a home directory, eg /home/riaan/ In that, I have: /home/riaan/application.war /home/riaan/application.xml I then use the manager app to install the app with the above file urls. Looking at the server.xml after installation actually shows the

Re: Virtual Hosts with Apache and Tomcat

2004-03-01 Thread Antonio Fiol Bonnín
That (with a high probability) is because some objects they store in sessions are not Serializable. IOW, they violate the Servlet Specification. I'm just curious: is this actually a violation of the servlet spec? The API seems to indicate that you can put anything in the session that you

Re: Securing SSL from IIS to Tomcat

2004-03-01 Thread Antonio Fiol Bonnín
Hi, Nice demonstration. I only miss the seriously part, which is covered partially by the term expensive ;-) I wanted only to add IPSEC as another possible scenario. It has less (no) TCP overhead than a SSL tunnel. And it works without even changing your config files. Antonio Fiol

<    1   2