This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Other Java Products and Servers and the fly likes How to make glassfish plugin not to use password from tmp file? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Other Java Products and Servers
Reply Bookmark "How to make glassfish plugin not to use password from tmp file? " Watch "How to make glassfish plugin not to use password from tmp file? " New topic
Author

How to make glassfish plugin not to use password from tmp file?

Oleg Tymchak
Greenhorn

Joined: Oct 02, 2012
Posts: 1
I'm trying to deploy my application to glassfish3 server (Windows 7).

in maven glassfish plugin setup I'm using passwordFile tag, but server or plugin tries to use password from tmp file.

<passwordFile>C:/pass.txt</passwordFile>

here is some log:

Authentication failed for user: admin
[ERROR] with password from password file: C:/Users/**********/AppData/Local/Temp/mgfp1010467166840929463.tmp

At my laptop (WindowsXP) plugin works correctly with the same options.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: How to make glassfish plugin not to use password from tmp file?
 
Similar Threads
error in depolyment
Servlet question
urgent-problem in accessing initialisation parameters
passwordfile.txt not found!!!
Maven Glassfish Plugin