Search the web
Sign In
New User? Sign Up
Java_Official · Java SE . EE . ME . AJAX . Web services
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 32199 - 32228 of 32228   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Show Message Summaries   (Group by Topic) Sort by Date v  
#32228 From: "Steve P" <liveactionsteve@...>
Date: Wed Nov 18, 2009 4:37 pm
Subject: Re: Javascript Question
liveactionsteve
Offline Offline
Send Email Send Email
 
It is the client (the browser) that caches Javascript.  This will happen if the
javascript is a reference to a javascript file, such as

<script language="JavaScript" src="js/myFile.js"></script>

and not contained within the page's HTML, such as

<script language="JavaScript">
   .
   .
   .
</script>

If the user restarts the browser, it will retrieve the updated javascript file
(myFile.js, in this case).

--- In Java_Official@yahoogroups.com, "MichaelC" <mcraghead@...> wrote:
>
> I'm not really a web front end guy, so the answer below might still be
correct, but if I understand correctly the client still gets the script from the
server. Don't the servers, depending on configuration, cache those scripts or
are they reloaded every time? If they are cached, how do the clients get the
latest version and not the cached version? Would the cache automatically get
replaced when a new version is saved? I'm just trying to get a better
understanding of what is happening under the covers, rather than just accepting
the once a new version is available the client will execute it, even if that
statement is true.
>
> Michael K. Craghead
>
>
>
> --- In Java_Official@yahoogroups.com, Burak <xface66@> wrote:
> >
> > no. javascript runs on clients. not server.
> >
>

#32227 From: Java Guy <javaguy@...>
Date: Wed Nov 18, 2009 12:23 am
Subject: Re: [Java] Re: Javascript Question
mmjavaguy
Offline Offline
Send Email Send Email
 
Michael,

Servers don't cache the scripts and pages, the client (browser) does.
And, yes, your scripts will not reload if you indicate in the HTML a
page expiration date. Any reloads before then will be handled solely in
the browser. But, remember, this affects all aspects of your web page:
not only the JavaScript, but the CSS, the HTML, and any other specialty
objects you have. If you have an input form on the page, DON'T DO
THIS!!!, for an updated page will not load in this case.

-Java Guy


MichaelC wrote:
>
> I'm not really a web front end guy, so the answer below might still be
> correct, but if I understand correctly the client still gets the
> script from the server. Don't the servers, depending on configuration,
> cache those scripts or are they reloaded every time? If they are
> cached, how do the clients get the latest version and not the cached
> version? Would the cache automatically get replaced when a new version
> is saved? I'm just trying to get a better understanding of what is
> happening under the covers, rather than just accepting the once a new
> version is available the client will execute it, even if that
> statement is true.
>
> Michael K. Craghead
>
> --- In Java_Official@yahoogroups.com
> <mailto:Java_Official%40yahoogroups.com>, Burak <xface66@...> wrote:
> >
> > no. javascript runs on clients. not server.
> >
>
>

#32226 From: "MichaelC" <mcraghead@...>
Date: Tue Nov 17, 2009 3:34 pm
Subject: Re: Javascript Question
mcraghead
Offline Offline
Send Email Send Email
 
I'm not really a web front end guy, so the answer below might still be correct,
but if I understand correctly the client still gets the script from the server.
Don't the servers, depending on configuration, cache those scripts or are they
reloaded every time? If they are cached, how do the clients get the latest
version and not the cached version? Would the cache automatically get replaced
when a new version is saved? I'm just trying to get a better understanding of
what is happening under the covers, rather than just accepting the once a new
version is available the client will execute it, even if that statement is true.

Michael K. Craghead



--- In Java_Official@yahoogroups.com, Burak <xface66@...> wrote:
>
> no. javascript runs on clients. not server.
>

#32225 From: Burak <xface66@...>
Date: Sun Nov 15, 2009 9:37 pm
Subject: (No subject)
xface66
Offline Offline
Send Email Send Email
 
you have to give more information. you can send us error stack.





[Non-text portions of this message have been removed]

#32224 From: Burak <xface66@...>
Date: Sun Nov 15, 2009 9:35 pm
Subject: (No subject)
xface66
Offline Offline
Send Email Send Email
 
no. javascript runs on clients. not server.





[Non-text portions of this message have been removed]

#32223 From: muni krishna <krishnaj_2004@...>
Date: Mon Nov 16, 2009 4:13 am
Subject: Re: [Java] Javascript Question
krishnaj_2004
Offline Offline
Send Email Send Email
 
Hi,

Not necessary. Just save it in notepad and refresh the page then u can get it.

Regards,
krishna

--- On Fri, 13/11/09, yairyongo <yairyongo@...> wrote:

From: yairyongo <yairyongo@...>
Subject: [Java] Javascript Question
To: Java_Official@yahoogroups.com
Date: Friday, 13 November, 2009, 2:27 AM







 









       Hi everybody!



I have a  dumb question or not about JavaScript:



Do I have to restart my server  everytime when I change my js?



Thanks!



Regards!























       The INTERNET now has a personality. YOURS! See your Yahoo! Homepage.
http://in.yahoo.com/

[Non-text portions of this message have been removed]

#32222 From: Riyant Kurniawan <riyant.kurniawan@...>
Date: Sun Nov 15, 2009 11:49 pm
Subject: Re: [Java] Re: require hibernate material
riyant.kurni...
Offline Offline
Send Email Send Email
 
Hi,

Start from www.hibernate.org and download hibernate document.

On Thu, Oct 22, 2009 at 10:56 AM, agarwal.ankit87
<agarwal.ankit87@...>wrote:

>
>
> Hi,
>
> Here is a nice Hibernate tutorial for beginners , just go through it
> from here,
> http://www.ezdia.com/Hibernate_tutorials_on_Netbeans/Content.do?id=688
>
>
> --- In Java_Official@yahoogroups.com <Java_Official%40yahoogroups.com>,
> "vdysr" <vdysr@...> wrote:
> >
> > Hello,
> >
> > I want to learn complete hibernate from beginning.
> > Kindly siggest some tutorials for hibernate with sample applicaiton.
> >
> > Thanks&regards
> > Sri
> >
>
>
>



--

Danke Schon,
Riyant Kurniawan


[Non-text portions of this message have been removed]

#32221 From: Khosro Asgharifard <khosro_question@...>
Date: Fri Nov 13, 2009 6:11 pm
Subject: Re: [Java] Re: outofmemory error
khosro_question
Offline Offline
Send Email Send Email
 
Hi,
Set JVM  option in your program or your IDE(Netbeans  or ...) to :-Xms100m
-Xmx1024m -XX:MaxPermSize=512m
or find the best JVM's arguments for your system,i mean you can change 100m or
1024m or 512m  according to your RAM in
your system.

Khosro.




________________________________
From: saurabh_29july <saurabh_29july@...>
To: Java_Official@yahoogroups.com
Sent: Fri, November 13, 2009 3:35:51 AM
Subject: [Java] Re: outofmemory error



Check your code for, hope you will possibly find a memory leak thier itself.

Incase you don't find it.. you can use a profiler.!! :)
--- In Java_Official@ yahoogroups. com, rama krishna <ramakrishnaakella_ 31@...>
wrote:
>
> Hi All,
> How to resolve outofmemory error?
>
> Thanks
> Ramakrishna
>
>
>       Add whatever you love to the Yahoo! India homepage. Try now!
http://in.yahoo. com/trynew
>
> [Non-text portions of this message have been removed]
>







[Non-text portions of this message have been removed]

#32220 From: "yairyongo" <yairyongo@...>
Date: Thu Nov 12, 2009 8:57 pm
Subject: Javascript Question
yairyongo
Offline Offline
Send Email Send Email
 
Hi everybody!

I have a  dumb question or not about JavaScript:

Do I have to restart my server  everytime when I change my js?

Thanks!

Regards!

#32219 From: "saurabh_29july" <saurabh_29july@...>
Date: Fri Nov 13, 2009 7:05 am
Subject: Re: outofmemory error
saurabh_29july
Online Now Online Now
Send Email Send Email
 
Check your code for, hope you will possibly find a memory leak thier itself.

Incase you don't find it.. you can use a profiler.!! :)
--- In Java_Official@yahoogroups.com, rama krishna <ramakrishnaakella_31@...>
wrote:
>
> Hi All,
> How to resolve outofmemory error?
>  
> Thanks
> Ramakrishna
>
>
>       Add whatever you love to the Yahoo! India homepage. Try now!
http://in.yahoo.com/trynew
>
> [Non-text portions of this message have been removed]
>

#32218 From: Lei Hudie <hudielei85@...>
Date: Tue Nov 10, 2009 1:13 am
Subject: Re: [Java] Problem with File I/O
hudielei85
Online Now Online Now
Send Email Send Email
 
________________________________
From: mas.kosumo <mas.kosumo@...>
To: Java_Official@yahoogroups.com
Sent: Sun, November 8, 2009 5:03:26 AM
Subject: [Java] Problem with File I/O


Hi guys,

I have a problem with my program. I tried to make a simple program to download
pdf file from internet. First, I tried to use it for downloading text and html
file, it works well. but, it didn't work with pdf file. the program could
produce output file, but it can't be opened.

Here is the code snippet:

java.io.BufferedInp utStream in = new java.io.BufferedInp utStream( new
java.net.URL( "http://www.digilife .be/quickreferen ces/QRC/JAVA%
20Quick%20Refere nce.pdf").openStream( ));
java.io.FileOutputS tream fos = new java.io.FileOutputS tream("output. pdf");
java.io.BufferedOut putStream bout = new BufferedOutputStrea m(fos,1024) ;
byte data[] = new byte[1024];
while(in.read( data,0,1024) >=0)
{
bout.write(data) ;
}
bout.close() ;
in.close();

Anyone could give me the clue? BTW, is there any website that provide free java
library, especially one that support file operation (download, upload, etc)?

Thanks in advance.



The web http://www.apache.org





[Non-text portions of this message have been removed]

#32217 From: "loyal_barber" <loyal_barber@...>
Date: Mon Nov 9, 2009 9:06 pm
Subject: Re: JavaEE self tranning
loyal_barber
Offline Offline
Send Email Send Email
 
--- In Java_Official@yahoogroups.com, "shankar" <shankarajmera@...> wrote:
>
> please any body help me how to start a JavaEE.I my knowledge in core java is
good. u give me some good books name to cover the advance java topic
servlet,jsp,java Been,EJB etc.
>

1. Get the java EE, Glassfish, and Netbeans (IDE) combo from Sun.

http://java.sun.com/javaee/downloads/index.jsp?userOsIndex=1&userOsId=linux&user\
OsName=Linux

That is the link for Linux.  If you are a Windoze user, go to java.sun.com.  On
the right select Java EE.  Click the "downloads" tab.  This should give you the
same list, but for windoze.  Under Linux, this bundle is the furthest to the
right.  The reason I suggest this is it will get all of the tools you need to
develop, deploy, and test within one bundle on one computer.  Glassfish is a
J2EE server that is well integrated with the Netbeans IDE.  You can dev, build,
and run without having to know much about the startup etc for the Glassfish
server.

1a.  I would also get the MySQL database.  You will need it for
Enterprise Java Beans development tutorials.  Again, this is avail-
able from Sun so the integration with the other products is
excellent.

2. Books.  First, go through all of the tutorials available as
tutorials on the Sun java site.  http://java.sun.com/javaee/5/docs
/tutorial/doc/.  I would also go through the tutorials on the home
page of the Netbeans IDE in order to get used to that tool.  The
book I am using is Murach's Java Servlets and JSP.  That may not sound
like J2EE, but trust me, it is.  You will need all of the building
blocks in this book to be able to do what you want.

Thanks,
Loyal

#32216 From: "mas.kosumo" <mas.kosumo@...>
Date: Sat Nov 7, 2009 9:03 pm
Subject: Problem with File I/O
mas.kosumo
Offline Offline
Send Email Send Email
 
Hi guys,

I have a problem with my program. I tried to make a simple program to download
pdf file from internet. First, I tried to use it for downloading text and html
file, it works well. but, it didn't work with pdf file. the program could
produce output file, but it can't be opened.

Here is the code snippet:

java.io.BufferedInputStream in = new java.io.BufferedInputStream(new
java.net.URL("http://www.digilife.be/quickreferences/QRC/JAVA%20Quick%20Referenc\
e.pdf").openStream());
java.io.FileOutputStream fos = new java.io.FileOutputStream("output.pdf");
java.io.BufferedOutputStream bout = new BufferedOutputStream(fos,1024);
byte data[] = new byte[1024];
while(in.read(data,0,1024)>=0)
{
   bout.write(data);
}
bout.close();
in.close();

Anyone could give me the clue? BTW, is there any website that provide free java
library, especially one that support file operation (download, upload, etc)?

Thanks in advance.

#32215 From: Matt Harris <matt_j_harris@...>
Date: Fri Nov 6, 2009 2:55 am
Subject: Re: [Java] Re: Java for Self Training
matt_j_harris
Offline Offline
Send Email Send Email
 
trickten wrote:
> Hi,
>
> I am new to Java as well.
>
> I'll give you the suggestions I was given.
>
> First download the Eclipse IDE. It's the best Java editor from what I hear.
(www.eclipse.org)
>
> Second was to go to Sun's website and start at the beginning. It'll not only
tell you where you need to start, but what to download (with the associated
links).
>
> Personally I also go to programmers heaven to download add'l code to play
with, a forum, etc. (http://www.programmersheaven.com/tags/Java/)
>
> Good luck,
> Alex
>
> --- In Java_Official@yahoogroups.com, "Haridhar Srivatsa K"
<sachindevotee@...> wrote:
>
>> Hello,
>> I just joined this high profile group and it gives me an immense pleasure to
be a member of this group. This is my first post. Before you go through the
message I want to tell you that I am novice to Java and I don't even have basic
knowledge in Java.
>>
>> 1. What is difference between Core Java and Advanced Java?
>>
>> 2. Do I need to undergo traning in C, C++ before going for Java.I had very
basic training in C, C++ in 2001-02.
>>
>> 3. I wish to download Java on to my computer (Windows Vista Business) and
improve my programming skills. Can you, please, provide me complete information
which version of Java is best for a novice like me and where to download it
from, how to install, how to start programming. Which book will you recommend to
have self-training- right from very basics- and practice.
>>
>> Pl provide me every thing in detail.
>>
>> Thanks in advance
>>
>> -Haridhar Srivatsa
I just started learning Java a little over a month (maybe 2) ago.

I considered starting from the command-line, but I really do prefer
IDEs.  After a trying out Eclipse and Netbeans, I went with Netbeans as
I liked the GUI Builder.

I'd recommend the following, but YMMV applies:

1) Go here http://java.sun.com/javase/downloads/index.jsp  . Download
"JDK 6 Update 17 with NetBeans 6.7.1."   Also download  "Java SE 6
Documentation"
     I'd make sure that use pick the correct JDK (32 or 64 bit).

2) Start running through the Java Tutorials website:
     Really Big Index:
http://java.sun.com/docs/books/tutorial/reallybigindex.html
     Front Page: http://java.sun.com/docs/books/tutorial/reallybigindex.html

3) I also read some books:
      Java For Dummies (mostly worthless)
      Java For Dummies All In One Desk Reference (much better)
      Core Java Volumes I & II (Excellent)
      Java How to Program, 8/e  was a textbook and really dense. Not what
I was looking for but might be useful

--
Matt Harris
matt_j_harris@...
www.launchpadzero.net
ICQ: 1656005

#32214 From: "shankar" <shankarajmera@...>
Date: Sun Nov 8, 2009 4:29 am
Subject: JavaEE self tranning
shankarajmera
Offline Offline
Send Email Send Email
 
please any body help me how to start a JavaEE.I my knowledge in core java is
good. u give me some good books name to cover the advance java topic
servlet,jsp,java Been,EJB etc.

#32213 From: "loyal_barber" <loyal_barber@...>
Date: Mon Nov 2, 2009 10:23 pm
Subject: Re: Java for Self Training
loyal_barber
Offline Offline
Send Email Send Email
 
see in-line comments below:

--- In Java_Official@yahoogroups.com, "Haridhar Srivatsa K" <sachindevotee@...>
wrote:
>
> Hello,
> <snip>

>
> 1. What is difference between Core Java and Advanced Java?

I will give you my opinion then let other trash me.  I am pretty
new to Java also.  Core Java is the first you should learn.  It
is java and only java coding where you can run the process from
the command line.  This will give you the basis on which to build.
Advanced Java involves the Web, messenging, database access, and a
thing called Enterprise Java Beans, etc.  These things enable you to
produce world-class applications.

You don't need the advanced to start out nor would I recommend that.
Learn the basics of java first.

>
> 2. Do I need to undergo traning in C, C++ before going for Java.I
> had very basic training in C, C++ in 2001-02.
>

No, absolutely not.  However the earlier training you had in C and
C++ will actually apply pretty well.  While Java is its own beast,
The creators were smart enough to borrow ideas of good programming
languages that already existed.  It is very obvious to me that the
creators knew C++ and took the best while fixing the rest. (IMHO)

> 3. I wish to download Java on to my computer (Windows Vista
> Business) and improve my programming skills. Can you, please,
> provide me complete information which version of Java is best for a
> novice like me and where to download it from, how to install, how
> to start programming. Which book will you recommend to have
> self-training- right from very basics- and practice.

Go to java.sun.com.  On the right click "Java SE".  That will take
you to a page to download "JDK 6 Update 16 with NetBeans 6.7.1".
This package will get you two products: 1. the Java Development Kit
version 6 update 16 and the NetBeans integrated development environ-
ment.  You don't need the second item to start, but will want it
as you learn.  The text editor in it is geared toward Java and will
help you every step along the way.

As for where to start, here are a couple of suggestions:
1. Go to http://java.sun.com/javase/reference/index.jsp and go through
the Sun tutorials.  Stick with the basics though, don't go for web
etc until you are comfortable with the basics.
2. My favorite book is "Thinking in Java" by Bruce Eckel.  You can
download the prior version FOR FREE here:
http://www.odioworks.com/46-Bruce_Eckel%27s_Free_Electronic_Books.html . The
latest revision
is available from most book sellers.  However, you will have to be
getting Java pretty good to need something past that free version.

>
> Pl provide me every thing in detail.
>
> Thanks in advance
>
> -Haridhar Srivatsa
>

You are welcome,
Loyal

#32212 From: "trickten" <trickten@...>
Date: Tue Nov 3, 2009 12:47 pm
Subject: Re: Java for Self Training
trickten
Offline Offline
Send Email Send Email
 
Hi,

I am new to Java as well.

I'll give you the suggestions I was given.

First download the Eclipse IDE. It's the best Java editor from what I hear.
(www.eclipse.org)

Second was to go to Sun's website and start at the beginning. It'll not only
tell you where you need to start, but what to download (with the associated
links).

Personally I also go to programmers heaven to download add'l code to play with,
a forum, etc. (http://www.programmersheaven.com/tags/Java/)

Good luck,
Alex

--- In Java_Official@yahoogroups.com, "Haridhar Srivatsa K" <sachindevotee@...>
wrote:
>
> Hello,
> I just joined this high profile group and it gives me an immense pleasure to
be a member of this group. This is my first post. Before you go through the
message I want to tell you that I am novice to Java and I don't even have basic
knowledge in Java.
>
> 1. What is difference between Core Java and Advanced Java?
>
> 2. Do I need to undergo traning in C, C++ before going for Java.I had very
basic training in C, C++ in 2001-02.
>
> 3. I wish to download Java on to my computer (Windows Vista Business) and
improve my programming skills. Can you, please, provide me complete information
which version of Java is best for a novice like me and where to download it
from, how to install, how to start programming. Which book will you recommend to
have self-training- right from very basics- and practice.
>
> Pl provide me every thing in detail.
>
> Thanks in advance
>
> -Haridhar Srivatsa
>

#32211 From: rama krishna <ramakrishnaakella_31@...>
Date: Fri Oct 30, 2009 9:48 am
Subject: outofmemory error
ramakrishnaa...
Offline Offline
Send Email Send Email
 
Hi All,
How to resolve outofmemory error?
 
Thanks
Ramakrishna


       Add whatever you love to the Yahoo! India homepage. Try now!
http://in.yahoo.com/trynew

[Non-text portions of this message have been removed]

#32210 From: "Haridhar Srivatsa K" <sachindevotee@...>
Date: Fri Oct 30, 2009 3:30 am
Subject: Java for Self Training
sachindevotee
Offline Offline
Send Email Send Email
 
Hello,
I just joined this high profile group and it gives me an immense pleasure to be
a member of this group. This is my first post. Before you go through the message
I want to tell you that I am novice to Java and I don't even have basic
knowledge in Java.

1. What is difference between Core Java and Advanced Java?

2. Do I need to undergo traning in C, C++ before going for Java.I had very basic
training in C, C++ in 2001-02.

3. I wish to download Java on to my computer (Windows Vista Business) and
improve my programming skills. Can you, please, provide me complete information
which version of Java is best for a novice like me and where to download it
from, how to install, how to start programming. Which book will you recommend to
have self-training- right from very basics- and practice.

Pl provide me every thing in detail.

Thanks in advance

-Haridhar Srivatsa

#32209 From: "F. Lenin" <leninpharm@...>
Date: Sun Oct 25, 2009 6:47 am
Subject: Re: [Java] tomcat configuration help required.
leninpharm
Offline Offline
Send Email Send Email
 
use java 1.4 and above to resolve this problem

  With Regards,
F. Lenin.




________________________________
From: kumar prashant <meraprashant@...>
To: Java_Official@yahoogroups.com
Sent: Thu, 22 October, 2009 10:07:08 AM
Subject: [Java] tomcat configuration help required.


Hi,
pls pls help
can anyone help me in configuring my tomacat 5.0
CATALINA_HOME :- C:\Tomcat 5.0
JAVA_HOME :- C:\jdk1.3
do i need to set any other environmet variables etc?

i am getting bleow error while starting my tomcat.

[ERROR] Digester - Begin event threw error <java.lang.Exceptio nInInitializerEr
ro
r>java.lang. ExceptionInIniti alizerError: sun.misc.InvalidJar IndexException:
Inva
lid index!
         at sun.misc.URLClassPa th$JarLoader. getResource( URLClassPath.
java:594)
         at sun.misc.URLClassPa th.getResource( URLClassPath. java:134)
         at java.net.URLClassLo ader$2.run( URLClassLoader. java:349)
         at java.security. AccessController .doPrivileged( Native Method)
         at java.net.URLClassLo ader.findResourc e(URLClassLoader .java:346)
         at org.apache.catalina .loader.Standard ClassLoader. findResource(
StandardC
lassLoader.java: 527)
         at org.apache.catalina .loader.Standard ClassLoader. getResource(
StandardCl
assLoader.java: 603)
         at org.apache.commons. modeler.Registry .loadDescriptors (Registry.
java:895
)
         at org.apache.catalina .mbeans.MBeanUti ls.createRegistr y(MBeanUtils.
java:
1602)
         at org.apache.catalina .mbeans.MBeanUti ls.<clinit> (MBeanUtils.
java:107)
         at org.apache.catalina .mbeans.GlobalRe sourcesLifecycle Listener.
<clinit>(
GlobalResourcesLife cycleListener. java:65)
         at java.lang.Class. newInstance0( Native Method)
         at java.lang.Class. newInstance( Class.java: 237)
         at org.apache.commons. digester. ObjectCreateRule .begin(ObjectCre
ateRule.j
ava:253)
         at org.apache.commons. digester. Rule.begin( Rule.java: 200)
         at org.apache.commons. digester. Digester. startElement( Digester.
java:1273)
         at org.apache.catalina .util.CatalinaDi gester.startElem
ent(CatalinaDige st
er.java:65)
         at org.apache.xerces. parsers.Abstract SAXParser. startElement( Unknown
Sour
ce)
         at org.apache.xerces. parsers.Abstract XMLDocumentParse r.emptyElement(
Unkn
own Source)
         at org.apache.xerces. impl.XMLDocument FragmentScannerI mpl.scanStartEle
men
t(Unknown Source)
         at org.apache.xerces. impl.XMLDocument FragmentScannerI mpl$FragmentCont
ent
Dispatcher.dispatch (Unknown Source)
         at org.apache.xerces. impl.XMLDocument FragmentScannerI mpl.scanDocument
(Un
known Source)
         at org.apache.xerces. parsers.XML11Con figuration. parse(Unknown Source)
         at org.apache.xerces. parsers.XML11Con figuration. parse(Unknown Source)
         at org.apache.xerces. parsers.XMLParse r.parse(Unknown Source)
         at org.apache.xerces. parsers.Abstract SAXParser. parse(Unknown Source)
         at org.apache.commons. digester. Digester. parse(Digester. java:1548)
         at org.apache.catalina .startup. Catalina. load(Catalina. java:489)
         at org.apache.catalina .startup. Catalina. load(Catalina. java:528)
         at java.lang.reflect. Method.invoke( Native Method)
         at org.apache.catalina .startup. Bootstrap. load(Bootstrap. java:250)
         at org.apache.catalina .startup. Bootstrap. main(Bootstrap. java:424)
java.lang.reflect. InvocationTarget Exception: java.lang.Exception
InInitializerErr
or: sun.misc.InvalidJar IndexException: Invalid index!
         at sun.misc.URLClassPa th$JarLoader. getResource( URLClassPath.
java:594)
         at sun.misc.URLClassPa th.getResource( URLClassPath. java:134)
         at java.net.URLClassLo ader$2.run( URLClassLoader. java:349)
         at java.security. AccessController .doPrivileged( Native Method)
         at java.net.URLClassLo ader.findResourc e(URLClassLoader .java:346)
         at org.apache.catalina .loader.Standard ClassLoader. findResource(
StandardC
lassLoader.java: 527)
         at org.apache.catalina .loader.Standard ClassLoader. getResource(
StandardCl
assLoader.java: 603)
         at org.apache.commons. modeler.Registry .loadDescriptors (Registry.
java:895
)
         at org.apache.catalina .mbeans.MBeanUti ls.createRegistr y(MBeanUtils.
java:
1602)
         at org.apache.catalina .mbeans.MBeanUti ls.<clinit> (MBeanUtils.
java:107)
         at org.apache.catalina .mbeans.GlobalRe sourcesLifecycle Listener.
<clinit>(
GlobalResourcesLife cycleListener. java:65)
         at java.lang.Class. newInstance0( Native Method)
         at java.lang.Class. newInstance( Class.java: 237)
         at org.apache.commons. digester. ObjectCreateRule .begin(ObjectCre
ateRule.j
ava:253)
         at org.apache.commons. digester. Rule.begin( Rule.java: 200)
         at org.apache.commons. digester. Digester. startElement( Digester.
java:1273)
         at org.apache.catalina .util.CatalinaDi gester.startElem
ent(CatalinaDige st
er.java:65)
         at org.apache.xerces. parsers.Abstract SAXParser. startElement( Unknown
Sour
ce)
         at org.apache.xerces. parsers.Abstract XMLDocumentParse r.emptyElement(
Unkn
own Source)
         at org.apache.xerces. impl.XMLDocument FragmentScannerI mpl.scanStartEle
men
t(Unknown Source)
         at org.apache.xerces. impl.XMLDocument FragmentScannerI mpl$FragmentCont
ent
Dispatcher.dispatch (Unknown Source)
         at org.apache.xerces. impl.XMLDocument FragmentScannerI mpl.scanDocument
(Un
known Source)
         at org.apache.xerces. parsers.XML11Con figuration. parse(Unknown Source)
         at org.apache.xerces. parsers.XML11Con figuration. parse(Unknown Source)
         at org.apache.xerces. parsers.XMLParse r.parse(Unknown Source)
         at org.apache.xerces. parsers.Abstract SAXParser. parse(Unknown Source)
         at org.apache.commons. digester. Digester. parse(Digester. java:1548)
         at org.apache.catalina .startup. Catalina. load(Catalina. java:489)
         at org.apache.catalina .startup. Catalina. load(Catalina. java:528)
         at java.lang.reflect. Method.invoke( Native Method)
         at org.apache.catalina .startup. Bootstrap. load(Bootstrap. java:250)

Thanks&Regards
Kumar Prashant
Ph. No. 9886846778

Keep up with people you care about with Yahoo! India Mail. Learn how.
http://in.overview. mail.yahoo. com/connectmore

[Non-text portions of this message have been removed]





       Yahoo! India has a new look. Take a sneak peek http://in.yahoo.com/trynew

[Non-text portions of this message have been removed]

#32208 From: deepak 123 <deepak_pokiri@...>
Date: Fri Oct 23, 2009 9:11 pm
Subject: Re: [Java] Re: java programs
deepak_pokiri
Online Now Online Now
Send Email Send Email
 
ok yes tell me what to do......reply to dpaksp@... ok


























[Non-text portions of this message have been removed]

#32207 From: govind verma <vermaaa1983@...>
Date: Fri Oct 23, 2009 4:35 am
Subject: Re: [Java] Re: java programs
vermaaa1983
Offline Offline
Send Email Send Email
 
Yes I am interested in that project can you explain me further or give some kind
of documents explaining your project.

--- On Thu, 22/10/09, Manu Kutta <kutta.mallu@...> wrote:

From: Manu Kutta <kutta.mallu@...>
Subject: Re: [Java] Re: java programs
To: Java_Official@yahoogroups.com
Date: Thursday, 22 October, 2009, 3:31 PM






 





                   Could you explain in more



--- On Wed, 21/10/09, Virendra Kirange <kirangevirendra@ yahoo.com> wrote:



From: Virendra Kirange <kirangevirendra@ yahoo.com>

Subject: Re: [Java] Re: java programs

To: Java_Official@ yahoogroups. com

Date: Wednesday, 21 October, 2009, 8:29 AM



 



hello



how   ru ?



r u interested in cars so can you complete one project with me on car management
system.



[Non-text portions of this message have been removed]























[Non-text portions of this message have been removed]





























       Connect more, do more and share more with Yahoo! India Mail. Learn more.
http://in.overview.mail.yahoo.com/

[Non-text portions of this message have been removed]

#32206 From: "Jignya" <jignya82@...>
Date: Fri Oct 23, 2009 12:51 am
Subject: Re: tomcat configuration help required.
jignya82
Offline Offline
Send Email Send Email
 
Hey Prashant

I dont think u need to do anythign else, but try creating a simple jsp or html
page and then save it in the ROOT folder. and try to run it, as
http://servername:portnumber/filename

May be there was a prob with ur download.

Jignya

--- In Java_Official@yahoogroups.com, kumar prashant <meraprashant@...> wrote:
>
> Hi,
> pls pls help
> can anyone help me in configuring my tomacat 5.0
> CATALINA_HOME :- C:\Tomcat 5.0
> JAVA_HOME :- C:\jdk1.3
> do i need to set any other environmet variables etc?
>  
> i am getting bleow error while starting my tomcat.
>  
> [ERROR] Digester - Begin event threw error
<java.lang.ExceptionInInitializerErro
> r>java.lang.ExceptionInInitializerError: sun.misc.InvalidJarIndexException:
Inva
> lid index!
>         at sun.misc.URLClassPath$JarLoader.getResource(URLClassPath.java:594)
>         at sun.misc.URLClassPath.getResource(URLClassPath.java:134)
>         at java.net.URLClassLoader$2.run(URLClassLoader.java:349)
>         at java.security.AccessController.doPrivileged(Native Method)
>         at java.net.URLClassLoader.findResource(URLClassLoader.java:346)
>         at
org.apache.catalina.loader.StandardClassLoader.findResource(StandardC
> lassLoader.java:527)
>         at
org.apache.catalina.loader.StandardClassLoader.getResource(StandardCl
> assLoader.java:603)
>         at
org.apache.commons.modeler.Registry.loadDescriptors(Registry.java:895
> )
>         at
org.apache.catalina.mbeans.MBeanUtils.createRegistry(MBeanUtils.java:
> 1602)
>         at org.apache.catalina.mbeans.MBeanUtils.<clinit>(MBeanUtils.java:107)
>         at
org.apache.catalina.mbeans.GlobalResourcesLifecycleListener.<clinit>(
> GlobalResourcesLifecycleListener.java:65)
>         at java.lang.Class.newInstance0(Native Method)
>         at java.lang.Class.newInstance(Class.java:237)
>         at
org.apache.commons.digester.ObjectCreateRule.begin(ObjectCreateRule.j
> ava:253)
>         at org.apache.commons.digester.Rule.begin(Rule.java:200)
>         at
org.apache.commons.digester.Digester.startElement(Digester.java:1273)
>         at
org.apache.catalina.util.CatalinaDigester.startElement(CatalinaDigest
> er.java:65)
>         at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown
Sour
> ce)
>         at
org.apache.xerces.parsers.AbstractXMLDocumentParser.emptyElement(Unkn
> own Source)
>         at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanStartElemen
> t(Unknown Source)
>         at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContent
> Dispatcher.dispatch(Unknown Source)
>         at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Un
> known Source)
>         at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
>         at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
>         at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
>         at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
>         at org.apache.commons.digester.Digester.parse(Digester.java:1548)
>         at org.apache.catalina.startup.Catalina.load(Catalina.java:489)
>         at org.apache.catalina.startup.Catalina.load(Catalina.java:528)
>         at java.lang.reflect.Method.invoke(Native Method)
>         at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:250)
>         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:424)
> java.lang.reflect.InvocationTargetException:
java.lang.ExceptionInInitializerErr
> or: sun.misc.InvalidJarIndexException: Invalid index!
>         at sun.misc.URLClassPath$JarLoader.getResource(URLClassPath.java:594)
>         at sun.misc.URLClassPath.getResource(URLClassPath.java:134)
>         at java.net.URLClassLoader$2.run(URLClassLoader.java:349)
>         at java.security.AccessController.doPrivileged(Native Method)
>         at java.net.URLClassLoader.findResource(URLClassLoader.java:346)
>         at
org.apache.catalina.loader.StandardClassLoader.findResource(StandardC
> lassLoader.java:527)
>         at
org.apache.catalina.loader.StandardClassLoader.getResource(StandardCl
> assLoader.java:603)
>         at
org.apache.commons.modeler.Registry.loadDescriptors(Registry.java:895
> )
>         at
org.apache.catalina.mbeans.MBeanUtils.createRegistry(MBeanUtils.java:
> 1602)
>         at org.apache.catalina.mbeans.MBeanUtils.<clinit>(MBeanUtils.java:107)
>         at
org.apache.catalina.mbeans.GlobalResourcesLifecycleListener.<clinit>(
> GlobalResourcesLifecycleListener.java:65)
>         at java.lang.Class.newInstance0(Native Method)
>         at java.lang.Class.newInstance(Class.java:237)
>         at
org.apache.commons.digester.ObjectCreateRule.begin(ObjectCreateRule.j
> ava:253)
>         at org.apache.commons.digester.Rule.begin(Rule.java:200)
>         at
org.apache.commons.digester.Digester.startElement(Digester.java:1273)
>         at
org.apache.catalina.util.CatalinaDigester.startElement(CatalinaDigest
> er.java:65)
>         at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown
Sour
> ce)
>         at
org.apache.xerces.parsers.AbstractXMLDocumentParser.emptyElement(Unkn
> own Source)
>         at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanStartElemen
> t(Unknown Source)
>         at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContent
> Dispatcher.dispatch(Unknown Source)
>         at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Un
> known Source)
>         at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
>         at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
>         at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
>         at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
>         at org.apache.commons.digester.Digester.parse(Digester.java:1548)
>         at org.apache.catalina.startup.Catalina.load(Catalina.java:489)
>         at org.apache.catalina.startup.Catalina.load(Catalina.java:528)
>         at java.lang.reflect.Method.invoke(Native Method)
>         at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:250)
>
>
> Thanks&Regards
> Kumar Prashant
> Ph. No. 9886846778
>
>
>       Keep up with people you care about with Yahoo! India Mail. Learn how.
http://in.overview.mail.yahoo.com/connectmore
>
> [Non-text portions of this message have been removed]
>

#32205 From: Trishul Mukherjee <trishul.mukherjee@...>
Date: Thu Oct 22, 2009 7:37 pm
Subject: Re: [Java] Pls help in configuring my tomcat 5.0.
trishul.mukh...
Offline Offline
Send Email Send Email
 
Hi Prashant,

I believe you cannot use Tomcat with JDK 1.3 out of the box - you need a
compatibility kit. Please check the following link:
http://www.jroller.com/deanen/entry/tomcat_5_5_x_with
Otherwise, you could consider upgrading to JDK 1.5.

Hope this helps.

Regards,
Trishul.




________________________________
From: kumar prashant <meraprashant@...>
To: Java_Official@yahoogroups.com
Sent: Thu, October 22, 2009 11:38:55 AM
Subject: [Java] Pls help in configuring my tomcat 5.0.


Hi,
pls pls help me
can anyone help me in configuring my tomacat 5.0
CATALINA_HOME :- C:\Tomcat 5.0
JAVA_HOME :- C:\jdk1.3
do i need to set any other environmet variables etc?

i am getting bleow error while starting my tomcat.

[ERROR] Digester - Begin event threw error <java.lang.Exceptio nInInitializerEr
ro
r>java.lang. ExceptionInIniti alizerError: sun.misc.InvalidJar IndexException:
Inva
lid index!
         at sun.misc.URLClassPa th$JarLoader. getResource( URLClassPath.
java:594)
         at sun.misc.URLClassPa th.getResource( URLClassPath. java:134)
         at java.net.URLClassLo ader$2.run( URLClassLoader. java:349)
         at java.security. AccessController .doPrivileged( Native Method)
         at java.net.URLClassLo ader.findResourc e(URLClassLoader .java:346)
         at org.apache.catalina .loader.Standard ClassLoader. findResource(
StandardC
lassLoader.java: 527)
         at org.apache.catalina .loader.Standard ClassLoader. getResource(
StandardCl
assLoader.java: 603)
         at org.apache.commons. modeler.Registry .loadDescriptors (Registry.
java:895
)
         at org.apache.catalina .mbeans.MBeanUti ls.createRegistr y(MBeanUtils.
java:
1602)
         at org.apache.catalina .mbeans.MBeanUti ls.<clinit> (MBeanUtils.
java:107)
         at org.apache.catalina .mbeans.GlobalRe sourcesLifecycle Listener.
<clinit>(
GlobalResourcesLife cycleListener. java:65)
         at java.lang.Class. newInstance0( Native Method)
         at java.lang.Class. newInstance( Class.java: 237)
         at org.apache.commons. digester. ObjectCreateRule .begin(ObjectCre
ateRule.j
ava:253)
         at org.apache.commons. digester. Rule.begin( Rule.java: 200)
         at org.apache.commons. digester. Digester. startElement( Digester.
java:1273)
         at org.apache.catalina .util.CatalinaDi gester.startElem
ent(CatalinaDige st
er.java:65)
         at org.apache.xerces. parsers.Abstract SAXParser. startElement( Unknown
Sour
ce)
         at org.apache.xerces. parsers.Abstract XMLDocumentParse r.emptyElement(
Unkn
own Source)
         at org.apache.xerces. impl.XMLDocument FragmentScannerI mpl.scanStartEle
men
t(Unknown Source)
         at org.apache.xerces. impl.XMLDocument FragmentScannerI mpl$FragmentCont
ent
Dispatcher.dispatch (Unknown Source)
         at org.apache.xerces. impl.XMLDocument FragmentScannerI mpl.scanDocument
(Un
known Source)
         at org.apache.xerces. parsers.XML11Con figuration. parse(Unknown Source)
         at org.apache.xerces. parsers.XML11Con figuration. parse(Unknown Source)
         at org.apache.xerces. parsers.XMLParse r.parse(Unknown Source)
         at org.apache.xerces. parsers.Abstract SAXParser. parse(Unknown Source)
         at org.apache.commons. digester. Digester. parse(Digester. java:1548)
         at org.apache.catalina .startup. Catalina. load(Catalina. java:489)
         at org.apache.catalina .startup. Catalina. load(Catalina. java:528)
         at java.lang.reflect. Method.invoke( Native Method)
         at org.apache.catalina .startup. Bootstrap. load(Bootstrap. java:250)
         at org.apache.catalina .startup. Bootstrap. main(Bootstrap. java:424)
java.lang.reflect. InvocationTarget Exception: java.lang.Exception
InInitializerErr
or: sun.misc.InvalidJar IndexException: Invalid index!
         at sun.misc.URLClassPa th$JarLoader. getResource( URLClassPath.
java:594)
         at sun.misc.URLClassPa th.getResource( URLClassPath. java:134)
         at java.net.URLClassLo ader$2.run( URLClassLoader. java:349)
         at java.security. AccessController .doPrivileged( Native Method)
         at java.net.URLClassLo ader.findResourc e(URLClassLoader .java:346)
         at org.apache.catalina .loader.Standard ClassLoader. findResource(
StandardC
lassLoader.java: 527)
         at org.apache.catalina .loader.Standard ClassLoader. getResource(
StandardCl
assLoader.java: 603)
         at org.apache.commons. modeler.Registry .loadDescriptors (Registry.
java:895
)
         at org.apache.catalina .mbeans.MBeanUti ls.createRegistr y(MBeanUtils.
java:
1602)
         at org.apache.catalina .mbeans.MBeanUti ls.<clinit> (MBeanUtils.
java:107)
         at org.apache.catalina .mbeans.GlobalRe sourcesLifecycle Listener.
<clinit>(
GlobalResourcesLife cycleListener. java:65)
         at java.lang.Class. newInstance0( Native Method)
         at java.lang.Class. newInstance( Class.java: 237)
         at org.apache.commons. digester. ObjectCreateRule .begin(ObjectCre
ateRule.j
ava:253)
         at org.apache.commons. digester. Rule.begin( Rule.java: 200)
         at org.apache.commons. digester. Digester. startElement( Digester.
java:1273)
         at org.apache.catalina .util.CatalinaDi gester.startElem
ent(CatalinaDige st
er.java:65)
         at org.apache.xerces. parsers.Abstract SAXParser. startElement( Unknown
Sour
ce)
         at org.apache.xerces. parsers.Abstract XMLDocumentParse r.emptyElement(
Unkn
own Source)
         at org.apache.xerces. impl.XMLDocument FragmentScannerI mpl.scanStartEle
men
t(Unknown Source)
         at org.apache.xerces. impl.XMLDocument FragmentScannerI mpl$FragmentCont
ent
Dispatcher.dispatch (Unknown Source)
         at org.apache.xerces. impl.XMLDocument FragmentScannerI mpl.scanDocument
(Un
known Source)
         at org.apache.xerces. parsers.XML11Con figuration. parse(Unknown Source)
         at org.apache.xerces. parsers.XML11Con figuration. parse(Unknown Source)
         at org.apache.xerces. parsers.XMLParse r.parse(Unknown Source)
         at org.apache.xerces. parsers.Abstract SAXParser. parse(Unknown Source)
         at org.apache.commons. digester. Digester. parse(Digester. java:1548)
         at org.apache.catalina .startup. Catalina. load(Catalina. java:489)
         at org.apache.catalina .startup. Catalina. load(Catalina. java:528)
         at java.lang.reflect. Method.invoke( Native Method)
         at org.apache.catalina .startup. Bootstrap. load(Bootstrap. java:250)

Thanks&Regards
Kumar Prashant
Ph. No. 9886846778

Add whatever you love to the Yahoo! India homepage. Try now! http://in.yahoo.
com/trynew

[Non-text portions of this message have been removed]







[Non-text portions of this message have been removed]

#32204 From: Manu Kutta <kutta.mallu@...>
Date: Thu Oct 22, 2009 10:01 am
Subject: Re: [Java] Re: java programs
kutta.mallu
Offline Offline
Send Email Send Email
 
Could you explain in more

--- On Wed, 21/10/09, Virendra Kirange <kirangevirendra@...> wrote:

From: Virendra Kirange <kirangevirendra@...>
Subject: Re: [Java] Re: java programs
To: Java_Official@yahoogroups.com
Date: Wednesday, 21 October, 2009, 8:29 AM






 





                   hello

  how   ru ?

  r u interested in cars so can you complete one project with me on car
management system.



[Non-text portions of this message have been removed]































[Non-text portions of this message have been removed]

#32203 From: kumar prashant <meraprashant@...>
Date: Thu Oct 22, 2009 6:07 am
Subject: tomcat configuration help required.
meraprashant
Online Now Online Now
Send Email Send Email
 
Hi,
pls pls help
can anyone help me in configuring my tomacat 5.0
CATALINA_HOME :- C:\Tomcat 5.0
JAVA_HOME :- C:\jdk1.3
do i need to set any other environmet variables etc?
 
i am getting bleow error while starting my tomcat.
 
[ERROR] Digester - Begin event threw error <java.lang.ExceptionInInitializerErro
r>java.lang.ExceptionInInitializerError: sun.misc.InvalidJarIndexException: Inva
lid index!
        at sun.misc.URLClassPath$JarLoader.getResource(URLClassPath.java:594)
        at sun.misc.URLClassPath.getResource(URLClassPath.java:134)
        at java.net.URLClassLoader$2.run(URLClassLoader.java:349)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findResource(URLClassLoader.java:346)
        at org.apache.catalina.loader.StandardClassLoader.findResource(StandardC
lassLoader.java:527)
        at org.apache.catalina.loader.StandardClassLoader.getResource(StandardCl
assLoader.java:603)
        at org.apache.commons.modeler.Registry.loadDescriptors(Registry.java:895
)
        at org.apache.catalina.mbeans.MBeanUtils.createRegistry(MBeanUtils.java:
1602)
        at org.apache.catalina.mbeans.MBeanUtils.<clinit>(MBeanUtils.java:107)
        at org.apache.catalina.mbeans.GlobalResourcesLifecycleListener.<clinit>(
GlobalResourcesLifecycleListener.java:65)
        at java.lang.Class.newInstance0(Native Method)
        at java.lang.Class.newInstance(Class.java:237)
        at org.apache.commons.digester.ObjectCreateRule.begin(ObjectCreateRule.j
ava:253)
        at org.apache.commons.digester.Rule.begin(Rule.java:200)
        at org.apache.commons.digester.Digester.startElement(Digester.java:1273)
        at org.apache.catalina.util.CatalinaDigester.startElement(CatalinaDigest
er.java:65)
        at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Sour
ce)
        at org.apache.xerces.parsers.AbstractXMLDocumentParser.emptyElement(Unkn
own Source)
        at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanStartElemen
t(Unknown Source)
        at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContent
Dispatcher.dispatch(Unknown Source)
        at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Un
known Source)
        at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
        at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
        at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
        at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
        at org.apache.commons.digester.Digester.parse(Digester.java:1548)
        at org.apache.catalina.startup.Catalina.load(Catalina.java:489)
        at org.apache.catalina.startup.Catalina.load(Catalina.java:528)
        at java.lang.reflect.Method.invoke(Native Method)
        at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:250)
        at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:424)
java.lang.reflect.InvocationTargetException: java.lang.ExceptionInInitializerErr
or: sun.misc.InvalidJarIndexException: Invalid index!
        at sun.misc.URLClassPath$JarLoader.getResource(URLClassPath.java:594)
        at sun.misc.URLClassPath.getResource(URLClassPath.java:134)
        at java.net.URLClassLoader$2.run(URLClassLoader.java:349)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findResource(URLClassLoader.java:346)
        at org.apache.catalina.loader.StandardClassLoader.findResource(StandardC
lassLoader.java:527)
        at org.apache.catalina.loader.StandardClassLoader.getResource(StandardCl
assLoader.java:603)
        at org.apache.commons.modeler.Registry.loadDescriptors(Registry.java:895
)
        at org.apache.catalina.mbeans.MBeanUtils.createRegistry(MBeanUtils.java:
1602)
        at org.apache.catalina.mbeans.MBeanUtils.<clinit>(MBeanUtils.java:107)
        at org.apache.catalina.mbeans.GlobalResourcesLifecycleListener.<clinit>(
GlobalResourcesLifecycleListener.java:65)
        at java.lang.Class.newInstance0(Native Method)
        at java.lang.Class.newInstance(Class.java:237)
        at org.apache.commons.digester.ObjectCreateRule.begin(ObjectCreateRule.j
ava:253)
        at org.apache.commons.digester.Rule.begin(Rule.java:200)
        at org.apache.commons.digester.Digester.startElement(Digester.java:1273)
        at org.apache.catalina.util.CatalinaDigester.startElement(CatalinaDigest
er.java:65)
        at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Sour
ce)
        at org.apache.xerces.parsers.AbstractXMLDocumentParser.emptyElement(Unkn
own Source)
        at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanStartElemen
t(Unknown Source)
        at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContent
Dispatcher.dispatch(Unknown Source)
        at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Un
known Source)
        at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
        at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
        at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
        at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
        at org.apache.commons.digester.Digester.parse(Digester.java:1548)
        at org.apache.catalina.startup.Catalina.load(Catalina.java:489)
        at org.apache.catalina.startup.Catalina.load(Catalina.java:528)
        at java.lang.reflect.Method.invoke(Native Method)
        at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:250)


Thanks&Regards
Kumar Prashant
Ph. No. 9886846778


       Keep up with people you care about with Yahoo! India Mail. Learn how.
http://in.overview.mail.yahoo.com/connectmore

[Non-text portions of this message have been removed]

#32202 From: kumar prashant <meraprashant@...>
Date: Thu Oct 22, 2009 6:08 am
Subject: Pls help in configuring my tomcat 5.0.
meraprashant
Online Now Online Now
Send Email Send Email
 
Hi,
pls pls help me
can anyone help me in configuring my tomacat 5.0
CATALINA_HOME :- C:\Tomcat 5.0
JAVA_HOME :- C:\jdk1.3
do i need to set any other environmet variables etc?
 
i am getting bleow error while starting my tomcat.
 
[ERROR] Digester - Begin event threw error <java.lang.ExceptionInInitializerErro
r>java.lang.ExceptionInInitializerError: sun.misc.InvalidJarIndexException: Inva
lid index!
        at sun.misc.URLClassPath$JarLoader.getResource(URLClassPath.java:594)
        at sun.misc.URLClassPath.getResource(URLClassPath.java:134)
        at java.net.URLClassLoader$2.run(URLClassLoader.java:349)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findResource(URLClassLoader.java:346)
        at org.apache.catalina.loader.StandardClassLoader.findResource(StandardC
lassLoader.java:527)
        at org.apache.catalina.loader.StandardClassLoader.getResource(StandardCl
assLoader.java:603)
        at org.apache.commons.modeler.Registry.loadDescriptors(Registry.java:895
)
        at org.apache.catalina.mbeans.MBeanUtils.createRegistry(MBeanUtils.java:
1602)
        at org.apache.catalina.mbeans.MBeanUtils.<clinit>(MBeanUtils.java:107)
        at org.apache.catalina.mbeans.GlobalResourcesLifecycleListener.<clinit>(
GlobalResourcesLifecycleListener.java:65)
        at java.lang.Class.newInstance0(Native Method)
        at java.lang.Class.newInstance(Class.java:237)
        at org.apache.commons.digester.ObjectCreateRule.begin(ObjectCreateRule.j
ava:253)
        at org.apache.commons.digester.Rule.begin(Rule.java:200)
        at org.apache.commons.digester.Digester.startElement(Digester.java:1273)
        at org.apache.catalina.util.CatalinaDigester.startElement(CatalinaDigest
er.java:65)
        at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Sour
ce)
        at org.apache.xerces.parsers.AbstractXMLDocumentParser.emptyElement(Unkn
own Source)
        at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanStartElemen
t(Unknown Source)
        at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContent
Dispatcher.dispatch(Unknown Source)
        at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Un
known Source)
        at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
        at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
        at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
        at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
        at org.apache.commons.digester.Digester.parse(Digester.java:1548)
        at org.apache.catalina.startup.Catalina.load(Catalina.java:489)
        at org.apache.catalina.startup.Catalina.load(Catalina.java:528)
        at java.lang.reflect.Method.invoke(Native Method)
        at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:250)
        at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:424)
java.lang.reflect.InvocationTargetException: java.lang.ExceptionInInitializerErr
or: sun.misc.InvalidJarIndexException: Invalid index!
        at sun.misc.URLClassPath$JarLoader.getResource(URLClassPath.java:594)
        at sun.misc.URLClassPath.getResource(URLClassPath.java:134)
        at java.net.URLClassLoader$2.run(URLClassLoader.java:349)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findResource(URLClassLoader.java:346)
        at org.apache.catalina.loader.StandardClassLoader.findResource(StandardC
lassLoader.java:527)
        at org.apache.catalina.loader.StandardClassLoader.getResource(StandardCl
assLoader.java:603)
        at org.apache.commons.modeler.Registry.loadDescriptors(Registry.java:895
)
        at org.apache.catalina.mbeans.MBeanUtils.createRegistry(MBeanUtils.java:
1602)
        at org.apache.catalina.mbeans.MBeanUtils.<clinit>(MBeanUtils.java:107)
        at org.apache.catalina.mbeans.GlobalResourcesLifecycleListener.<clinit>(
GlobalResourcesLifecycleListener.java:65)
        at java.lang.Class.newInstance0(Native Method)
        at java.lang.Class.newInstance(Class.java:237)
        at org.apache.commons.digester.ObjectCreateRule.begin(ObjectCreateRule.j
ava:253)
        at org.apache.commons.digester.Rule.begin(Rule.java:200)
        at org.apache.commons.digester.Digester.startElement(Digester.java:1273)
        at org.apache.catalina.util.CatalinaDigester.startElement(CatalinaDigest
er.java:65)
        at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Sour
ce)
        at org.apache.xerces.parsers.AbstractXMLDocumentParser.emptyElement(Unkn
own Source)
        at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanStartElemen
t(Unknown Source)
        at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContent
Dispatcher.dispatch(Unknown Source)
        at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Un
known Source)
        at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
        at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
        at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
        at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
        at org.apache.commons.digester.Digester.parse(Digester.java:1548)
        at org.apache.catalina.startup.Catalina.load(Catalina.java:489)
        at org.apache.catalina.startup.Catalina.load(Catalina.java:528)
        at java.lang.reflect.Method.invoke(Native Method)
        at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:250)


Thanks&Regards
Kumar Prashant
Ph. No. 9886846778


       Add whatever you love to the Yahoo! India homepage. Try now!
http://in.yahoo.com/trynew

[Non-text portions of this message have been removed]

#32201 From: "agarwal.ankit87" <agarwal.ankit87@...>
Date: Thu Oct 22, 2009 3:56 am
Subject: Re: require hibernate material
agarwal.ankit87
Offline Offline
Send Email Send Email
 
Hi,

Here is a nice Hibernate tutorial for beginners , just go through it
from here,
http://www.ezdia.com/Hibernate_tutorials_on_Netbeans/Content.do?id=688



--- In Java_Official@yahoogroups.com, "vdysr" <vdysr@...> wrote:
>
> Hello,
>
> I want to learn complete hibernate from beginning.
> Kindly siggest some tutorials for hibernate with sample applicaiton.
>
> Thanks&regards
> Sri
>

#32200 From: Kiran Wali <kiranswali@...>
Date: Wed Oct 21, 2009 1:47 pm
Subject: Re: [Java] require hibernate material
kiranswali
Offline Offline
Send Email Send Email
 
Hi,

Please read the Hibernate Reference Document. You can download from 
"https://www.hibernate.org/5.html".
You can also refer "Java Persistence with Hibernate" by Gavin King.

Regards,
Kiran

--- On Tue, 20/10/09, vdysr <vdysr@...> wrote:

From: vdysr <vdysr@...>
Subject: [Java] require hibernate material
To: Java_Official@yahoogroups.com
Date: Tuesday, 20 October, 2009, 6:57 PM






 





                   Hello,



I want to learn complete hibernate from beginning.

Kindly siggest some tutorials for hibernate with sample applicaiton.



Thanks&regards

Sri





























       Connect more, do more and share more with Yahoo! India Mail. Learn more.
http://in.overview.mail.yahoo.com/

[Non-text portions of this message have been removed]

#32199 From: srinivasa rao <ssnivas_tel@...>
Date: Wed Oct 21, 2009 5:11 am
Subject: Re: [Java] require hibernate material
ssnivas_tel
Online Now Online Now
Send Email Send Email
 
Hibernate In Action




________________________________
From: vdysr <vdysr@...>
To: Java_Official@yahoogroups.com
Sent: Tue, 20 October, 2009 6:57:30 PM
Subject: [Java] require hibernate material

 
Hello,

I want to learn complete hibernate from beginning.
Kindly siggest some tutorials for hibernate with sample applicaiton.

Thanks&regards
Sri





       Now, send attachments up to 25MB with Yahoo! India Mail. Learn how.
http://in.overview.mail.yahoo.com/photos

[Non-text portions of this message have been removed]

Messages 32199 - 32228 of 32228   Newest  |  < Newer  |  Older >  |  Oldest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help