0
votes
2answers
16 views
Can you pick up the source from a tomcat-deployed application?
Can you extract source from tomcat application? The webapp is not deployed as a .war file, it's a bunch of directories, xmls, configurations, .class files, .jars and stuff.
1
vote
3answers
35 views
Read User Input from Tomcat startup
I have a Tomcat application that requires multiple passwords on startup.
My current configuration uses a Java Properties object to load in the passwords from a password.conf file.
There's now a …
0
votes
1answer
27 views
Tomcat vs Websphere’s web container performance
Anybody knows about a performance comparison for Tomcat vs Websphere app server's web container?
www.webperformanceinc.com provides such a comparison but it's very outdated, somebody knows if there …
0
votes
2answers
26 views
RequestDispatcher.forward() versus RequestDispatcher.include()
Hi,
I have observed that while RequestDispatcher.forward(request, response) can throw an IllegalStateException (if the response is committed) , RequestDispatcher.include(request, response) does not …
0
votes
1answer
26 views
How to get original page url/uri after request dispatcher forward
I have a Error404Servlet which is configured as error-page for 404 in web.xml:
<servlet>
<servlet-name>Error404</servlet-name>
…
0
votes
2answers
16 views
Can fatwire run on tomcat?
Currently running fatwire on weblogic, would it be easy to port it to to tomcat, does it require J2EE? If not tomcat how about Jboss?
2
votes
7answers
105 views
why we need to restart tomcat server when a class file is changed,is there no other way?
why we need to restart tomcat server when a class file is changed,is there no other way?
0
votes
2answers
35 views
HOW to Pass parameters to tomcat in ubuntu?
I am trying to configure cruisecontrol to use Tomcat rather then Jetty servlet engine. I am following a tutorial on this and I am stuck on where it says:
Pass startup parameter to tomcat.
…
0
votes
4answers
32 views
JDBC Connection pool not reopening Connections in tomcat
Hi,
I have set up tomcat to use a connection pool yet after the mysql timeout on connections the connections previously open in the pool are not opened.Here is what my context.xml file looks like:
…
2
votes
3answers
32 views
How to ensure SSL-only access without authorising in Java webapp?
Hey all,
I'm interested in ensuring that a couple of pages in a webapp are only accessible via https, but I don't want to authenticate the users.
Can I do this declaratively with …
1
vote
3answers
42 views
Why is restlet running under tomcat under JBoss 5.1 returning my index.html page as type “application/octet-stream” instead of “text/html”?
I have a home page home.html inside a war file named "webapp-1.0.war". When the browser requests "http://domain/myapp" I want the home.html served up, but I want the browswer address bar to continue …
0
votes
0answers
20 views
How To Get MBean Server of Apache Tomcat.
Hi,
I use ManagementFactory.getPlatformMBeanServer() from within Apache Tomcat and from a regular JAR file (outside the scope of apache).
I think (And correct me if im wrong) I'm getting different …
0
votes
2answers
26 views
Tomcat: Handle Servlet Exception
I am setting up PHP on my Tomcatserver using the PECL-servlet (PHP/PECL-version 5.2.5). The server now sucessfully handles real PHP-files, but i am having a problem with requests for nonexistent …
-1
votes
0answers
31 views
Diagnosing/logging possible connection permission problem in Postgresql
I've got a J2EE application (Tomcat) which uses Postgresql as the database. This app works fine in development but is failing when I try it on my staging environment.
I suspect I've got some kind of …
0
votes
1answer
54 views
TCP Connect takes X100 longer than ping
I have a java process on machine A communicating with a Tomcat on machine B via TCP. The TCP connect (just the syn-syn/ack exchange) takes on the order of 100 ms consistently, while a ping request …
