- This topic has 3 replies, 2 voices, and was last updated 20 years, 9 months ago by kivus.
-
AuthorPosts
-
kivusMemberI’m having a problem with my Weblogic 8 deployment. When I start my server using my start up script, it works fine, however I seem to be configuring something wrong within ME since my applications are not reading from the properties files the right way (i.e. every struts label shows up as ???en_US.text.requiredField???, etc..) I followed your example in the FAQs about how to set-up an 8 deployment, but I think it’s something else.
What operating system and version are you running?
Windows 200What Eclipse version and build id are you using? (Help > About Eclipse Platform)
Version: 3.0.0
Build id: 200312182000– Was Eclipse freshly installed for MyEclipse?
Yes
– If not, was it upgraded to its current version using the update manager?
– Are any other external plugins installed?
DbEdit
– How many plugins in the <eclipse>/plugins directory are like org.eclipse.pde.*What MyEclipse version are you using? (Help > About Eclipse Platform > Features)
3.6.2
What JDK version are you using to run Eclipse? (java -version)
1.4.2
What JDK version are you using to launch your application server?
1.4.1
What steps did you take that resulted in the issue?
See above
What application server are you using?
WebLogic 8
Are there any errors in the Eclipse log? (<workspace>/.metadata/.log)
Nope
kivusMemberWell, managed to cross that hurdle. It seems I had to add the full path to my applications class files to the WLS path (i.e. \applications\admin\WEB-INF\classes). Is there a reason why I have to do this but don’t have anything remotely similar to it in my startWeblogic script? Maybe understanding that will help me with some of my other issues (since you can’t really do that in a WAR file).
Scott AndersonParticipantKivus,
I don’t know why this was needed. Are you using exploded or packaged deployment? Are you using our deployer?
kivusMemberI’m using the exploded deployment and using the ME deployer. I am using multiple resource bundles, so maybe there’s something I’m not setting, but as I mentioned before, when I start my server with my start weblogic script I don’t have this issue, so I am betting I’m configuring something wrong…either in my one of my configuration files (a relative path or something) or in my WLS settings…
If you’ve got any tips then let me know, otherwise, I’ll plug away at it when I have time (since it is working currently, though I have to explode all other WARs in my domains if I want to use them) and see if maybe I can get to where I don’t need that reference in my classpath.
-
AuthorPosts