You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Dominic Parry <do...@rucus.ru.ac.za> on 2003/06/01 12:56:29 UTC

Tomcat and IIS problem

Hi

I have successfully installed and configured tomcat to run with IIS. I'm
having a problem running the manager and admin contexts from IIS, but they
work if I use http://localhost:8080/(admin)(manager). I have added the URI's
to workers.properties, and I have set up the context in the server.xml.

Admin won't load, and manager presents a login prompt (the IE type). I have
a user set up in tomcat-users.xml, which works when I log into manager
through http://localhost:8080/manager/html but the same user credentials
don't work from the IIS served http://localhost/manager/html. It seems to be
trying to use NT Authentication.

Has anyone had a similar problem?

Thanks

Dominic


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Tomcat/Jetspeed

Posted by Schalk <sc...@volume4.co.za>.
Hi all

Do not know whether this is the best place to pose this question but
here goes:
I am attempting to install and run Jetspeed under Tomcat 1.4.24, after
copying the
.war file to the webapps directory, starting up Tomcat and going to 
http://localhost:8080/jetspeed/ Tomcat generates the following error:
The server encountered an internal error () that prevented it from
fulfilling this request.

org.apache.jasper.JasperException: Unable to compile class for JSP

An error occurred at line: -1 in the jsp file: null

Generated servlet error:
    [javac] Since fork is true, ignoring compiler setting.
    [javac] Compiling 1 source file
    [javac] Since fork is true, ignoring compiler setting.
    [javac] javac: invalid flag: C:\Program
    [javac] Usage: javac  
    [javac] where possible options include:
    [javac]   -g                        Generate all debugging info
    [javac]   -g:none                   Generate no debugging info
    [javac]   -g:{lines,vars,source}    Generate only some debugging
info
    [javac]   -nowarn                   Generate no warnings
    [javac]   -verbose                  Output messages about what the
compiler is doing
    [javac]   -deprecation              Output source locations where
deprecated APIs are used
    [javac]   -classpath          Specify where to find user class files
    [javac]   -sourcepath         Specify where to find input source
files
    [javac]   -bootclasspath      Override location of bootstrap class
files
    [javac]   -extdirs            Override location of installed
extensions
    [javac]   -d             Specify where to place generated class
files
    [javac]   -encoding       Specify character encoding used by source
files
    [javac]   -source          Provide source compatibility with
specified release
    [javac]   -target          Generate class files for specific VM
version
    [javac]   -help                     Print a synopsis of standard
options


at
org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHa
ndler.java:130)
	at
org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.ja
va:293)
	at
org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:353)
	at
org.apache.jasper.compiler.Compiler.compile(Compiler.java:370)
	at
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.ja
va:473)
	at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.ja
va:190)
	at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
	at
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
	at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:247)
	at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:193)
	at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv
e.java:256)
	at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.i
nvokeNext(StandardPipeline.java:643)
	at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:4
80)
	at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
	at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValv
e.java:191)
	at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.i
nvokeNext(StandardPipeline.java:643)
	at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:4
80)
	at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
	at
org.apache.catalina.core.StandardContext.invoke(StandardContext.java:241
5)
	at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java
:180)
	at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.i
nvokeNext(StandardPipeline.java:643)
	at
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherVa
lve.java:171)
	at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.i
nvokeNext(StandardPipeline.java:641)
	at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java
:172)
	at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.i
nvokeNext(StandardPipeline.java:641)
	at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:4
80)
	at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
	at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.
java:174)
	at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.i
nvokeNext(StandardPipeline.java:643)
	at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:4
80)
	at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
	at
org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)
	at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:59
4)
	at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processC
onnection(Http11Protocol.java:392)
	at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:56
5)
	at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool
.java:619)
	at java.lang.Thread.run(Thread.java:534)

Kind Regards
Schalk Neethling
Volume4.Development.Multimedia.Branding
emotionalize.conceptualize.visualize.realize
Tel: +27125468436
Fax: +27125468436
email:schalk@volume4.co.za
web: www.volume4.co.za
 

-----Original Message-----
From: Dominic Parry [mailto:dom@rucus.ru.ac.za] 
Sent: Sunday, June 01, 2003 12:56 PM
To: Tomcat Dev
Subject: Tomcat and IIS problem

Hi

I have successfully installed and configured tomcat to run with IIS. I'm
having a problem running the manager and admin contexts from IIS, but
they
work if I use http://localhost:8080/(admin)(manager). I have added the
URI's
to workers.properties, and I have set up the context in the server.xml.

Admin won't load, and manager presents a login prompt (the IE type). I
have
a user set up in tomcat-users.xml, which works when I log into manager
through http://localhost:8080/manager/html but the same user credentials
don't work from the IIS served http://localhost/manager/html. It seems
to be
trying to use NT Authentication.

Has anyone had a similar problem?

Thanks

Dominic


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org