Hello Experts,
I have been trying to invoke Catalina.bat from cmd on Windows XP PRO. I have J2SE installed under program files in java folder. I have created the required environment variab...
hi
I have a tomcat server and i want to make a backup server so whenever my primary server has a hardware failure the backup server will be used automatically.
thank you
About a year ago I installed a new firewall front end on my computer. This means I have to use a tool like Flying Buttress to make changes. I cannot change them in system preferences anymore. ...
Hi all,
I 've Centos 5 box fresh one that I need to start developing using java servlets and jsp on it unfortunately I found it does not have tomcate and it's java version is 1.4 on which ec...
I am using the following FORM in my webpage.
<Form name=addreview method=POST action=savereview.jsp>
Title (less than 50 characters) <Input type=text size=50 name=title><Input type=submit va...
I have been doing testing/development in jsp using tomcat. I also have apache running on my Linux system (slackware). I've been running the jsp pages using the port 8081: http://www.myDomain.c...
Hi,
I would like to have the following setup
/home/webadmin/teska.net/html/WEB-INF/
/home/webadmin/teska.net/html/sandbox1/WEB-INF/
/home/webadmin/teska.net/html/sandbox2/WEB-INF/
B...
Hello,
I basically work on a PLM tool called Ematrix. We use Tomcat 5.5.15 as our application server. For one of our application we have setup 2 instances one development instance and other...
I'm using Tomcat 5.5.15. In the datasource configuration file, I want to run an "alter session" statement for each connection borrowed from the database (oracle). In JBoss, we could specify th...
Hi,
I'm used to using Resin, but recently switched to using tomcat when I moved to Eclipse for my dev tool.
Usually when I received a JSP error message in resin it would display the line...
I want to create a .DOC file using JAVA Technology, which will pring data from database and will also have a predefine format ...same like INVOICE Format.
Pls see the attached format.
Hi All,
I am trying to configure JAASRealm in Tomcat and use Java 6's LdapLoginModule to authenticate and authorize users against LDAP. My requirement is to bind with LDAP using a userid fr...
I am trying to configure a server to handle a web service by passing a request from Apache to Tomcat and then have Tomcat handle the Axis 2 request.
At this point everything works fine if w...
Upon trying to obtain a SQLConnection for an MS SQLServer 2000 Database, I am getting the SQLException:
Cannot create PoolableConnectionFactory ([Microsoft][SQLServer 2000 Driver for JDBC]Er...
Hi
This may be a simple question but as im new to web development, id like to know how i can get my JSP website running on Tomcat 6.0 to read config files for the website on startup? At ...
I've been asked to install PHP and Tomcat on a Unix box, and until 4 minutes ago I didn't know what Tomcat was.
Apparently the server will be Java heavy & PHP light - so load balancing/proc...
Hi, I installed Tomcat 5.5 on Linux. When i run the startup.sh, the out put says tomcat successfully started on port 8080. However when I do a netstat -a | grep 8080, i do not show anything ru...
Hi,
I have just setup Tomcat tomcat-4.1.36 and trying to start using JSTL 1.0.
I am trying to run the following code:
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
...
Hi Experts,
We want to turn on the server.xml attribute compression=on for our Tomcat server. I notice that there is the attribute "compressionMinSize" and it is set to 2048 by default. Fr...
I would like to be able to create / deploy a web application (using eclipse) to my C:\apache-tomcat-5.5.20\webapps directory and have the ability to connect to a MSAccess database (located on...
I am trying to run an application in tomcat 5.5.25 and I am getting:
SEVERE: Error listenerStart
Jan 22, 2008 1:38:10 PM org.apache.catalina.core.StandardContext start
SEVERE: Context [/o...
I have been trying to update httpd and php for a while and finally found a yum repository with the newest files, but I am missing deps
[final output from yum]
[I have this installed]
Erro...
I'm running Tomcat 5.5.25 on SLED 10. I performed the installation of Tomcat manually, using the apache-tomcat-5.5.25 archive from Apache's website. Tomcat will start fine and operate as exp...
I've volunteered to maintain a Java based application for a non-profit org.
Specs: Apache TomCat 4.1.24
Database : Mysql 4.X
Application : Java,VTL,Torgue and Tur...
I have a bit of an admittedly unusual setup:
IIS is running as the web server, and is using the ISAPI Jakarta filter to render jsp files using Tomcat.
On the machine, the root directory fo...