0
votes
2answers
11 views
why does tomcat take time to recognize the folder on shutting down and restarting it?
I work on a folder and tomcat recognizes the folder. But, when I shutdown and restart tomcat it is taking time to recognize the same folder. Can anybody tell me why?
I see the err …
0
votes
1answer
212 views
Tomcat-6.0.20 and user authentication
The problem
A tomcat manager page can not be accessed by a user granted a manager role.
The things I tryed to do
I added a user with a manager role into tomcat-users.xml:
<r …
0
votes
0answers
13 views
MySQL Connector/J Problem
So I've been having issues with the MySQL Connector/J driver not correctly loading in a Java Web Start application that is running on Tomcat 6.0.20. I've copied the MySQL connecto …
0
votes
2answers
52 views
Tomcat6 + Ubuntu + Servlet
I am trying to make servlet.
I have installed tomcat6 on ubuntu with admin examples and docs. I am able to run the examples provided. But when i try to make my own servlet it doe …
0
votes
5answers
114 views
Best way to do Spring MVC without JSP?
I wish to use Spring MVC to provide a REST web service. However, running through some books and tutorials, it looks like ModelAndView always returns a parsed JSP file. I guess I co …
0
votes
2answers
20 views
Can’t connect to MySQL database from tomcat
Hey, I'm getting this error:
com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException:
Could not create connection to database server.
Attempted reconnect 3 times. Gi …
2
votes
20answers
6k views
Problem creating a tomcat 6 server in eclipse form Ubuntu
Hey Guys,
I m Having a problem running tomcat 6 with eclipse 3 in ubuntu.
i installed tomcat 6 on my machine and when i test it using http://localhost:8080, it work fine.
But when …
1
vote
2answers
73 views
JNDI and javax.sql.DataSource
I'm someone that used to do some J2EE coding in the past and I'm coming back into the fold to work on a new J2EE project. A lot has changed since 2001, so I need to ask this very b …
1
vote
1answer
38 views
JNDI Names — Is Prefix “jdbc/” needed?
What's up with JNDI names? I'm trying to get a javax.sql.DataSource using the new annotations feature of Java 5. It's not working for me, so I want to ask...
I have a in my web.x …
1
vote
6answers
2k views
Starting up tomcat-6.0.20 from eclipse-3.5.0 (galileo) leads to the 404 error
Hi. Console dogs me. Can anybody help?
The sad story starts like this. My OS is ubuntu-9.04. I installed tomcat-6.0.20 by extracting it from .tar.gz package and put it under the / …
0
votes
3answers
69 views
Tomcat Problem for external access?
I don't know how to access my deployed war file like this www.mydomain.com
Instead I have to access it i.e http://mydomain.com:8080/WarFileName
I would like to fix that and also …
2
votes
2answers
320 views
Tomcat 6 - The requested resource … is not available.
I am trying to start developing with Java and the Stripes Framework. I have the following in my web.xml file
<?xml version="1.0" encoding="ISO-8859-1"?>
<web-app version …
0
votes
0answers
10 views
Session tracking in Tomcat 6
Is possible to switch off session tracking in Tomcat 6.
I mean, to avoid the creation of the cookie JSESSIONID.
Thanks Luis
0
votes
2answers
101 views
configure apache tomcat 6 with mysql
have changed web.xml and jsp to details for mysql and also put mysql drivers in classpath. yet unable to connect. mysql server of wamp running on port= 3306 and socket= /tmp/mysql. …
1
vote
2answers
52 views
how to set UTF8 lang on Tomcat/java running on Mac OS 10.5.8?
I'm running Tomcat6 locally on Mac OS 10.5.8. Our staging and production servers have setup an environment variable of:
LANG=en_US.UTF-8
Stage and production run on CentOS and r …
