&
Best unofficial Apache Server developers community
Username
Remember me?
Password
Forgot password?
Create an account
List archives
Videos
Answers
Questions
Unanswered
Tags
Ask Question
tomcat tomcat7
0
votes
0
answers
67
views
Tomcat accessing jsp from LAN
I want to access tomcat from LAN like http://192.168.0.102:8080/application . I am able to access it from the localhost - e.g.,…
jsp
tomcat
tomcat6
tomcat7
apache-tomcat
asked
June 25, 2011 2:10 am CDT
user794080
0
votes
1
answer
30
views
Why I can not start my tomcat from command line?
I download tomcat version 7.0.16 binary distributions core tar.gz from tomcat official website to my ubuntu machine, than extract the download file.…
tomcat
tomcat6
tomcat7
asked
June 22, 2011 3:14 am CDT
Leem
0
votes
0
answers
34
views
Redirect from unavailable resource in Tomcat
I develop a web application on Apache Tomcat (Version 7) using JSF2. End users will probably fidget around with the address bar of a web…
jsf
tomcat
jsf-2.0
redirection
tomcat7
asked
June 21, 2011 4:40 am CDT
Simon Voggeneder
0
votes
1
answer
49
views
How to check tomcat 7 heap size
I have set the heap size of tomcat 7 by adding the following line in catalina.sh export CATALINA_OPTS="-Xms512m -Xmx1024m" first of all, is the…
linux
tomcat
tomcat7
heap-memory
asked
June 18, 2011 1:32 pm CDT
sword101
0
votes
0
answers
41
views
Why does hot code replace fail in Eclipse while debugging a web application running in Tomcat 7?
Everything went well when I was using Tomcat 6. Now I am connecting the debugger to a web application deployed in Tomcat 7 using Eclipse 3.6.1. The…
eclipse
debugging
tomcat
tomcat7
asked
June 16, 2011 5:24 am CDT
Lars Blumberg
0
votes
0
answers
38
views
Tomcat7 and Google Verification
I have a web app (http://myapp.com) on Tomcat 7. To register it with Google, I need to place a verification file googleBlaBla.html to the server, so…
google
tomcat
vaadin
tomcat7
asked
June 15, 2011 3:20 am CDT
Dmitri Pisarenko
0
votes
1
answers
27
views
How can I make my Java web application available at the root url?
I'm using Apache Tomcat 7. Is there a way I can deploy a web application to tomcat so that the web archive is named something like myapp.war, but…
java
tomcat
tomcat7
asked
June 15, 2011 12:18 am CDT
Frank Flannigan
1
vote
2
answers
35
views
Using multiple SSL certificates in Tomcat 7
I've been using a wildcard SSL certificate in Apache Tomcat 7. But now that I have to renew, I see there are these EV (extended verification) SSL…
tomcat
ssl
ssl-certificate
tomcat7
apache-tomcat
asked
June 12, 2011 4:46 pm CDT
at
0
votes
1
answers
52
views
Problems using Tomcat JDBC Connection Pool in Tomcat 7
In server.xml: <GlobalNamingResources> <Resource name="jdbc/ArchiveDB" auth="Container" type="javax.sql.DataSource"…
java
tomcat
jdbc
connection-pooling
tomcat7
asked
June 8, 2011 11:06 pm CDT
Patrick
0
votes
0
answers
42
views
Setting a tomcat auth filter to fail-open
I'm adding SSO to a tomcat7 webapp by adding a tomcat_spnego auth filter to ask for and receive SPNEGO/Kerberos tickets. this will allow user on the…
tomcat
kerberos
tomcat7
spnego
asked
June 7, 2011 6:41 pm CDT
Arthur Ulfeldt
1
vote
2
answers
30
views
Http server authentication
I have a servlet application deployed on a tomcat 7.0 server (call it Server A) . The app will take user's credential and pass it to another server…
authentication
tomcat
tomcat7
asked
June 4, 2011 7:49 pm CDT
user422196
1
vote
1
answers
38
views
Tomcat7: Securing the default page
Hello! I want to make the default page of my Tomcat7 server private, i. e. accessible only after htaccess password has been entered. I mean this…
tomcat
tomcat7
asked
June 3, 2011 5:37 am CDT
Dmitri Pisarenko
2
votes
1
answers
57
views
Porting Tomcat 6 to 7: Problem with <filter>
I tried to deploy my Tomcat 6 webapp on a Tomcat 7 server, but encounter the following problem which occurs if I add elements to my web.xml:…
java
tomcat
tomcat7
asked
May 24, 2011 7:48 am CDT
Erik
0
votes
1
answers
87
views
Tomcat 7 and JSTL
I wrote a web application with Eclipse Tomcat and it works on my local Tomcat 7, when I tried to publish it online on a Tomcat 7, I had the…
java
tomcat
servlets
tomcat7
asked
May 23, 2011 2:52 am CDT
stivlo
0
votes
1
answer
64
views
Why am I getting a 404 requested resource not available error from Tomcat 7
I have recreated this project in Eclipse as many ways as I can think of and continue to get this same error- HTTP Status 404 - /SpringTest/hello…
java
spring
tomcat
tomcat7
asked
May 21, 2011 10:48 pm CDT
coder
0
votes
0
answers
35
views
NoSuchMethodError on tomcat deployment
I compiled the .java files through ant (1.8.2) and try to append those .class file to war file. No change had been displayed. I deleted all the…
java
tomcat
deployment
tomcat7
asked
May 18, 2011 5:30 am CDT
hari
0
votes
2
answers
45
views
How do I increase memory on Tomcat 7 when running as a Windows Service?
I am trying to run Tomcat 7 as a Windows Service (XP and Windows 7). I see places to set the -Xmx and -Xms jvm args in catalina.bat, but I'm not…
java
windows
tomcat
tomcat7
asked
May 12, 2011 4:13 pm CDT
Franky
0
votes
2
answers
38
views
How do I create a virtual directory in Tomcat 7?
Tomcat is installed at C:\tomcat7\ but I want to deploy .war files in C:\myapp\xyz. For example, I might have C:\myapps\xyz\MyApp.war and I should…
java
tomcat
tomcat7
asked
May 10, 2011 5:03 pm CDT
Franky
0
votes
2
answers
111
views
How to resolve java.lang.NoClassDefFoundError?
I'm currently working on a simple web project, for which I am using the SDK of Polarion . When trying to work with the according *.jar-Files, Tomcat…
java
tomcat
noclassdeffounderror
tomcat7
asked
April 22, 2011 6:12 am CDT
Simon Voggeneder
0
votes
1
answers
108
views
War deployment problem on tomcat 7
When I try to deploy and run the war file on tomcat 7 I got following error.. 2011-04-15 16:53:42 Commons Daemon procrun stderr initialized Apr 15,…
java
tomcat
deployment
tomcat7
asked
April 15, 2011 6:41 am CDT
swd
Pages
:
1
|
2
>
35
tomcat tomcat7
Tagged:
tomcat + tomcat7
Related Tags
tomcat
× 35
java
× 21
tomcat6
× 5
servlets
× 4
mysql
× 3
ssl
× 3
jsp
× 2
apache
× 2
apache-tomcat
× 2
jdbc
× 2
deployment
× 2
linux
× 2
eclipse
× 2
logging
× 2
spring
× 1
iis7
× 1
mongodb
× 1
websphere
× 1
web-services
× 1
java-ee
× 1
nginx
× 1
connection-pooling
× 1
login
× 1
opensso
× 1
sso
× 1
agent
× 1
spnego
× 1
apache2
× 1
ubuntu
× 1
English
Russian
Copyright 2007 - 2012
Best unofficial Apache Server developers community
Privacy policy