Antwort: Re: what are war files?

2001-08-14 Thread bastian . wagner

i am developing jsp sites, but i never had to use war files. do i need them
really - what is the function of that files?

greets

bastian


 -- 
   Externe MailDmitri Colebatch [EMAIL PROTECTED]
   14.08.200108:58  
 -- 




An:   [EMAIL PROTECTED]
cc:

Thema:Re: what are war files?

a jar file containing the directory structure:

/WEB-INF/
/WEB-INF/web.xml
/WEB-INF/classes/
/WEB-INF/lib/

and named .war instead of .jar

compare examples.war (jar -tf examples.war) with the examples directory
inside webapps in the install.

hth
dim

On Tue, 14 Aug 2001 [EMAIL PROTECTED] wrote:

 sorry for that question, but i dont know it

 thx

 bastian











what are war files?

2001-08-13 Thread bastian . wagner

sorry for that question, but i dont know it

thx

bastian




how many visits can tomcat deal with

2001-08-09 Thread bastian . wagner

hi

how many visits can tomcat deal with at the same time? in other words: on
how many visit should i use load balancing to increase performance?
how many hits (or visits) is your tomcat dealing with every day?

greets

bastian




two tomcats on one pc

2001-08-09 Thread bastian . wagner

hi,

is it possible to run two instances of tomcat on one pc. one instance for
internals and one for the www. i thought of using two different ports...
ist this possible?

greets

bastian




tomcat default page

2001-08-07 Thread bastian . wagner

hi,

if  i link onto a directory wihtout a index.html, tomcat uses a default
page to display the containing files of the directory. is it possible to
edit this page? if yes, where can i find it?

thx

bastian




jasper exeption

2001-08-06 Thread bastian . wagner

hi,

i have a problem with a simple if clause in my jsp. the syntax of the code
is correct, but tomcat will not compile the page. here is the alert:
plz can u help me

greets

bastian

Internal Servlet Error:
org.apache.jasper.JasperException: Unable to compile class for JSPC:
\tomcat\work\localhost_8080%2Fbechtle\_0002ftext_0002ftext_0005fuebersicht_0002ejsptext_0005fuebersicht_jsp_15.java:227:

';' expected.
 If (1  2) {
   ^
1 error

   at
org.apache.jasper.compiler.Compiler.compile(Compiler.java:282)
   at
org.apache.jasper.servlet.JspServlet.doLoadJSP(JspServlet.java:612)
   at
org.apache.jasper.servlet.JasperLoader12.loadJSP(JasperLoader12.java:146)
   at
org.apache.jasper.servlet.JspServlet.loadJSP(JspServlet.java:542)
   at
org.apache.jasper.servlet.JspServlet$JspServletWrapper.loadIfNecessary(JspServlet.java:258)

   at
org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:268)

   at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:429)
   at
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:500)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
   at
org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:405)
   at org.apache.tomcat.core.Handler.service(Handler.java:287)
   at
org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
   at
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:812)

   at
org.apache.tomcat.core.ContextManager.service(ContextManager.java:758)
   at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:213)

   at
org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
   at
org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:501)
   at java.lang.Thread.run(Thread.java:484)





Antwort: RE: jasper exception

2001-08-06 Thread bastian . wagner

thats it - thx...





 -- 
  Externe MailLEACH, Alison [EMAIL PROTECTED] 
  06.08.200111:28   
 -- 




An:   '[EMAIL PROTECTED]' [EMAIL PROTECTED]
cc:

Thema:RE: jasper exception


Java / JSP is case-sensitive. You're starting your If with a capital I.

Alison.


___
This email is confidential and intended solely for the use of the
individual to whom it is addressed. Any views or opinions presented are
solely those of the author and do not necessarily represent those of
Sema.
If you are not the intended recipient, be advised that you have received
this
email in error and that any use, dissemination, forwarding, printing, or
copying of this email is strictly prohibited.

If you have received this email in error please notify the Sema UK
Helpdesk by telephone on +44 (0) 121 627 5600.
___








do i need ant to develop jsp pages with tomcat?

2001-07-19 Thread bastian . wagner

hi,

i am new to tomcat. i want to develop jsp pages that should interact with
databases like mysql e.g. what is ant needed for? do i need it for simple
jsp development. i just downloaded the tomcat binary and installed it. is
that all i have to do?

thx for help

cu

bastian