Taresh Nama

Greenhorn
+ Follow
since Jul 27, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Taresh Nama

Using NANT i want to move file from base directory to previous directory.how to move and what is syntax.
16 years ago
Hi... i am new at weblogic i am trying to run it but facing below problem...

D:\bea\JDK150~1\bin\java -client -Xms256m -Xmx512m -XX:CompileThreshold=8000 -
XX ermSize=48m -XX:MaxPermSize=128m -Xverify:none -da -Dplatform.home=D:\bea
\USER_P~1\domains\test\bin\@WL_HOME -Dwls.home=D:\bea\USER_P~1\domains\test\bin\
@WL_HOME\server -Dwli.home=D:\bea\USER_P~1\domains\test\bin\@WL_HOME\integration
-Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -D
wlw.logErrorsToConsole= -Dweblogic.ext.dirs=D:\bea\USER_P~1\domains\test\bin\@BE
A_HOME\patch_weblogic@THREE_DIGIT_VERSION\profiles\default\sysext_manifest_class
path -Xverify:none -da -Dplatform.home=D:\bea\USER_P~1\domains\test\bin\@WL_HOM
E -Dwls.home=D:\bea\USER_P~1\domains\test\bin\@WL_HOME\server -Dwli.home=D:\bea\
USER_P~1\domains\test\bin\@WL_HOME\integration -Dweblogic.management.discover=t
rue -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic
.ext.dirs=D:\bea\USER_P~1\domains\test\bin\@BEA_HOME\patch_weblogic@THREE_DIGIT_
VERSION\profiles\default\sysext_manifest_classpath -Xverify:none -da -Dplatform
.home=D:\bea\USER_P~1\domains\test\@WL_HOME -Dwls.home=D:\bea\USER_P~1\domains\t
est\@WL_HOME\server -Dwli.home=D:\bea\USER_P~1\domains\test\@WL_HOME\integration
-Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -D
wlw.logErrorsToConsole= -Dweblogic.ext.dirs=D:\bea\USER_P~1\domains\test\bin\@BE
A_HOME\patch_weblogic@THREE_DIGIT_VERSION\profiles\default\sysext_manifest_class
path -Dweblogic.Name=AdminServer -Djava.security.policy=D:\bea\USER_P~1\domains\
test\@WL_HOME\server\lib\weblogic.policy weblogic.Server
Exception in thread "main" java.lang.NoClassDefFoundError: weblogic/Server
16 years ago
How to diable browsers back button in Monzila browser through java?
16 years ago
What the difference between TYPE_SCROLL_INSENSITIVE and TYPE_SCROLL_SENSITIVE ?
In my weblogic server i have a aplplication already depolyed.
Now there was a requirement of adding a new module to that application.
So for this i created a different package for the new module.Like previously it was:

com.jignesh.application.module1
com.jignesh.application.module2
com.jignesh.application.module3
com.jignesh.application.module4

Now for the new module i created the package structure like this:

com.jignesh.application.module5


My application is not in the default domain and the default webapp.
I have created a new domain.

Now when i am accessing my application previous modules they are working fine.But when i am accesing the new module I created
I am getting "404 Page Not Found" error.Although the class files are existing in the package:

com.jignesh.application.module5.

Can anybody please let me know what is happening??

I have tried by restarting the whole weblogic server .Also by restarting the new domain..
17 years ago