Glassfish 3.0. The output is "MySomeClass".
Can anyone help me? Thanks very much.
dl,dlpo...@163.com
2010-04-29
Caldarale, Charles R wrote:
>
> Both the Status and Tomcat Manager links refer to servlets within the
> manager app, and both paths, by default, only require a role of manager
> to access them. ...
>
Thanks again .. your comment .. "only require a role of manager" .. gave me
the clue.
I had
Thanks .. changed valve to "127.0.0.1" .. restarted server ..
Now Tomcat Administration launches .. but unfortunately the other two links
still do not work .. same error reports
Status
and
Tomcat Manager
In Tomcat Administration page I can see ..
Context (/admin)
Context (/manager)
(plus other
I have installed apache-tomcat-5.5.20.zip ... into c:\apache-tomcat-5.5.20
I also installed apache-tomcat-5.5.20-admin.zip.
Then in two admin.xml files ..
conf\Catalina\localhost\admin.xml
and
server\webapps\admin\admin.xml
.. valves were uncommented to allow access to "localhost".
Launch
Ran-2 wrote:
>
> Has anyone managed to get PHP4/5 to work on Tomcat ?
Try here ..
http://tools.herberlin.de/phpservlet/index.shtml phpservlet.war .. this
worked for me on PHP5 (note: read configuration file re: use of
php-cgi.exe).
--
View this message in context:
http://www.nabble.com/PHP
Mark Thomas-11 wrote:
>
> I am afraid they are gone for good. Do have anything in a backup of
> version control system you can recover from?
That came as a shock .. can you confirm whether this behaviour is new to
tomcat 5.5 ..
since I am fairly sure that I have deleted *.war files in older t
I have Tomcat 5.5.17 on Win XP (personal localhost development server).
I installed a webapp as app.war.
Then developed some applications in localhost:8080/app/ (leaving the app.war
in webapps directory)
Then (later) I manually deleted the app.war (which I thought was now
redundant).
But .. af