• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Installation of weblogic6.1

 
Ranch Hand
Posts: 170
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am trying to build adn deploy the sample applciation which comes along with weblogic 6.1. I would like to run the 'ant' command to compile and deploy. In Windows explorer, I am able to see the contents of the directory wlserver6.1. But when it comes to command prompt, when I try to change to this directory, I get 'Invalid Directory'. Also I could find that the directory has 0 bytes.

Has anyone encountered this earlier?
 
drifter
Posts: 1364
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is there some compelling reason why you are working with such an old version of WebLogic Server? 8.1 has been out forever and 9.0 is in beta.

Back to your question.
Nope. The dir is 0 size, but I can cd into it in dos.

C:\bea610>dir
Volume in drive C is <...>
Volume Serial Number is <...>

Directory of C:\bea610

11/01/04 07:28 AM <DIR> .
11/01/04 07:28 AM <DIR> ..
11/01/04 07:26 AM <DIR> jdk131
11/01/04 07:28 AM 5,146 license.bea
11/01/04 07:28 AM <DIR> logs
11/01/04 07:28 AM 566 registry.xml
11/01/04 07:27 AM 761 UpdateLicense.cmd
11/01/04 07:27 AM <DIR> utils
11/01/04 08:58 AM <DIR> wlserver6.1
3 File(s) 6,473 bytes
6 Dir(s) 7,667,377,152 bytes free

(unix tools installed, so I can use ls too)
C:\bea610>ls -l
total 8
-rwxrwxrwx 1 user group 761 Nov 1 07:27 UpdateLicense.cmd
drwxrwxrwx 1 user group 0 Nov 1 07:26 jdk131
-rw-rw-rw- 1 user group 5146 Nov 1 07:28 license.bea
drwxrwxrwx 1 user group 0 Nov 1 07:28 logs
-rw-rw-rw- 1 user group 566 Nov 1 07:28 registry.xml
drwxrwxrwx 1 user group 0 Nov 1 07:27 utils
drwxrwxrwx 1 user group 0 Nov 1 08:58 wlserver6.1

C:\bea610>cd wlserver6.1

C:\bea610\wlserver6.1>dir
Volume in drive C is <...>
Volume Serial Number is <...>

Directory of C:\bea610\wlserver6.1

11/01/04 08:58 AM <DIR> .
11/01/04 08:58 AM <DIR> ..
11/01/04 07:27 AM 11,538 3RD_PARTY_LICENSES.TXT
11/01/04 07:27 AM 17,002 ABOUT_WLS.HTML
11/01/04 07:28 AM <DIR> bin
... some stuff deleted that I don't need to show the whole world
11/01/04 07:37 AM <DIR> config
11/01/04 07:27 AM 2,095 COPYRIGHT
11/01/04 07:26 AM <DIR> ext
11/01/04 07:27 AM <DIR> lib
11/01/04 07:27 AM 21,646 LICENSE.TXT
11/01/04 07:27 AM 54,213 LICENSE_ja.TXT
11/01/04 07:27 AM 17,056 QUICK_START.HTML
11/01/04 07:27 AM 8,302 README.TXT
11/01/04 07:26 AM <DIR> samples
11/01/04 07:28 AM <DIR> uninstaller
11 File(s) 134,018 bytes
9 Dir(s) 7,667,350,528 bytes free
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic