Re: confused J2SE or J2EE

2005-07-01 Thread Sharath Srivatsa
"ganesan malairaja" <[EMAIL PROTECTED]>
07/01/2005 08:17 AM
Please respond to "Tomcat Users List"
 
To: tomcat-user@jakarta.apache.org
cc: 
Subject:confused J2SE or J2EE



hi guys

i am confused about using J2SE or J2EE

which one i am supposed to use ?

if i use J2SE do i have to install JRE also ?

please  clarify ..  i am stuck here ..

i already have Borland JBuilder , which comes with jdk 1.4,  do i need to  

install another copy of J2SE or use the one comes with JBuilder..

i am using SUZE 9.3 Profesional..

if u guys got a linux configuration with MySQL + APACEHE + TOMCAT + 
JAVA... 
i will be more than willing to follow the configurations..

windows XP sp2 configuration is also welcomed as i have another machine on 

XP sp2 ..

please try to give some guidance ..

any help is high appreaciated ..

thanks



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


__



__

HTTP Status 404 - /admin

2005-06-27 Thread Sharath Srivatsa
Hi,
   I have loaded tomcat successfully.
   When i click Tomcat  Administration iam getting the following error.

HTTP Status 404 - /admin
type Status report
message /admin
description The requested resource (/admin) is not available.
Apache Tomcat/4.1.31

I have made the necessary changes in admin.xml as indicated in 
RUNNING.txt.
I have put the absolute path in the docBase of context element in 
admin.xml.
Can anyone help me how to get the administration page open successfully.
Thank You
Sharath

__

Unable to get Console in Solaris

2005-06-27 Thread Sharath Srivatsa
Hi,
 I have loaded Apache Tomcat 4.1 on Solaris machine.
 After I use the startup.sh script,Iam not getting the console.
Can anyone tell me hoe do i get the console.
Thank You
Sharath

__

Re: Somebody Help Me Out!!!

2003-07-08 Thread sharath chandra
 
I have installed tomcat in c drive,that makes the
tomacat path as:
 c:\jakarta-tomcat-3.2.4

and java is installed in c drive:
 c:\jdk1.3

and the path as i told before is working fine.

Then i havn't given any spaces in directory names!!

So have tried all that but nothing works.

any suggestions??

sharath


Send free SMS using the Yahoo! Messenger. Go to http://in.mobile.yahoo.com/new/pc/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Someody Help Me out!!!!

2003-07-07 Thread sharath chandra

Hello There,

I am having three problem on the whole with tomcat as
a standalone server.

My operating system is Windows-XP Home Edition with
good memory and hard disk.

I have installed JDK1.3 and i have been using it for
the last 10 months.and the path is appropriately set.I
can run javac or java or jar from any directory.


I downloaded at least three to four different versions
of tomcat server but i am not able to run any JSP's
not even the one in the testing page.


FIRST PROBLEM:

When i install jakarta-tomcat-3.2.4 i am able to start
the server but nothing works.
 I am able to run servlet(my own) from it but neither
the example JSP's nor the servlets run and i browser
returns me an error page with an exception in it and
error number 500.

 The exception is:

Error: 500
Location: /examples/jsp/dates/date.jsp
Internal Servlet Error:

java.lang.NoSuchMethodError
at
org.apache.tomcat.context.ExceptionHandler.doService(DefaultCMSetter.java:289)
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.handleError(ContextManager.java:1177)
at
org.apache.tomcat.core.Handler.service(Handler.java:312)
at
org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
at
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:806)
at
org.apache.tomcat.core.ContextManager.service(ContextManager.java:752)
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)


p.s: This date.jsp is the example jsp came with the
tomcat.
No matter whichever jsp i run i get the same error
page.



SECOND PROBLEM :

 When i installed jakarta-tomcat-3.3.2-dev,the scene
is the same nothing worlks but the error shown and
thrown is differnt this time.

 The exception is:

Error: 500
Location: /examples/jsp/dates/date.jsp
Internal Servlet Error:

org.apache.jasper.compiler.ParseException: Cannot read
file: \jsp\dates\date.jsp
at
org.apache.jasper.compiler.JspReader.pushFile(JspReader.java:242)
at
org.apache.jasper.compiler.JspReader.pushFile(JspReader.java:165)
at
org.apache.jasper.compiler.JspReader.(JspReader.java:283)
at
org.apache.jasper.compiler.JspReader.createJspReader(JspReader.java:289)
at
org.apache.jasper.compiler.Compiler.compile(Compiler.java:159)
at
org.apache.tomcat.facade.JasperLiaison.jsp2java(JspInterceptor.java:790)
at
org.apache.tomcat.facade.JasperLiaison.processJspFile(JspInterceptor.java:731)
at
org.apache.tomcat.facade.JspInterceptor.preInitCheck(JspInterceptor.java:518)
at
org.apache.tomcat.facade.ServletHandler.service(ServletHandler.java:449)
at
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:917)
at
org.apache.tomcat.core.ContextManager.service(ContextManager.java:833)
at
org.apache.tomcat.modules.server.Http10Interceptor.processConnection(Http10Interceptor.java:176)
at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:565)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:619)
at java.lang.Thread.run(Thread.java:484)


THIRD PROBLEM:
 This one is with jakarta-tomcat-4.0.6 and
jakarta-tomcat-4.1.18
In this not even the server starts that is i can t
even get the test page run!
Whenver i run the start.bat,the server tries to run
but then i throws some exception and then the DOS
window closes on its own and i cant see the exception
as well.



So i am not able to run any of the tomcat server.
 I guess that i must be doing something wrong as no
one worked.
Isn't JDK1.3 sufficient.
I have made many applications and applet programs in
JDK1.3 so does tomcat needs some other JVM

with regards
sharath




Send free SMS using the Yahoo! Messenger. Go to http://in.mobile.yahoo.com/new/pc/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Directory Checksum Error?

2002-07-31 Thread sharath

The Solaris tar has problems when extracting long filenames...moreover the
tomcat.tar would be created from GNU tar...so use that...
- Original Message -
From: "Joel Hainley" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, August 01, 2002 3:23 AM
Subject: Directory Checksum Error?


> I keep getting checksum errors when i try to extract the
> jakarta-tomcat-4.0.4.tar.gz package in solaris. I am running an ultra 10
> with solaris 8. I tried opening the same archive on my windows workstation
> and I don't get this error. Anyone else have this problem? HOw did you get
> around it?
>
> Thanks.
>
> Joel
>
>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:

>
>


--
To unsubscribe, e-mail:   
For additional commands, e-mail: