This content has been marked as final.
Show 2 replies
-
1. Re: Installin
jaikiran Sep 5, 2008 10:29 AM (in response to archit05)"archit05" wrote:
i had also set the environ variables
-JAVA_HOME D:\Program Files\Java\jdk1.5.0_16\jre\bin;
-JBOSS_HOME D:\Jboss\jboss-4.2.2.GA;
You have trailing semi-colon at the end of each of these environment variables. Remove those semi-colon."archit05" wrote:
again i got one more problem,that is when i try to change directory
D:\>cd %JBOSS_HOME%\bin; it says the specified path is not found
Same here. It should beset JBOSS_HOME=D:\Jboss\jboss-4.2.2.GA set JAVA_HOME=D:\Program Files\Java\jdk1.5.0_16 cd %JBOSS_HOME%\bin
By the way, i would also recommend moving the Java installation from out of the the Program Files folder. Java and JBoss installations run into weird issues when you have installed them in folders having a space in their names. You might want to move the JDK to D:\Java -
2. Re: Installin
archit05 Sep 6, 2008 4:29 AM (in response to archit05)hmmm thanx
jai
hey i got a problem in deploying servlets
my application has html,servlets and a manifest file,web.xml
when i put them into application.war file under server/default/deploy folder
and hit the url hhtp://localhost:8080/application/
error 404
it says the resource is not found
canany one tell me should i use any DOCTYPE in my servlet?????