Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested Application Servers Solutions: 51 - 75 of 115
 
I have a problem in the following environment: OS: Sun Solaris 9 App.Server: JBoss 3.2.6 JDK: 1.4.2_05 Phys. mem: 16 GB Starting jboss with following params: -d64 -verbose:gc -Xms256m -...
Hi, I want a custom error page to handle all types of tomcat errors. Is it possible without having to add the errorPage directive to every single JSP? Thanks
Why are there 003,700,000 results for ColdFusion, 005,220,000 results for ASP.NET, 036,200,000 results for JSP, 238,000,000 results for ASP, 321,000,000 results for PHP in Google (on ...
what's the best way to access a .properties file stored at the top of the project directory tree? which call best gives you the file path?
I have a form in a JSP where I pass a large number of parameters (~150 - some parameters are autogenerated). In the production as well as the dev env, I sometimes get the following exception....
Hi guys I have a huge problem getting tomcat to serve servlets from another directory than the default. Tomcat 5.5.17, apache 2.0.54 using mod_proxy Currently it serves .jsp from the ...
Hi, We need to install application that will be developed for JBoss, since we have an application that configures the JBoss server, and there are difference between JBoss 3.2.6 and 4.0.5 we...
I am making a small chat application. Where I m using JMX (MBean), which binds a class to the JNDI and the class's functions inturn invokes EJBs when called by the Java clients residing on sa...
I installed JBOSS 3.2.3 then I did a run.bat everything was loading fine until I tried to run the JMX-Console on port 8080.  It prompts me for a XDB Username and Password???  Is there a config...
Hello, We are doing soak test on Load runner  and the appliation server crashed after 5 hours and when i checked the Server.log . 14/Jun/2004:19:12:25] INFO (11126):  CORE3282: stdout: kge...
Hi all, I've a windows 2000 server (V15.2195) and it rebooting itself... in event viewer I see.... The computer has rebooted from a bugcheck.  The bugcheck was: 0x0000001e (0xc0000005, 0x...
I'm trying to set up a JNDI connection to SQL Server on tomcat but get the error org.apache.jasper.JasperException: Cannot create JDBC driver of class 'com.microsoft.jdbc.sqlserver.SQLServer...
Hello, I've developed an application that recieves a form and emails that form to an email address. The email is not being delivered to the address and in the badmail folder in the mailroot d...
Hi, I'm trying to connect to an Oracle 8i database using JNDI lookup from Tomcat 4.1.30 and get an error I can't figure out. The error message reads: org.apache.commons.dbcp.SQLNestedExcept...
Can anyone help me figure out exactly how to redirect the files that Tomcat generates in the ~/logs directory to another drive/directory?  Tomcat was by default installed on the c drive of my ...
HI, I have a iPlanet webserver that routes requests to a weblogic servers that has been configured in a clustered mode with one adminserver managing two managed servers. I've put the follo...
Hi All, I am testing a tomcat server for performance using shell scripts. I am using 'wget' command which hits the tomcat with the request for downloading a file, and tomcat redirects this ...
I have a java servlet that accesses a MySql database, via the statement: conn = DriverManager.getConnection("jdbc:mysql://localhost/myapplication?user=myuserid&password=mypassword"); I a...
Very new to jrun - main admin away - system went down hard thanks to hydro and low ups....<sniff> Starting up the app gets scads of errors and i have noooo idea where to start.. - ideas? I...
I wish to add a SOAP-based web-service using Apache Axis to an existing Tomcat web application. So here is what I did: a) Installed and validated Axis under the Tomcat webapps directory b)...
Hi, I am running JBoss on linux. I have written a few system.out.println statements in my java code but I cant see them printing on jboss console. Stacktrace also doesnt print on jboss con...
Hi,  I have made a small application having three pages, 1.intake.jsp ( it takes in a login name and a password ) 2.access.jsp ( supposed to access a stateful session bean and set a value )...
Hello,   I'm new to Apache and Tomcat but a rush project requires that I set them up on a windows (Server 2003 R2) box.  I'm at a loss at how to get them to talk to each other.  All the docum...
Hi, I get the following exceptions when I try to deploy my ear file. please help!!!!!! [16:33:34,311,Default] May 6, 2004 4:33:34 PM org.apache.commons.digester.Digester getParser SE...
Hi, i have a code like this. I am trying to invoke an EJB that is hosted in a weblogic server. The method given below is on my client java program. if i run from my eclipse IDE it runs perf...