hai i am discussing with this community for first time
i have a problem with executing my first web project in myeclipse . i am using
myeclipse 8.0
Java version=1.6.0_13(which i think came along with myeclipse 8.0)
myeclipsetomcat server
when i execute a web project , i am getting the error as
SEVERE: Cannot find specified temporary folder at C:\Program Files\.metadata\.me_tcat\temp
Jan 7, 2010 10:04:01 AM org.apache.catalina.startup.Catalina load
WARNING: Can’t load server.xml from C:\Program Files\.metadata\.me_tcat\conf\server.xml
Jan 7, 2010 10:04:01 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 0 ms
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
Caused by: java.lang.NullPointerException
at org.apache.catalina.startup.Catalina.await(Catalina.java:630)
at org.apache.catalina.startup.Catalina.start(Catalina.java:590)
… 6 more
when i was installing the ide, the default location it used was C:Users.. which i changed to C:Progam files
if someone finds what the problem is, please let me know